Releases: pulumi/pulumi-kubernetes
Releases · pulumi/pulumi-kubernetes
v2.4.0
Bug Fixes
- Fix error parsing Helm version (#1170)
- Fix prometheus-operator test to wait for the CRD to be ready before use (#1172)
- Fix suppress deprecation warnings flag (#1189)
- Set additionalSecretOutputs on Secret data fields (#1194)
Improvements
- Set supported environment variables in SDK Provider classes (#1166)
- Python SDK updated to align with other Pulumi Python SDKs. (#1160)
- Add support for Kustomize. (#1178)
- Implement GetSchema to enable example and import code generation. (#1181)
- Only show deprecation messages when new API versions exist in current cluster version (#1182)
v2.3.1
v2.3.0
Improvements
- NodeJS SDK updated to align with other Pulumi NodeJS SDKs. (#1151)
- .NET SDK updated to align with other Pulumi .NET SDKs. (#1132)
- Deprecated resources are now marked as
Obsolete
. - Many classes are moved to new locations on disk while preserving the public namespaces and API.
- Several unused argument/output classes were removed without any impact on resources (e.g.
DeploymentRollbackArgs
). - Fixed the type of some properties in
JSONSchemaPropsArgs
(there's no need to have 2nd-level inputs there):InputList<InputJson>
->InputList<JsonElement>
InputMap<Union<TArgs, InputList<string>>>
->InputMap<Union<TArgs, ImmutableArray<string>>>
- Deprecated resources are now marked as
Bug Fixes
- Fix incorrect schema consts for apiVersion and kind (#1153)
v2.2.2
- 2.2.1 SDK release process failed, so pushing a new tag.
v2.2.1
v2.2.0
v2.1.0
Improvements
Bug Fixes
- fix(customresources): use a 3-way merge patch instead of strategic merge. (#1095)
- Fix required input props in Go SDK. (#1090)
- Update Go SDK using latest codegen packages. (#1089)
- Fix schema type for Fields and RawExtension. (#1086)
- Fix error parsing YAML in python 3.8 (#1079)
- Fix HELM_HOME handling for Helm v3. (#1076)