From 62cc6788dc5be228337e2d76f1f4a603d68c5b52 Mon Sep 17 00:00:00 2001 From: Michael Burman Date: Thu, 30 May 2024 12:26:37 +0300 Subject: [PATCH] Update k8ssandra-client, Fixes #663 --- CHANGELOG.md | 1 + config/manager/image_config.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba237c2a..200afe50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Changelog for Cass Operator, new PRs should update the `main / unreleased` secti * [FEATURE] [#659](https://github.com/k8ssandra/cass-operator/issues/659) Add support for HCD serverType with versions 1.x.x. It will be deployed like Cassandra >= 4.1 for now. * [FEATURE] [#660](https://github.com/k8ssandra/cass-operator/issues/660) Add support for DSE version 6.9.x and remove support for DSE 7.x.x. DSE 6.9 will be deployed like DSE 6.8. +* [ENHANCEMENT] [#663](https://github.com/k8ssandra/cass-operator/issues/663) Update k8ssandra-client for better Cassandra 5.0 config support * [BUGFIX] [#652](https://github.com/k8ssandra/cass-operator/issues/652) Update nodeStatuses info when a pod is recreated * [BUGFIX] [#656](https://github.com/k8ssandra/cass-operator/issues/656) After canary upgrade, it was not possible to continue upgrading rest of the nodes if the only change was removing the canary upgrade * [BUGFIX] [#657](https://github.com/k8ssandra/cass-operator/issues/657) If a change did not result in StatefulSet changes, a Ready -> Ready state would lose an ObservedGeneration update in the status diff --git a/config/manager/image_config.yaml b/config/manager/image_config.yaml index c1c4bfe8..2d2de737 100644 --- a/config/manager/image_config.yaml +++ b/config/manager/image_config.yaml @@ -5,7 +5,7 @@ metadata: images: system-logger: "k8ssandra/system-logger:latest" config-builder: "datastax/cass-config-builder:1.0-ubi8" - k8ssandra-client: "k8ssandra/k8ssandra-client:v0.3.0" + k8ssandra-client: "k8ssandra/k8ssandra-client:v0.4.0" # cassandra: # "4.0.0": "k8ssandra/cassandra-ubi:latest" # dse: