Skip to content

Releases: pulumi/pulumi-kubernetes

v1.4.2

07 Jan 21:20
v1.4.2
5eaa726
Compare
Choose a tag to compare

Improvements

  • Move YAML decode logic into provider. (#925).
  • Improve handling of default namespaces for Helm charts. (#934).

Bug fixes

  • Fix panic condition in Ingress await logic. (#928).
  • Fix deprecation warnings and docs. (#929).
  • Fix projection of array-valued output properties in .NET. (#931)

v1.4.1

17 Dec 19:51
v1.4.1
c3ed54c
Compare
Choose a tag to compare

Bug fixes

  • Fix deprecation warnings and docs. (#918 and #921).

v1.4.0

09 Dec 22:12
v1.4.0
4230f90
Compare
Choose a tag to compare

Important

The discovery.v1alpha1.EndpointSlice and discovery.v1alpha1.EndpointSliceList APIs were removed in k8s 1.17, and no longer appear in the Pulumi Kubernetes SDKs. These resources can now be found at
discovery.v1beta1.EndpointSlice and discovery.v1beta1.EndpointSliceList.

Major changes

  • Add support for Kubernetes v1.17.0 (#706)

v1.3.4

05 Dec 17:57
v1.3.4
01cb280
Compare
Choose a tag to compare

Improvements

  • Use HELM_HOME as default if set. (#855).
  • Use namespace provided by KUBECONFIG, if it is not explicitly set in the provider (#903).

v1.3.3

29 Nov 17:04
7b0dd96
Compare
Choose a tag to compare

Improvements

  • Add Provider for .NET. (#897)

v1.3.2

05 Dec 17:58
ff3dc5d
Compare
Choose a tag to compare

Improvements

  • Add support for .NET. (#885)

v1.3.1

18 Nov 20:31
v1.3.1
9491de1
Compare
Choose a tag to compare

Improvements

  • Add support for helm 3 CLI tool. (#882).

v1.3.0

13 Nov 23:25
v1.3.0
4ea649c
Compare
Choose a tag to compare

Improvements

  • Increase maxBuffer for helm template exec. (#864).
  • Add StreamInvoke RPC call, along with stream invoke implementations for
    kubernetes:kubernetes:watch, kubernetes:kubernetes:list, and kubernetes:kubernetes:logs. (#858, #873, #876).

v1.2.3

17 Oct 20:31
v1.2.3
0a18b87
Compare
Choose a tag to compare

Bug fixes

  • Correctly merge provided opts for k8s resources. (#850).
  • Fix a bug that causes helm crash when referencing 'scoped packages' that start with '@'. (#846)

v1.2.2

10 Oct 19:56
v1.2.2
06b2a28
Compare
Choose a tag to compare

Improvements

  • Stop using initialApiVersion annotation. (#837).
  • Cache the parsed OpenAPI schema to improve performance. (#836).