Skip to content

Releases: buildkite-plugins/plugin-tester-buildkite-plugin

v1.1.1 (🚗 New Car)

16 Feb 23:44
583b9ed
Compare
Choose a tag to compare

Changed:

  • Updated plugin tester image from v4.1.0 to v4.1.1 (#7) @pzeballos
  • Several libs updates

⚠️ Important: you need to ensure that you are using the helper script with the appropriate variable in your test scripts

load "${BATS_PLUGIN_PATH}/load.bash"

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - label: "🔨 Tests"
    plugins:
-     - plugin-tester#v1.1.0: ~
+     - plugin-tester#v1.1.1: ~

v1.1.0 (🕊️ Birds Singing and Chirping)

30 May 19:51
99a1c22
Compare
Choose a tag to compare

Changed:

  • Updated bats base image from 1.8 to 1.9 (#57) @renovate-bot
  • bats image update consequences (#60) @toote

⚠️ Important: you need to ensure that you are using the helper script with the appropriate variable in your test scripts

load "${BATS_PLUGIN_PATH}/load.bash"

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - label: "🔨 Tests"
    plugins:
-     - plugin-tester#v1.0.0: ~
+     - plugin-tester#v1.1.0: ~

v1.0.0 (🎉 First Release)

27 Mar 17:44
b837dad
Compare
Choose a tag to compare