Releases: pulumi/pulumi-kubernetes
Releases · pulumi/pulumi-kubernetes
v1.4.2
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
Bug fixes
- Fix deprecation warnings and docs. (#918 and #921).
v1.4.0
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
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
Improvements
- Add
Provider
for .NET. (#897)
v1.3.2
Improvements
- Add support for .NET. (#885)
v1.3.1
Improvements
- Add support for helm 3 CLI tool. (#882).
v1.3.0
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
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
Improvements
- Stop using initialApiVersion annotation. (#837).
- Cache the parsed OpenAPI schema to improve performance. (#836).