Releases: EmbarkStudios/k8s-buildkite-plugin
Releases · EmbarkStudios/k8s-buildkite-plugin
Release v.1.3.1 - `image-pull-secrets` option and bugfixes
This is mostly bugfixes discovered since the last release,
New features
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
Full Changelog: v1.3.0...v1.3.1
Release v.1.3.0 - properly include buildkite-agent in releases
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
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
Exposes all BUILDKITE env vars to the job #45
v1.2.13
Fix environment file quoting
Strip quotes from stepEnv (#30) Fixes https://github.com/EmbarkStudios/k8s-buildkite-plugin/issues/29
Updated buildkite, kubectl. Expose more buildkite env vars
Update plugin image (#28) The image contains the updated buildkite and kubectl from #27
Configurable Service Account
1.2.10 Add `service-account-name` option (#25)