Skip to content

Releases: pulumi/pulumi-kubernetes

v3.24.2

16 Mar 19:56
94007d7
Compare
Choose a tag to compare
Update changelog for v3.24.2 release

v3.24.1

17 Feb 04:34
3157468
Compare
Choose a tag to compare
Dependabot Updates combined into one testable PR.  (#2318)

* Bump github.com/containerd/containerd from 1.6.15 to 1.6.18 in /provider (#2314)

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.15 to 1.6.18.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](https://github.com/containerd/containerd/compare/v1.6.15...v1.6.18)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump helm.sh/helm/v3 from 3.11.0 to 3.11.1 in /tests (#2307)

Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.11.0...v3.11.1)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump helm.sh/helm/v3 from 3.11.0 to 3.11.1 in /provider (#2306)

Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.11.0...v3.11.1)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Levi Blackstone <levi@pulumi.com>

v3.24.0

07 Feb 21:37
029c9b7
Compare
Choose a tag to compare
Fix check for secret kind (#2302)

v3.23.1

19 Dec 18:15
bd447d5
Compare
Choose a tag to compare
Update changelog for v3.23.1 release

v3.23.0

09 Dec 02:21
fd81fa8
Compare
Choose a tag to compare
Update Kubernetes support to Kubernetes v1.26.0 (#2230)

v3.22.2

30 Nov 23:02
5b13d1d
Compare
Choose a tag to compare
Update changelog for v3.22.2 release

v3.22.1

27 Oct 03:03
5374d49
Compare
Choose a tag to compare
Revert "Enable Server-Side Apply mode by default (#2206)" (#2216)

This reverts commit 5960e585b89b2747e93b1ec4b466df386fc7a048.

v3.22.0

21 Oct 20:20
5ebd95c
Compare
Choose a tag to compare

Important Note -- This release changes the Provider default to enable Server-Side Apply mode. This change is
backward compatible, and should not require further action from users. The enableServerSideApply flag is
still present, so you may explicitly opt out if you run into any problems using one of the following methods:

  1. Set the enableServerSideApply parameter to false on your Provider resource.
  2. Set the environment variable PULUMI_K8S_ENABLE_SERVER_SIDE_APPLY="false"
  3. Set the stack config pulumi config set kubernetes:enableServerSideApply false

See the how-to guide for additional information about using Server-Side Apply with Pulumi's Kubernetes provider.

  • Fix values precedence in helm release (#2191)
  • Enable Server-Side Apply mode by default (#2206)

v3.21.4

22 Sep 23:51
3c1b35c
Compare
Choose a tag to compare
Update changelog for v3.21.4 release

v3.21.3

22 Sep 22:12
fb1c0d4
Compare
Choose a tag to compare
Update changelog for v3.21.3 release