Releases: buildkite-plugins/junit-annotate-buildkite-plugin
Releases · buildkite-plugins/junit-annotate-buildkite-plugin
v1.8.1 (🌚 Fiery Luna)
v1.8.0 (🌝 Frosty Moon)
Changed
- Work around script permission denied issue (#121) @sgringwe
- Escape HTML in test output (#116) @SEAPUNK
- Parse message from errors and failures (#119) @zymotik
- Update ruby:2.6-alpine Docker digest to 164ad25 (#118) @renovate
- Update buildkite plugin docker-compose to v3.0.3 (#113) @renovate
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- plugins:
- junit-annotate#v1.7.0:
+ junit-annotate#v1.8.0:
v1.7.0 (⛰ Large Inputs)
Fixed
- Fix ordering of
<pre><code>
(#100) @underscorebrody - Don't send annotations if they're too large for the API (#101) @simpsonjulian
Other Changes
- Update ruby:2.6-alpine Docker digest to 2564f9e (#99) @renovate[bot]
- Update buildkite plugin docker-compose to v3.0.1 (#102) @renovate[bot]
- Update buildkite/plugin-tester:latest Docker digest to 58a345b (#103) @renovate[bot]
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- plugins:
- junit-annotate#v1.6.0:
+ junit-annotate#v1.7.0:
v1.6.0 (🔢 Count It)
New Features
- Add testcase count to output (#89) @simpsonjulian
Maintenance Updates
- Update buildkite/plugin-tester:latest Docker digest to 18eb891 (#87) @renovate[bot]
- Update ruby:2.6-alpine Docker digest to 8b3dd24 (#88) @renovate[bot]
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- plugins:
- junit-annotate#v1.5.1:
+ junit-annotate#v1.6.0:
v1.5.1 (🎻 So Many Strings)
Fixed
Maintenance
- Update buildkite plugin docker-compose to v2.6.0 (#77) @renovate[bot]
- Update buildkite/plugin-tester:latest Docker digest to ee0d1ad (#78) @renovate[bot]
- Update ruby Docker tag to v2.6 (#79) @renovate[bot]
- Update ruby:2.6-alpine Docker digest to 0f309d9 (#80) @renovate[bot]
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- plugins:
- junit-annotate#v1.5.0:
+ junit-annotate#v1.5.1:
v1.5.0 (🐩 Poodle Grooming)
New
- Add fail-build-on-error property (#68) @benmacleod
Updates
- Update buildkite plugin docker-compose to v2.5.1 (#36) @renovate[bot]
- Update buildkite plugin shellcheck to v1.1.1 (#45) @renovate[bot]
- Update buildkite/plugin-tester:latest Docker digest to 38c4bc (#46) @renovate[bot]
- Update ruby:2.5 Docker digest to f0d03c0 (#74) @renovate[bot]
- Update buildkite plugin shellcheck to v1.1.2 (#70) @renovate[bot]
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- plugins:
- junit-annotate#v1.4.1:
+ junit-annotate#v1.5.0:
v1.4.1 (🐜 Too Many Ants)
Fixed
- Another fix to
failure-format
(#34) @BintLopez
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- plugins:
- junit-annotate#v1.4.0:
+ junit-annotate#v1.4.1:
v1.4.0 (☕️ Six Cups of Coffee Before Lunch)
Fixed
- Make the
failure-format
property actually work (#33) @BintLopez
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- plugins:
- junit-annotate#v1.3.0:
+ junit-annotate#v1.4.0:
v1.3.0 (🍳 Bacon and Eggs)
Added
- Add optional input to use file path vs classname in annotation summary (#32) @BintLopez
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- plugins:
- junit-annotate#v1.2.1:
+ junit-annotate#v1.3.0: