Releases: buildkite-plugins/junit-annotate-buildkite-plugin
Releases · buildkite-plugins/junit-annotate-buildkite-plugin
v2.0.0 (💉 Booster Day)
Changed
There are a couple of mayor changes from our dependencies:
- Update failing assertion in annotate test (#156) @cursande
- Allow junits_dir to match hidden files and dirs (#139) @cursande
- Update buildkite plugin plugin-linter to v3 (#154) @renovate
- Update ruby Docker tag to v3 (#150) @renovate
- Update ruby:2.7-alpine Docker digest to 6f64f2e (#149) @renovate
- Update buildkite plugin docker-compose to v3.9.0 (#152) @renovate
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- plugins:
- junit-annotate#v1.9.0:
+ junit-annotate#v2.0.0:
v1.9.0 (🎩 Magic Monday)
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: