Pulumi-kubernetes

Latest version: v4.19.0

Safety actively analyzes 688027 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 17 of 35

3.8.0

Breaking change note:

[1751](https://github.com/pulumi/pulumi-kubernetes/pull/1751) moved the Helm Release (beta) Provider options into a
complex type called `helmReleaseSettings`. Following this change, you can set these options in the following ways:

1. As arguments to a first-class Provider
typescript
new k8s.Provider("test", { helmReleaseSettings: { driver: "secret" } });


1. Stack configuration for the default Provider

pulumi config set --path kubernetes:helmReleaseSettings.driver "secret"


1. As environment variables

EXPORT PULUMI_K8S_HELM_DRIVER="secret"


- [sdk/dotnet] Fix creation of CustomResources (https://github.com/pulumi/pulumi-kubernetes/pull/1741)
- Always override namespace for helm release operations (https://github.com/pulumi/pulumi-kubernetes/pull/1747)
- Add k8s client tuning settings to Provider (https://github.com/pulumi/pulumi-kubernetes/pull/1748)
- Nest helm.Release Provider settings (https://github.com/pulumi/pulumi-kubernetes/pull/1751)
- Change await logic client to use target apiVersion on updates (https://github.com/pulumi/pulumi-kubernetes/pull/1758)

3.7.3

- Use helm release's namespace on templates where namespace is left unspecified (https://github.com/pulumi/pulumi-kubernetes/pull/1733)
- Upgrade Helm dependency to v3.7.0 (https://github.com/pulumi/pulumi-kubernetes/pull/1742)
- Helm Release: Await deletion if skipAwait is unset or atomic is specific (https://github.com/pulumi/pulumi-kubernetes/pull/1742)

3.7.2

- Fix handling of charts with empty manifests (https://github.com/pulumi/pulumi-kubernetes/pull/1717)
- Use existing helm template logic to populate manifests instead of relying on `dry-run` support (https://github.com/pulumi/pulumi-kubernetes/pull/1718)

3.7.1

- Don't replace PVC on .spec.resources.requests or .limits change. (https://github.com/pulumi/pulumi-kubernetes/pull/1705)
- *NOTE*: User's will now need to use the `replaceOnChanges` resource option for PVCs if modifying requests or limits to trigger replacement

3.7.0

- Add initial support for a Helm release resource - `kubernetes:helm.sh/v3:Release. Currently available in Beta (https://github.com/pulumi/pulumi-kubernetes/pull/1677)

3.6.3

- [sdk/go] Re-add deprecated Provider file (https://github.com/pulumi/pulumi-kubernetes/pull/1687)

Page 17 of 35

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.