Skip to content

v3.22.0

Compare
Choose a tag to compare
@pulumi-bot pulumi-bot released this 21 Oct 20:20
· 415 commits to master since this release
5ebd95c

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)