Skip to content

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

v2.5.0 (💪🏻 Monday)

05 Aug 04:29
f6e1481
Compare
Choose a tag to compare

Added

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     junit-annotate#v2.4.1:
+     junit-annotate#v2.5.0:

v2.4.1 (🌶️ Aji Mercado Gourmet)

04 Nov 22:15
8a549e5
Compare
Choose a tag to compare

Fixed:

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     junit-annotate#v2.4.0:
+     junit-annotate#v2.4.1:

v2.4.0 (🍫 Chocolate Bar)

03 Nov 12:21
cbfde73
Compare
Choose a tag to compare

Added

  • Failed download exit code customization (#182) @toote

⚠️ Important: this release contains a bug that causes the plugin not to work unless you specify your own ruby image as an option 🐛 😢

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     junit-annotate#v2.3.0:
+     junit-annotate#v2.4.0:

v2.3.0 (☕ Good Coffee)

02 Nov 20:46
8c6477f
Compare
Choose a tag to compare

Added

Changed

  • Default to the latest ruby 3.1 docker image to run - it was already used for tests (#180)

⚠️ Important: this release contains a bug that causes the plugin not to work unless you specify your own ruby image as an option 🐛 😢

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     junit-annotate#v2.3.0:
+     junit-annotate#v2.2.0:

v2.2.0 (🤒 Sick Day)

01 Nov 23:13
b3dcdc9
Compare
Choose a tag to compare

Added

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     junit-annotate#v2.1.0:
+     junit-annotate#v2.2.0:

v2.1.0 (🔥 What a Monday)

17 Oct 23:43
654e780
Compare
Choose a tag to compare

Added

Updated

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     junit-annotate#v2.0.2:
+     junit-annotate#v2.1.0:

v2.0.2 (🍪 Good Cookie)

12 Feb 01:36
3e9501a
Compare
Choose a tag to compare

Fixed

  • Fix build. The test was receiving a long text.

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     junit-annotate#v2.0.1:
+     junit-annotate#v2.0.2:

v2.0.1 (🔥 Heat Wave)

10 Feb 00:22
e40811a
Compare
Choose a tag to compare

Added/Removed/Fixed/Changed

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     junit-annotate#v2.0.0:
+     junit-annotate#v2.0.1:

v2.0.0 (💉 Booster Day)

31 Jan 19:01
f73b205
Compare
Choose a tag to compare

Changed

There are a couple of mayor changes from our dependencies:

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)

15 Feb 06:23
45685cb
Compare
Choose a tag to compare

Added

  • Report specified amount of slowest tests (0 by default) (#144) @jvdp

Changed

  • Update ruby:2.7-alpine Docker digest to 7524541 (#140) @renovate
  • Update buildkite plugin docker-compose to v3.7.0 (#141) @renovate

Upgrading

To upgrade, update your pipeline.yml files:

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