- Only add keyring default value when verification is turned on (https://github.com/pulumi/pulumi-kubernetes/pull/1961) Regression introduced in 3.18.1 - Fix the DaemonSet name on diff which prevented pulumi to replace the resource (https://github.com/pulumi/pulumi-kubernetes/pull/1951)
3.18.1
- Fix autonaming panic for helm release (https://github.com/pulumi/pulumi-kubernetes/pull/1953) This change also adds support for deterministic autonaming through sequence numbers to the kubernetes provider.
3.18.0
- Pass provider options to helm invokes in Python, Go and TS (https://github.com/pulumi/pulumi-kubernetes/pull/1919) - Fix panic in helm release update() (https://github.com/pulumi/pulumi-kubernetes/pull/1948)