Skip to content

Prepare for v4.13 #3050

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
## Unreleased
## 4.13.0 (June 4, 2024)

### Added
- Kustomize Directory v2 resource (https://github.com/pulumi/pulumi-kubernetes/pull/3036)
- CustomResource for Java SDK (https://github.com/pulumi/pulumi-kubernetes/pull/3020)

### Changed
- Update to pulumi-java v0.12.0 (https://github.com/pulumi/pulumi-kubernetes/pull/3025)

### Fixed
- Fixed Chart v4 fails on update (https://github.com/pulumi/pulumi-kubernetes/pull/3046)
- Fixed a panic that occurs when diffing Job resources containing `replaceUnready` annotations and an unreachable cluster connection. (https://github.com/pulumi/pulumi-kubernetes/pull/3024)
- CustomResource for Java SDK (https://github.com/pulumi/pulumi-kubernetes/pull/3020)
- Fixed spurious diffing for updates when in renderYaml mode (https://github.com/pulumi/pulumi-kubernetes/pull/3030)
- Kustomize Directory v2 resource (https://github.com/pulumi/pulumi-kubernetes/pull/3036)
- Fix: Chart v4 fails on update (https://github.com/pulumi/pulumi-kubernetes/pull/3046)

## 4.12.0 (May 21, 2024)

Expand Down