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

Releases: cloudfoundry-incubator/quarks-operator

v7.2.7 🌈

25 Jun 17:17
Compare
Choose a tag to compare

New Features

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

v7.2.6 🌈

02 Jun 13:28
Compare
Choose a tag to compare

New Features

πŸ› Bug Fixes

  • Errands no longer use container-run wrapper @manno (#1324)

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

v7.2.5 🌈

25 May 11:22
Compare
Choose a tag to compare

New Features

🧰 Maintenance

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

v7.2.4 🌈

22 Apr 16:08
Compare
Choose a tag to compare

New Features

πŸ› Bug Fixes

  • Remove proccess-less jobs from drain stamp count @manno (#1305)

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

v7.2.3 🌈

21 Apr 17:40
Compare
Choose a tag to compare

New Features

πŸ› Bug Fixes

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

v7.2.2 🌈

14 Apr 08:44
Compare
Choose a tag to compare

New Features

πŸš€ Features

🧰 Maintenance

  • Add warnings about multi operator and multi namespace to helm README @manno (#1299)
  • Remove dirty flag from version @manno (#1298)

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

v7.2.1 🌈

03 Mar 16:19
Compare
Choose a tag to compare

πŸš€ Features

  • Use namespace to generate cf-operator.fullname (#1258)
  • Bump all quarks operators to Golang 1.15.8

πŸ“ New Docs

🧰 Maintenance

  • Update comment in template-render (#1295)
  • Fix text in release-drafter template (#1294)

Known Issues

  • The default workload namespace (global.singleNamespace.name) was changed from 'staging' to 'kubecf'. Make sure to set the singleNamespace manually, if you are upgrading a deployment using the 'staging' namespace.
  • When installing multiple operators in one cluster via Helm, each must have it's own namespace.
    The quarks-job.persistOutputClusterRole.name, corednsServiceAccount.name and the global.monitoredID should manually be set to a unique value for each operator.
  • Due to a problem with the Dockerbuild, the binary reports its version as v7.2.1-dirty-0.gaeb6ef3 instead of v7.2.1-0.gaeb6ef3.

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

v7.2.0 🌈

02 Mar 16:44
Compare
Choose a tag to compare
v7.2.0 🌈 Pre-release
Pre-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

v7.1.3 🌈

15 Jan 18:16
Compare
Choose a tag to compare

New Features

πŸ› Bug Fixes

  • Fix statefulset annotation cleanup 176379221 @manno (#1275)

Known Issues

When upgrading an operator that has existing deployments a migration is missing to add required labels: https://github.com/cloudfoundry-incubator/quarks-operator/pull/1279/files

Installation

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

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

Assets

v7.1.2 🌈

13 Jan 22:43
Compare
Choose a tag to compare

New Features

πŸ› Bug Fixes

🧰 Maintenance

  • Bump code.cloudfoundry.org/quarks-statefulset from 0.0.1308-g6a8b2220 to 0.0.1309-g7280c24d @dependabot-preview (#1268)

Known Issues

...

Installation

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

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

Assets