Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
EronWright committed Mar 5, 2024
1 parent 3b7a500 commit 3f91f45
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Unreleased

- ConfigGroup V2 (https://github.com/pulumi/pulumi-kubernetes/pull/2844)

### New Features

A new MLC-based implementation of `ConfigGroup` is now available in the "yaml/v2" package. This resource is
usable in all Pulumi languages, including Pulumi YAML and in the Java Pulumi SDK.

Notable differences from the "v1" implementations:
- resource prefixes are applied to the Kubernetes object name and to the corresponding resource name.
- transformations aren't supported in this release (see https://github.com/pulumi/pulumi/issues/12996).

## 4.9.0 (March 4, 2024)

- Fix SSA ignoreChanges by enhancing field manager path comparisons (https://github.com/pulumi/pulumi-kubernetes/pull/2828)
Expand Down

0 comments on commit 3f91f45

Please sign in to comment.