Skip to content

Releases: EmbarkStudios/k8s-buildkite-plugin

Fix environment file quoting

10 Jun 19:46
a51da48

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

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

Choose a tag to compare

1.2.10

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

1.2.9

07 Apr 07:22
c4a2495

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

Choose a tag to compare

Add istio injection prevention annotation

1.2.7

10 Jul 08:27
269094f

Choose a tag to compare

Adds init-environment-from-secret option to include environment variables from secrets into init container (PR #7 @boufleur)

Add default secrets option

09 Jul 10:17
2c768c6

Choose a tag to compare

This adds a default-secret-name config option.

Make use-agent-node-affinity config optional

02 Jul 09:53
25e883d

Choose a tag to compare

The plugin should not complain anymore if no value is provided for the argument

Detect node affinity automatically

29 Jun 14:52
3490e8a

Choose a tag to compare

Adds use-agent-node-affinity configuration parameter to allow creating jobs with the same tolerations as the buildkite agent that creates it.

Buildkite-agent 3.15.0

26 Sep 19:15
@dln dln

Choose a tag to compare

This release updates the default buildkite-agent to the latest 3.15.0 release, which includes fixes for using submodules with git >= 2.20.0.

Also, an important fix how labels are set on resulting Jobs, where we now strip out all invalid characters. This fixes a common error where branches for example contain /, which is not a valid character in labels.