github pulumi/pulumi-kubernetes v2.3.0

latest releases: v4.12.0-alpha.1, v4.11.0, sdk/v4.11.0...
3 years ago

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)

Don't miss a new pulumi-kubernetes release

NewReleases is sending notifications on new releases.