This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
Releases: cloudfoundry-incubator/quarks-operator
Releases Β· cloudfoundry-incubator/quarks-operator
v7.2.7 π
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 π
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.5 π
New Features
π§° Maintenance
- Bump tested k8s versions and golang @manno (#1309)
- Upgrade to GitHub-native Dependabot @dependabot-preview (#1307)
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 π
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.3 π
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 π
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 π
π Features
- Use namespace to generate cf-operator.fullname (#1258)
- Bump all quarks operators to Golang 1.15.8
π New Docs
- https://quarks.suse.dev/docs/quarks-operator/concepts/high-availability/
- https://quarks.suse.dev/docs/quarks-operator/concepts/upgrades/
π§° Maintenance
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.
Thequarks-job.persistOutputClusterRole.name
,corednsServiceAccount.name
and theglobal.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 ofv7.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 π
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
π 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
- Update controller runtime to 0.8.2 @rohitsakala (#1291)
- Bump kind and kubernetes images in CI @manno (#1290)
- Modify HA upgrade test @rohitsakala (#1284)
- Fix Github CI @rohitsakala (#1282)
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 π
New Features
π Bug Fixes
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 π
New Features
- Partial fix for e2e update test problems @manno (#1274)
- Bump qsts for startup ordinal re-use fix @manno (#1272)
- Add package comments @manno (#1264)
- Switch update tests to latest quarks release @manno (#1247)
π Bug Fixes
- Add service account for coredns @rohitsakala (#1256)
π§° 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