Skip to content

Releases: buildkite-plugins/junit-annotate-buildkite-plugin

v1.8.1 (🌚 Fiery Luna)

05 Jan 00:07
3fbdf66
Compare
Choose a tag to compare

Fixed

  • Change selector to only apply to direct descendants. (#143) @aryounce

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     junit-annotate#v1.8.0:
+     junit-annotate#v1.8.1:

v1.8.0 (🌝 Frosty Moon)

16 Jul 11:39
4f69c32
Compare
Choose a tag to compare

Changed

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)

08 Apr 10:56
a9941d4
Compare
Choose a tag to compare

Fixed

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)

14 Feb 21:28
f38a5d3
Compare
Choose a tag to compare

New Features

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)

14 Jan 00:34
4c97e01
Compare
Choose a tag to compare

Fixed

  • Fix handling of CDATA and multiple failure text bodies (#81) @foxish

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)

28 Nov 09:39
8941195
Compare
Choose a tag to compare

New

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)

17 Jul 21:53
0c5ea78
Compare
Choose a tag to compare

Fixed

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)

17 Jul 02:22
48f7f7a
Compare
Choose a tag to compare

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)

10 Jul 23:25
2f81943
Compare
Choose a tag to compare

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:

v1.2.1 (🐼 Panda without glasses)

18 Jun 21:20
f0a069a
Compare
Choose a tag to compare

Fixed

Upgrading

To upgrade, update your pipeline.yml files:

 steps:
   - plugins:
-      junit-annotate#v1.2.0:
+      junit-annotate#v1.2.1: