Skip to content

v1.2.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@tnozicka tnozicka released this 30 Apr 14:33
· 1746 commits to master since this release
1be6c6a

Release notes for v1.2.0-rc.0

Container images

docker.io/scylladb/scylla-operator:1.2.0-rc.0

Changes By Kind

Features

Bugs

  • sidecar/config: fix ScyllaArgs parsing (#549,@zimnx)
  • Fix panic for empty strorageCapacity (#540,@tnozicka)
  • Get rid of busybox image (#539,@tnozicka)
  • Make a replace race with StatefulSet controller less likely (#525,@tnozicka)
  • examples: fix ScyllaCluster member role name (#522,@zimnx)
  • Always default to cluster first DNS (#512,@tnozicka)
  • cluster: update Cluster status when DeletionTimestamp is non-nil (#506,@zimnx)
  • helm: bump default scylla storage capacity to 10Gi (#501) (#502,@zimnx)
  • Reduce resources for sysctl-buddy (#500,@tnozicka)
  • helm: change storage class name parameter name (#485) (#491,@zimnx)
  • helm: fix PVC patch RBAC (#471) (#480,@zimnx)
  • Expose CQL port with alternator (#479,@tnozicka)
  • rbac: Fix patching PVCs (#472,@tnozicka)
  • cluster: fix source of rack version in cluster status (#465,@zimnx)
  • Revert "cluster: fix source of rack version and members in cluster status" (#464,@zimnx)
  • cluster: fix source of rack version and members in cluster status (#462,@zimnx)
  • Added scylla/rack to podTargetLabels in ServiceMonitor (#457,@rzetelskik)
  • cluster: clear rack status when rack STS doesn't exist (#418) (#455,@zimnx)
  • helm: fix name of scylla clusters in Manager chart (#363) (#419,@zimnx)

Documentation

Flaky/Failing Tests

Other