Skip to content

v1.8.0-rc.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Jan 16:29
· 2025 commits to master since this release
68d515c

Release notes for 1.8.0-rc.0

Container images

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

Changes By Kind (since 1.7.4)

Feature

Bug

  • Include NodeConfigs with disabled optimizations as matching ones in tuning ConfigMap (#920,@zimnx)
  • Tune nodes immediately when tuning DaemonSet is scheduled (#926,@zimnx)
  • Keep custom annotations on ServiceAccounts (#933,@zimnx)
  • Bring back ServiceAccount template in Scylla Helm chart (#937,@zimnx)
  • Fix decommissioning of drained nodes (#967,@tnozicka)
  • Stabilize tuning Job parameters and status of NodeConfig (#996,@zimnx)
  • Close idle connections to scylla API when done using them (#1017,@zimnx)
  • Avoid watch cache when using UntilWithSync (#1049,@tnozicka)
  • Don't use "any" prefix for LB CQL service (#1085,@tnozicka)
  • Make sure manager controller reacts to SA token changes (#1087,@Choraden)
  • Fix repository paths so it can be vendored (#1098,@tnozicka)

Documentation

Flaky/Failing Test

Other