Pulumi-kubernetes

Latest version: v4.11.0

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

Scan your dependencies

Page 14 of 32

3.10.0

- Add await support for networking.k8s.io/v1 variant of ingress (https://github.com/pulumi/pulumi-kubernetes/pull/1795)
- Schematize overlay types (https://github.com/pulumi/pulumi-kubernetes/pull/1793)

3.9.0

- [sdk/python] Add ready attribute to await Helm charts (https://github.com/pulumi/pulumi-kubernetes/pull/1782)
- [sdk/go] Add ready attribute to await Helm charts (https://github.com/pulumi/pulumi-kubernetes/pull/1784)
- [sdk/dotnet] Add ready attribute to await Helm charts (https://github.com/pulumi/pulumi-kubernetes/pull/1785)
- [sdk/python] Update CustomResource python implementation to pickup snake-case updates (https://github.com/pulumi/pulumi-kubernetes/pull/1786)
- Update pulumi dependencies v3.16.0 (https://github.com/pulumi/pulumi-kubernetes/pull/1790)

3.8.3

- Add env variable lookup for k8s client settings (https://github.com/pulumi/pulumi-kubernetes/pull/1777)
- Fix diff logic for CRD kinds with the same name as a built-in (https://github.com/pulumi/pulumi-kubernetes/pull/1779)

3.8.2

- [sdk/python] Relax PyYaml dependency to allow upgrade to PyYaml 6.0 (https://github.com/pulumi/pulumi-kubernetes/pull/1768)
- [go/sdk] Add missing types for deprecated Provider (https://github.com/pulumi/pulumi-kubernetes/pull/1771)

3.8.1

- Fix error for helm.Release previews with computed values (https://github.com/pulumi/pulumi-kubernetes/pull/1760)
- Don't require values for helm.Release (https://github.com/pulumi/pulumi-kubernetes/pull/1761)

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)

Page 14 of 32

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.