- ConfigGroup V2 (<https://github.com/pulumi/pulumi-kubernetes/pull/2844>)
- ConfigFile V2 (<https://github.com/pulumi/pulumi-kubernetes/pull/2862>)
- Bugfix for ambiguous kinds (<https://github.com/pulumi/pulumi-kubernetes/pull/2889>)
- [yaml/v2] Support for resource ordering (<https://github.com/pulumi/pulumi-kubernetes/pull/2894>)
- Bugfix for deployment await logic not referencing the correct deployment status (<https://github.com/pulumi/pulumi-kubernetes/pull/2943>)
New Features
A new MLC-based implementation of `ConfigGroup` and of `ConfigFile` is now available in the "yaml/v2" package. These resources are
usable in all Pulumi languages, including Pulumi YAML and in the Java Pulumi SDK.
Note that transformations aren't supported in this release (see <https://github.com/pulumi/pulumi/issues/12996>).