Skip to content

pulumi-kubernetes-operator-v2.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 21:37
· 1 commit to master since this release

IMPORTANT: this is a prerelease and is not intended for use in a production environment.

See announcement:
https://www.pulumi.com/blog/pulumi-kubernetes-operator-2-0/

Installation

Follow the instructions in README.md to install the operator.

Optional: install Flux2 (instructions) to use Flux sources.

Usage

Use the Stack API to manage Pulumi deployments in your Kubernetes cluster.

Changes from v2.0.0-beta.2

  • Stack Controller: watch for delete events. #756
  • Stack Controller: fix an issue where new commits weren't detected when using git sources. #762
  • Ensure cleanup of Stack in foreground deletion. #760
  • Register API resources into the "pulumi" category #765
  • Use shorter DNS name for pod-to-pod networking. #764

Changes from v2.0.0-beta.1

  • Improved support for using custom program sources. #741
  • Improved Status logging. #742
  • Support for ReconcileRequest annotation. #745
  • Show stack processing state in printer columns. #747
  • Some stack outputs cannot be saved to Secret. #746