Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

v2.1.0

Compare
Choose a tag to compare
@viovanov viovanov released this 03 Feb 05:57
· 701 commits to master since this release

New Features

  • a user can now reference a key of a Secret in an implicit variable
  • users can now rotate secrets
  • webhook to ensure versioned secrets are imutable
  • helm chart version is now valid semver

Known Issues

  • 🚫🚫🚫you should skip this version - it has a bug that causes multiple BOSH manifest conversion to spawn 🚫🚫🚫
  • helm delete won't clean up Custom Resource Definitions
  • updates may cause skipping of StatefulSet version numbers
  • not supported on Kubernetes > 1.16

Installation

# Use this if you've never installed the operator before
helm install --namespace cf-operator --name cf-operator https://s3.amazonaws.com/cf-operators/release/helm-charts/cf-operator-2.1.0-0.g01322035.tgz

# Use this if the custom resources have already been created by a previous CF Operator installation
helm install --namespace cf-operator --name cf-operator https://s3.amazonaws.com/cf-operators/release/helm-charts/cf-operator-2.1.0-0.g01322035.tgz --set "customResources.enableInstallation=false"

Assets

Helm chart and standalone binary: