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

v7.2.0 🌈

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Mar 16:44
· 34 commits to master since this release

New Features

This fixes several issues with bootstrap and BOSH job template rendering.
Multi AZ deployments should work now. For every AZ there will be one separate statefulset of the instance group.

πŸš€ Features

  • Switch quarks-* operators to info level logging @manno (#1293)
  • Supports BOSH drain scripts

πŸ› Bug Fixes

  • Remove drain dir @manno (#1292)
  • Remove startup-ordinal, use pre-generated job instances (affects bootstrap, etc) @manno (#1288)
  • Fixes upgrading problems due to mismatching statefulset labels from 6.x and 7.x

🧰 Maintenance

Known Issues

  • The operator helm charts do not support "multi namespace" well. I.e. migration hooks won't run in workload namespace. One operator watching multiple namespaces is not supported by the provided helm charts.
  • Installing multiple operators in one namespace is not supported by the helm charts. (#1257)
  • Installing multiple operators on the same cluster, but in different namespaces is currently broken and --set fullameOverride must be used for subsequent operators installs. (#1257)

Installation

# Use this if you've never installed the operator before
helm repo add quarks https://cloudfoundry-incubator.github.io/quarks-helm/
helm install quarks quarks/quarks --wait

# For more options look at the README for the chart
helm show readme quarks/quarks

Assets