Skip to content

Commit

Permalink
Prepare for v4.13 (#3050)
Browse files Browse the repository at this point in the history
### Added
- Kustomize Directory v2 resource
(#3036)
- CustomResource for Java SDK
(#3020)

### Changed
- Update to pulumi-java v0.12.0
(#3025)

### Fixed
- Fixed Chart v4 fails on update
(#3046)
  • Loading branch information
EronWright committed Jun 4, 2024
1 parent aad942b commit 38511bd
Showing 1 changed file with 9 additions and 4 deletions.
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

0 comments on commit 38511bd

Please sign in to comment.