Skip to content

Releases: pulumi/pulumi-kubernetes

v2.4.0

07 Jul 16:41
v2.4.0
b493881
Compare
Choose a tag to compare

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

23 Jun 16:56
v2.3.1
7c4a21b
Compare
Choose a tag to compare

Improvements

  • Update resource deprecation/removal warnings. (#1162)

Bug Fixes

  • Fix regression in TypeScript YAML SDK (#1157)

v2.3.0

23 Jun 16:55
v2.3.0
f85bc7e
Compare
Choose a tag to compare

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>>>

Bug Fixes

  • Fix incorrect schema consts for apiVersion and kind (#1153)

v2.2.2

23 Jun 16:55
v2.2.2
61b22dd
Compare
Choose a tag to compare
  • 2.2.1 SDK release process failed, so pushing a new tag.

v2.2.1

23 Jun 16:54
v2.2.1
e04033c
Compare
Choose a tag to compare

Improvements

  • Update deprecated/removed resource warnings. (#1135)
  • Update to client-go 1.18. (#1136)
  • Don't replace Service on .spec.type change. (#1139)

Bug Fixes

  • Fix regex in python include-crds logic (#1145)

v2.2.0

15 May 18:54
v2.2.0
6c38527
Compare
Choose a tag to compare

Improvements

  • Support helm v3 include-crds argument. (#1102)
  • Bump python requests version dependency. (#1121)
  • Add apiextensions.CustomResource to Go SDK. (#1125)

v2.1.0

08 May 15:28
v2.1.0
92d900c
Compare
Choose a tag to compare

Improvements

  • Add YAML support to Go SDK. (#1093).
  • Add Helm support to Go SDK. (#1105).

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)

v2.0.0

16 Apr 23:03
4d13040
Compare
Choose a tag to compare

Improvements

  • Add consts to Go SDK. (#1062).
  • Add CustomResource to .NET SDK (#1067).
  • Upgrade to Pulumi v2.0.0 (#1073).

Bug fixes

  • Sort fetched helm charts into alphabetical order. (#1064)

v1.6.0

25 Mar 20:09
v1.6.0
138727c
Compare
Choose a tag to compare

Improvements

  • Add a Go SDK. (#1029) (#1042).
  • Add support for Kubernetes 1.18. (#872).

Bug fixes

  • Update the Python Provider class to use parameter naming consistent with other resources. (#1039).
  • Change URN for apiregistration resources. (#1021).

v1.5.8

16 Mar 17:50
v1.5.8
c8baa50
Compare
Choose a tag to compare

Improvements

  • Automatically populate type aliases and additional secret outputs in the .NET SDK. (#1026).
  • Update to Pulumi NuGet 1.12.1 and .NET Core 3.1. (#1030).