Skip to content

Releases: scylladb/scylla-operator

v1.20.0

19 Feb 11:12
v1.20.0
93cc64d

Choose a tag to compare

Release notes for 1.20.0

Container images

docker.io/scylladb/scylla-operator:1.20.0

Changes By Kind (since 1.19.1)

Feature

Bug

  • Allow for setting additional arguments for Scylla Operator containers through Helm (#3071,@rzetelskik)

Documentation

Flaky/Failing Test

  • List only Scylla nodes pods when getting nodes IPs in E2E (#3114,@czeslavo)
  • Fix makeCertificate test race causing panic (#3203,@czeslavo)
  • Make timeouts more explicit and improve related error messages in ScyllaDB Manager E2Es (#3252,@rzetelskik)

Other

Read more

v1.20.0-rc.0

19 Feb 09:41
v1.20.0-rc.0
93cc64d

Choose a tag to compare

v1.20.0-rc.0 Pre-release
Pre-release

Release notes for 1.20.0-rc.0

Container images

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

Changes By Kind (since 1.19.1)

Feature

Bug

  • Allow for setting additional arguments for Scylla Operator containers through Helm (#3071,@rzetelskik)

Documentation

Flaky/Failing Test

  • List only Scylla nodes pods when getting nodes IPs in E2E (#3114,@czeslavo)
  • Fix makeCertificate test race causing panic (#3203,@czeslavo)
  • Make timeouts more explicit and improve related error messages in ScyllaDB Manager E2Es (#3252,@rzetelskik)

Other

Read more

v1.20.0-beta.0

11 Feb 13:57
v1.20.0-beta.0
93cc64d

Choose a tag to compare

v1.20.0-beta.0 Pre-release
Pre-release

Release notes for 1.20.0-beta.0

Container images

docker.io/scylladb/scylla-operator:1.20.0-beta.0

Changes By Kind (since 1.19.1)

Feature

Bug

  • Allow for setting additional arguments for Scylla Operator containers through Helm (#3071,@rzetelskik)

Documentation

Flaky/Failing Test

  • List only Scylla nodes pods when getting nodes IPs in E2E (#3114,@czeslavo)
  • Fix makeCertificate test race causing panic (#3203,@czeslavo)
  • Make timeouts more explicit and improve related error messages in ScyllaDB Manager E2Es (#3252,@rzetelskik)

Other

Read more

v1.19.1

03 Feb 09:43
v1.19.1
0a65389

Choose a tag to compare

Release notes for 1.19.1

Container images

docker.io/scylladb/scylla-operator:1.19.1

Changes By Kind (since 1.19.0)

Documentation

Flaky/Failing Test

  • List only Scylla nodes pods when getting nodes IPs in E2E (#3135,@czeslavo)

Other


v1.19.0

19 Nov 10:15
v1.19.0
91f0c05

Choose a tag to compare

Release notes for 1.19.0

Container images

docker.io/scylladb/scylla-operator:1.19.0

Changes By Kind (since 1.18.1)

API Change

  • Add support for RetryWait parameter in ScyllaDB Manager tasks' integration (#2833,@rzetelskik)
  • Deprecate exposeOptions in ScyllaDBMonitoring (#3014,@czeslavo)
  • Return warnings from admission webhook on deprecated ScyllaDBMonitoring fields (#3038,@czeslavo)

Feature

  • Extend admission review with warning messages (#2893,@rzetelskik)
  • Extend node tuning with kernel parameter configuration (sysctls) (#2901,@rzetelskik)
  • Add support for external Prometheus mode to ScyllaDBMonitoring (#2943,@czeslavo)
  • Ensure all nodes in the cluster see all as UP as a prerequisite for adding new nodes (#2992,@rzetelskik)

Bug

  • Fix optional description formatting in ScyllaDBManager task completion verification (#2815,@rzetelskik)
  • Don't provision 2025.3 and 2025.3.0 Grafana platform dashboards (#2823,@czeslavo)
  • Fix Grafana container image reference to use a multi-arch index (#2829,@rzetelskik)
  • Do not create perftune jobs when NodeConfig has optimizations disabled (#2875,@rzetelskik)
  • Fix potential data races in RenderTemplate function (#2954,@czeslavo)
  • Don't emit FilesystemCreated when device already formatted (#2989,@czeslavo)
  • Fix condition reason overflow omission indicator to match upstream regex (#2998,@czeslavo)
  • Always set rack name in ScyllaDBDatacenter rack status (#3000,@rzetelskik)
  • Allow for setting additional arguments for Scylla Operator containers through Helm (#3072,@rzetelskik)

Documentation

Flaky/Failing Test

  • Explicitly set and unify the number of retries and backoff duration in ScyllaDB Manager tasks in E2E tests (#2834,@rzetelskik)
  • Extend timeout in DynamicSharedInformerFactory UT (#2835,@czeslavo)
  • Await schema agreement after...
Read more

v1.19.0-rc.0

19 Nov 09:37
v1.19.0-rc.0
91f0c05

Choose a tag to compare

v1.19.0-rc.0 Pre-release
Pre-release

Release notes for 1.19.0-rc.0

Container images

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

Changes By Kind (since 1.18.1)

API Change

  • Add support for RetryWait parameter in ScyllaDB Manager tasks' integration (#2833,@rzetelskik)
  • Deprecate exposeOptions in ScyllaDBMonitoring (#3014,@czeslavo)
  • Return warnings from admission webhook on deprecated ScyllaDBMonitoring fields (#3038,@czeslavo)

Feature

  • Extend admission review with warning messages (#2893,@rzetelskik)
  • Extend node tuning with kernel parameter configuration (sysctls) (#2901,@rzetelskik)
  • Add support for external Prometheus mode to ScyllaDBMonitoring (#2943,@czeslavo)
  • Ensure all nodes in the cluster see all as UP as a prerequisite for adding new nodes (#2992,@rzetelskik)

Bug

  • Fix optional description formatting in ScyllaDBManager task completion verification (#2815,@rzetelskik)
  • Don't provision 2025.3 and 2025.3.0 Grafana platform dashboards (#2823,@czeslavo)
  • Fix Grafana container image reference to use a multi-arch index (#2829,@rzetelskik)
  • Do not create perftune jobs when NodeConfig has optimizations disabled (#2875,@rzetelskik)
  • Fix potential data races in RenderTemplate function (#2954,@czeslavo)
  • Don't emit FilesystemCreated when device already formatted (#2989,@czeslavo)
  • Fix condition reason overflow omission indicator to match upstream regex (#2998,@czeslavo)
  • Always set rack name in ScyllaDBDatacenter rack status (#3000,@rzetelskik)
  • Allow for setting additional arguments for Scylla Operator containers through Helm (#3072,@rzetelskik)

Documentation

Flaky/Failing Test

  • Explicitly set and unify the number of retries and backoff duration in ScyllaDB Manager tasks in E2E tests (#2834,@rzetelskik)
  • Extend timeout in DynamicSharedInformerFactory UT (#2835,@czeslavo)
  • Await schema agree...
Read more

v1.19.0-beta.3

17 Nov 15:30
v1.19.0-beta.3
91f0c05

Choose a tag to compare

v1.19.0-beta.3 Pre-release
Pre-release

Release notes for 1.19.0-beta.3

Container images

docker.io/scylladb/scylla-operator:1.19.0-beta.3

Changes By Kind (since 1.19.0-beta.2)

Documentation

  • Document handling multiple clusters in a single Prometheus (#3074,@czeslavo)

Other


v1.19.0-beta.2

13 Nov 18:02
v1.19.0-beta.2
a0b04f7

Choose a tag to compare

v1.19.0-beta.2 Pre-release
Pre-release

Release notes for 1.19.0-beta.2

Container images

docker.io/scylladb/scylla-operator:1.19.0-beta.2

Changes By Kind (since 1.19.0-beta.1)

Bug

  • Allow for setting additional arguments for Scylla Operator containers through Helm (#3072,@rzetelskik)

Documentation

  • Fix address source paths in ServiceLoadBalancerIngress exposure type documentation (#3068,@rzetelskik)

v1.19.0-beta.1

10 Nov 11:04
v1.19.0-beta.1
0ea3982

Choose a tag to compare

v1.19.0-beta.1 Pre-release
Pre-release

Release notes for 1.19.0-beta.1

Container images

docker.io/scylladb/scylla-operator:1.19.0-beta.1

Changes By Kind (since 1.19.0-beta.0)

Other

  • Make 'make_latest' parameter in github release API call data a string (#3059,@rzetelskik)

v1.19.0-beta.0

10 Nov 12:41
v1.19.0-beta.0
c682d13

Choose a tag to compare

v1.19.0-beta.0 Pre-release
Pre-release

Release notes for 1.19.0-beta.0

Container images

docker.io/scylladb/scylla-operator:1.19.0-beta.0

Changes By Kind (since 1.18.1)

API Change

  • Deprecate exposeOptions in ScyllaDBMonitoring (#3014,@czeslavo)
  • Return warnings from admission webhook on deprecated ScyllaDBMonitoring fields (#3038,@czeslavo)

Feature

  • Add support for RetryWait parameter in ScyllaDB Manager tasks' integration (#2833,@rzetelskik)
  • Extend admission review with warning messages (#2893,@rzetelskik)
  • Extend node tuning with kernel parameter configuration (sysctls) (#2901,@rzetelskik)
  • Add support for external Prometheus mode to ScyllaDBMonitoring (#2943,@czeslavo)
  • Ensure all nodes in the cluster see all as UP as a prerequisite for adding new nodes (#2992,@rzetelskik)

Bug

  • Fix optional description formatting in ScyllaDBManager task completion verification (#2815,@rzetelskik)
  • Don't provision 2025.3 and 2025.3.0 Grafana platform dashboards (#2823,@czeslavo)
  • Fix Grafana container image reference to use a multi-arch index (#2829,@rzetelskik)
  • Do not create perftune jobs when NodeConfig has optimizations disabled (#2875,@rzetelskik)
  • Fix potential data races in RenderTemplate function (#2954,@czeslavo)
  • Don't emit FilesystemCreated when device already formatted (#2989,@czeslavo)
  • Fix condition reason overflow omission indicator to match upstream regex (#2998,@czeslavo)
  • Always set rack name in ScyllaDBDatacenter rack status (#3000,@rzetelskik)

Documentation

Flaky/Failing Test

Read more