pulumi-kubernetes

A Pulumi resource provider for Kubernetes to manage API resources and workloads in running clusters

APACHE-2.0 License

Downloads
2.1M
Stars
388
Committers
67

Bot releases are hidden (Show)

pulumi-kubernetes - v0.24.0

Published by lblackstone over 5 years ago

Important

BREAKING: This release changes the behavior of the provider namespace flag introduced
in 0.23.0. Previously, this flag was treated as an override, which ignored namespace
values set directly on resources. Now, the flag is a default, and will only set the
namespace if one is not already set. If you have created resources using a provider
with the namespace flag set, this change may cause these resources to be recreated
on the next update.

Major changes

Improvements

Bug fixes

pulumi-kubernetes - v0.23.1

Published by lblackstone over 5 years ago

Supported Kubernetes versions

  • v1.14.x
  • v1.13.x
  • v1.12.x

Major changes

  • None

Improvements

Bug fixes

pulumi-kubernetes - v0.23.0

Published by lblackstone over 5 years ago

Supported Kubernetes versions

  • v1.14.x
  • v1.13.x
  • v1.12.x

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

Bug fixes

pulumi-kubernetes - v0.22.2

Published by lblackstone over 5 years ago

Supported Kubernetes versions

  • v1.14.x
  • v1.13.x
  • v1.12.x

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

Bug fixes

  • None
pulumi-kubernetes - v0.22.1

Published by lblackstone over 5 years ago

Supported Kubernetes versions

  • v1.14.x
  • v1.13.x
  • v1.12.x

Major changes

Improvements

Bug fixes

pulumi-kubernetes - v0.22.0

Published by lblackstone over 5 years ago

Major changes

Improvements

  • None

Bug fixes

  • None
pulumi-kubernetes - v0.21.1

Published by lblackstone over 5 years ago

Major changes

  • None

Improvements

Bug fixes

pulumi-kubernetes - v0.21.0

Published by lblackstone over 5 years ago

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.

pulumi-kubernetes - v0.20.4

Published by lblackstone over 5 years ago

Major changes

  • None

Improvements

Bug fixes

pulumi-kubernetes - v0.20.3

Published by lblackstone over 5 years ago

Major changes

  • None

Improvements

  • None

Bug fixes

pulumi-kubernetes - v0.20.2

Published by lblackstone over 5 years ago

Major changes

  • None

Improvements

Bug fixes

pulumi-kubernetes - v0.20.1

Published by lblackstone over 5 years ago

Bug fixes

pulumi-kubernetes - v0.20.0

Published by lblackstone over 5 years ago

Major changes

Improvements

Bug fixes

pulumi-kubernetes - v0.19.0

Published by lblackstone almost 6 years ago

Major changes

Improvements

Note: Bumped the minor version due to several changes to runtime semantics (#307, #324, #333, #337) and the addition of stricter typing (#341).

pulumi-kubernetes - v0.18.0

Published by hausdorff almost 6 years ago

Major changes

Improvements