Pulumi-kubernetes

Latest version: v4.19.0

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

Scan your dependencies

Page 33 of 35

0.23.0

Not secure
Important

This release fixes a longstanding issue with the provider namespace flag. Previously, this
flag was erroneously ignored, but will now cause any resources using this provider to be
created in the specified namespace. **This may cause resources to be recreated!** Unset the
namespace parameter to avoid this behavior. Also note that this parameter takes precedence
over any namespace defined on the underlying resource.

The Python SDK now supports YAML manifests and Helm charts, including `CustomResourceDefinitions`
and `CustomResources`!

Major changes

- Put all resources in specified provider namespace (https://github.com/pulumi/pulumi-kubernetes/pull/538)
- Add Helm support to Python SDK (https://github.com/pulumi/pulumi-kubernetes/pull/544)

Bug fixes

- Fix Helm repo quoting for Windows (https://github.com/pulumi/pulumi-kubernetes/pull/540)
- Fix Python YAML SDK (https://github.com/pulumi/pulumi-kubernetes/pull/545)

0.22.2

Not secure
Important

This release improves handling for CustomResources (CRs) and CustomResourceDefinitions (CRDs).
CRs without a matching CRD will now be considered deleted during `pulumi refresh`, and `pulumi destroy`
will not fail to delete a CR if the related CRD is missing.
See https://github.com/pulumi/pulumi-kubernetes/pull/530 for details.

Major changes

- None

Improvements

- Improve error handling for "no match found" errors (https://github.com/pulumi/pulumi-kubernetes/pull/530)

Bug fixes

- None

0.22.1

Not secure
Major changes

- Add basic YAML support to Python SDK (https://github.com/pulumi/pulumi-kubernetes/pull/499)
- Add transforms to YAML support for Python SDK (https://github.com/pulumi/pulumi-kubernetes/pull/500)

Improvements

- Move helm module into a directory (https://github.com/pulumi/pulumi-kubernetes/pull/512)
- Move yaml module into a directory (https://github.com/pulumi/pulumi-kubernetes/pull/513)

Bug fixes

- Fix Deployment await logic for old API schema (https://github.com/pulumi/pulumi-kubernetes/pull/523)
- Replace PodDisruptionBudget if spec changes (https://github.com/pulumi/pulumi-kubernetes/pull/527)

0.22.0

Not secure
Major changes

- Add support for Kubernetes v1.14.0 (https://github.com/pulumi/pulumi-kubernetes/pull/371)

Improvements

- Add CustomResource to Python SDK (https://github.com/pulumi/pulumi-kubernetes/pull/543)

Bug fixes

- None

0.21.1

Not secure
Major changes

- None

Improvements

- Split up nodejs SDK into multiple files (https://github.com/pulumi/pulumi-kubernetes/pull/480)

Bug fixes

- Check for unexpected RPC ID and return an error (https://github.com/pulumi/pulumi-kubernetes/pull/475)
- Fix an issue where the Python `pulumi_kubernetes` package was depending on an older `pulumi` package.
- Fix YAML parsing for computed namespaces (https://github.com/pulumi/pulumi-kubernetes/pull/483)

0.21.0

Not secure
Important

Updating to v0.17.0 version of `pulumi/pulumi`. This is an update that will not play nicely
in side-by-side applications that pull in prior versions of this package.

See https://github.com/pulumi/pulumi/commit/7f5e089f043a70c02f7e03600d6404ff0e27cc9d for more details.

As such, we are rev'ing the minor version of the package from 0.16 to 0.17. Recent version of `pulumi` will now detect, and warn, if different versions of `pulumi/pulumi` are loaded into the same application. If you encounter this warning, it is recommended you move to versions of the `pulumi/...` packages that are compatible. i.e. keep everything on 0.16.x until you are ready to move everything to 0.17.x.

Page 33 of 35

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.