Skip to content

v1.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jul 19:10
· 609 commits to master since this release
8083150

Release notes for 1.9.0

Container images

docker.io/scylladb/scylla-operator:1.9.0

Changes By Kind (since 1.8.1)

Feature

  • Automated Local Disk Setup (#1107,@zimnx)
  • Add ScyllaDBMonitoring (#1111,@tnozicka)
  • Update Grafana version to 9.3.4 (#1154,@tnozicka)
  • Update and pin Ubuntu to 22.04 (#1160,@tnozicka)
  • Add support for tuning EKS 1.24 using containerd CRI (#1165,@zimnx)
  • Pregenerate RSA keys and speed up bootstrap times (#1202,@tnozicka)
  • Bump ScyllaDB and ScyllaDB Manager versions in Helm chart, examples and e2es (#1238,@zimnx)
  • Update dependencies (#1243,@tnozicka)
  • Revert "Bump ScyllaDB and ScyllaDB Manager versions in Helm chart, examples and e2es " (#1246,@zimnx)
  • Use ScyllaDB 5.1.9 and ScyllaDB Manager 3.1.0 as default versions in Helm chart, examples and e2e (#1247,@zimnx)

Bug

  • Fix NodeConfigPod controller to exclusively enqueue and sync Scylla Pods (#1131,@rzetelskik)
  • Fix leader election error handling and context cancelation (#1142,@tnozicka)
  • Fix ApplyRoleBinding updates for immutable roleRef (#1143,@tnozicka)
  • Fix NodeConfigDaemonController working on objects from a different shard (#1146,@tnozicka)
  • Fix support for immutable fields in Job Apply (#1148,@zimnx)
  • Add missing symlink to ScyllaDBMonitoring CRD in helm CRDs (#1197,@rzetelskik)
  • Fix "job" labels in Grafana dashboards' queries (#1199,@rzetelskik)
  • Install Prometheus ClusterRoles in Helm deployments (#1205,@rzetelskik)
  • Fix node setup image in EKS example (#1221,@zimnx)
  • Extend test runner with a report verifier checking if every Spec was ran exactly once (#1253,@rzetelskik)
  • Fix seed propagation in test runner (#1256,@rzetelskik)
  • Fix ScyllaDB version upgrade being stuck on Pod staying in maintenance mode (#1267,@zimnx)
  • Fix NodeConfig DaemonSet prunning (#1279,@zimnx)
  • Fix panic in Operator occuring during node replacement (#1290,@zimnx)

Documentation

Flaky/Failing Test

Other