Releases: pulumi/pulumi-kubernetes
Releases · pulumi/pulumi-kubernetes
v4.14.0
v4.13.1
v4.12.0
Added
- Added a new Helm Chart v4 resource. (#2947)
- Added support for deletion propagation policies (e.g. Orphan). (#3011)
- Server-side apply conflict errors now include the original field manager's name. (#2983)
Changed
- Pulumi will now wait for DaemonSets to become ready. (#2953)
- The Release resource's merge behavior for
valueYamlFiles
now more closely matches Helm's behavior. (#2963)
Fixed
v4.12.0-alpha.1
Merge branch 'master' of github.com:pulumi/pulumi-kubernetes into bla…
v4.11.0
Upgrade Kubernetes schema and client libraries to v1.30 (#2932) ### Proposed changes Update Kubernetes schema and client libraries to v1.30. Go is also updated to v1.22 as an upstream library requires this. ### Related issues (optional) Closes: #2914
v4.10.0
Ensure deplyoment await logic uses the latest deployment object (#2943) ### Proposed changes This PR ensures that we compare deployment revisions based on the old live object, and the most current deployment object. This PR does the following: - Add a repro test that fails before the change is applied - Only watch for deployment events until the deployment object has been reconciled by the deployment controller - Update existing unit tests to account for blocking unbuffered channels, and faked objects that did not have `.status.observedGeneration` ### Related issues (optional) Fixes: #2941
v4.9.1
Prepare for v4.9.1 release
v4.9.0
Prepare for v4.9.0 release
v4.8.1
Prepare for v4.8.1 release (#2848) <!--Thanks for your contribution. See [CONTRIBUTING](CONTRIBUTING.md) for Pulumi's contribution guidelines. Help us merge your changes more quickly by adding more details such as labels, milestones, and reviewers.--> ### Proposed changes <!--Give us a brief description of what you've done and what it solves. --> ### Related issues (optional) <!--Refer to related PRs or issues: #1234, or 'Fixes #1234' or 'Closes #1234'. Or link to full URLs to issues or pull requests in other GitHub repositories. -->
v4.8.0
Prepare for v4.8.0 release (#2841)