@pulumi/kubernetes
Advanced tools
Changelog
4.18.4 (December 5, 2024)
punycode
deprecation warnings by using native fetch
instead of node-fetch
.
(https://github.com/pulumi/pulumi-kubernetes/issues/3301)pulumi.com/waitFor
and other await annotations now correctly take precedence over default await logic.
(https://github.com/pulumi/pulumi-kubernetes/issues/3329)
JSONPath expressions used with the pulumi.com/waitFor
annotation will no longer hang indefinitely if they match non-primitive fields.
(https://github.com/pulumi/pulumi-kubernetes/issues/3345)
[java] CRDs that contain any x-kubernetes-*
fields can now be succesfully created and managed by Pulumi.
(https://github.com/pulumi/pulumi-kubernetes/issues/3325)
Changelog
4.18.3 (October 31, 2024)
Objects created on clusters older than 1.18 will no longer see a
before-first-apply
conflict when Pulumi performs a server-side apply for
the first time. (https://github.com/pulumi/pulumi-kubernetes/pull/3275)
The provider's user agent is now set correctly when communicating with the Kubernetes API server. (https://github.com/pulumi/pulumi-kubernetes/issues/3267)