Skip to content

Releases: pulumi/pulumi-kubernetes-operator

pulumi-kubernetes-operator-v1.10.1

25 Oct 15:36
3974c96
Compare
Choose a tag to compare

Changelog

  • 3974c96 Watch Program and Flux sources and run a Stack when they change (#348)

pulumi-kubernetes-operator-v1.10.0

21 Oct 22:00
8590ef9
Compare
Choose a tag to compare

Changelog

pulumi-kubernetes-operator-v1.10.0-rc.1

18 Oct 17:47
cfe91b2
Compare
Choose a tag to compare

Changelog

pulumi-kubernetes-operator-v1.10.0-rc.0

17 Oct 19:55
72e4168
Compare
Choose a tag to compare

Changelog

pulumi-kubernetes-operator-v1.9.0

05 Oct 15:36
08cadab
Compare
Choose a tag to compare

Changelog

pulumi-kubernetes-operator-v1.8.0

02 Sep 19:47
7db7086
Compare
Choose a tag to compare
  • Use go 1.19 for builds
  • CI update to go 1.19
  • Bump to v3.39.1 of Pulumi, to support short branch names in .spec.branch after
    pulumi/pulumi#10118
  • Fix stacks_failing prometheus metric for Stacks with apiVersion v1 (#308)
  • Bump image and pulumi/pulumi dependencies to v3.39.0 (#315)

pulumi-kubernetes-operator-v1.7.0

09 Jun 20:38
cb9f70c
Compare
Choose a tag to compare

Changelog

  • Use the first namespace from the env entry WATCH_NAMESPACE for leadership election, when the value is a list; and bail if the value is malformed (#278)
  • Bump to Pulumi v3.34.0

pulumi-kubernetes-operator-v1.6.0

24 Apr 18:14
6412157
Compare
Choose a tag to compare

Changelog

  • 6412157 Bump to Pulumi 3.30.0 and prep v1.6.0 release (#274)

pulumi-kubernetes-operator-v1.5.0

14 Mar 20:10
2237ee2
Compare
Choose a tag to compare

Changelog

  • 2237ee2 Update pulumi/pulumi dependencies and use go 1.17.x (#257)

pulumi-kubernetes-operator-v1.4.0

02 Feb 19:55
86103c6
Compare
Choose a tag to compare

BREAKING CHANGES

  • Default namespace for resources that don't provide one is now the service accounts namespace (where the operator is likely running) instead of "default"
    To revert to the previous behavior unset PULUMI_INFER_NAMESPACE in the operator pod spec environment variables

Updates and Bug Fixes

  • Bump dependencies and Pulumi binary to v3.23.2 (#250)