Skip to content

Releases: pulumi/pulumi-kubernetes

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

v1.2.1

08 Oct 18:18
v1.2.1
049ce63
Compare
Choose a tag to compare

Improvements

  • Cache the OpenAPI schema to improve performance. (#833).
  • Aggregate error messages from Pods on Job Read. (#831).
  • Improve interactive status for Jobs. (#832).

v1.2.0

04 Oct 21:37
v1.2.0
b15bd2a
Compare
Choose a tag to compare

Improvements

  • Add logic to check for Job readiness. (#633).
  • Automatically mark Secret data and stringData as secret. (#803).
  • Auto-alias resource apiVersions. (#798).
  • Provide detailed error for removed apiVersions. (#809).

v1.1.0

18 Sep 17:27
v1.1.0
9e323aa
Compare
Choose a tag to compare

Supported Kubernetes versions

  • v1.16.x
  • v1.15.x
  • v1.14.x

Major changes

  • Add support for Kubernetes v1.16.0 (#669)

Improvements

  • Implement customTimeout for resource deletion. (#802).
  • Increase default readiness timeouts to 10 mins. (#721).
  • Add suppressDeprecationWarnings flag. (#808).
  • Warn for invalid usage of Helm repo parameter. (#805).
  • Add PodAggregator for use by resource awaiters. (#785).

v1.0.1

11 Sep 20:39
v1.0.1
3b072f4
Compare
Choose a tag to compare

Supported Kubernetes versions

  • v1.15.x
  • v1.14.x
  • v1.13.x

Improvements

  • Warn for deprecated apiVersions. (#779).

Bug fixes

  • Fix await logic for extensions/v1beta1/Deployment (#794).
  • Fix error reporting (#782).

v1.0.0

04 Sep 15:46
Compare
Choose a tag to compare

Supported Kubernetes versions

  • v1.15.x
  • v1.14.x
  • v1.13.x

Bug fixes

  • Fix name collisions in the Charts/YAML Python packages
    (#771).
  • Implement {ConfigFile, ConfigGroup, Chart}#get_resource
    (#771).

v0.25.6

07 Aug 21:16
v0.25.6
fc7bf17
Compare
Choose a tag to compare

Supported Kubernetes versions

  • v1.15.x
  • v1.14.x
  • v1.13.x

Bug fixes

  • Align YAML parsing with core Kubernetes supported YAML subset. (#690).
  • Handle string values in the equalNumbers function. (#691).
  • Properly detect readiness for Deployment scaled to 0. (#688).
  • Fix a bug that caused crashes when empty array values were added to resource inputs. (#696)