v4.18.4
Changed
- [nodejs] Resolves
punycode
deprecation warnings by using nativefetch
instead ofnode-fetch
.
(#3301)
Fixed
-
pulumi.com/waitFor
and other await annotations now correctly take precedence over default await logic.
(#3329) -
JSONPath expressions used with the
pulumi.com/waitFor
annotation will no longer hang indefinitely if they match non-primitive fields.
(#3345) -
[java] CRDs that contain any
x-kubernetes-*
fields can now be succesfully created and managed by Pulumi.
(#3325)