Skip to content

Releases: EmbarkStudios/k8s-buildkite-plugin

v1.3.4

17 Mar 13:31
3d2d029
Compare
Choose a tag to compare

What's Changed

  • BK step headers should correspond to image being run. by @webbju in #83

Full Changelog: v1.3.3...v1.3.4

v1.3.3

14 Mar 17:10
e71467f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.3

v1.3.2

12 Mar 10:13
Compare
Choose a tag to compare

GKE reports SuccessCriteriaMet after an upgrade, so we need to treat that as success.

Based directly off v1.3.1 (not master)

Release v.1.3.1 - `image-pull-secrets` option and bugfixes

17 Feb 18:31
720b4b7
Compare
Choose a tag to compare

This is mostly bugfixes discovered since the last release,

New features

  • Add image-pull-secret option by @clbx in #54

Bugfixes

  • Do not run plugin inside its own init-container by @tgolsson in #63
  • Correctly handle all cases of INIT_IMAGE configuration by @tgolsson in #62
  • Gracefully handle teams being missing by @tgolsson in #61

New Contributors

  • @clbx made their first contribution in #54

Full Changelog: v1.3.0...v1.3.1

Release v.1.3.0 - properly include buildkite-agent in releases

01 Feb 09:41
d733bfa
Compare
Choose a tag to compare

Warning
This release does not work correctly with init-images enabled.

This fixes an issue where CI-built images for this plugin (e.g. the one used by the init container) wouldn't match the Dockerfile. This is now fixed, and the new container should always contain buildkite-agent.

Make init container optional

04 Nov 11:02
58f870d
Compare
Choose a tag to compare

Adds support to not create an init container in the created job #46
Fixes a bug that was introduced in v1.2.14 that prevented compiling the job spec with jsonnet

Expose all buildkite environment variables

05 Oct 07:13
521f1a5
Compare
Choose a tag to compare

Exposes all BUILDKITE env vars to the job #45

v1.2.13

27 Aug 07:08
4e15142
Compare
Choose a tag to compare

Bug fixes and enhancements around retries, Improved environment variable parsing and more

Fix environment file quoting

10 Jun 19:46
a51da48
Compare
Choose a tag to compare
Strip quotes from stepEnv (#30)

Fixes https://github.com/EmbarkStudios/k8s-buildkite-plugin/issues/29

Updated buildkite, kubectl. Expose more buildkite env vars

20 May 15:49
5826cbd
Compare
Choose a tag to compare
Update plugin image (#28)

The image contains the updated buildkite and kubectl from #27