Skip to content

Releases: EmbarkStudios/k8s-buildkite-plugin

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

Configurable Service Account

12 May 12:15
8b39537
Compare
Choose a tag to compare
1.2.10

Add `service-account-name` option (#25)

1.2.9

07 Apr 07:22
c4a2495
Compare
Choose a tag to compare
  • Pass BUILDKITE env var #22
  • Ensure job name is always valid #23
  • Stability improvements #14

1.2.8

27 Jan 14:37
e9e8187
Compare
Choose a tag to compare

Add istio injection prevention annotation