Skip to content

Commit

Permalink
Update Vector to 0.33.1 and k8ssandra-client to v0.2.2 (#594)
Browse files Browse the repository at this point in the history
(cherry picked from commit 96266b8)
  • Loading branch information
burmanm committed Nov 10, 2023
1 parent c7ea5fc commit ede0e35
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Changelog for Cass Operator, new PRs should update the `main / unreleased` secti
* [BUGFIX]
```

## unreleased

* [BUGFIX] [#593](https://github.com/k8ssandra/cass-operator/issues/593) Update k8ssandra-client to 0.2.2 to fix the issue with clusterName config generation when using 4.1

## v1.18.1

## v1.18.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)

VERSION ?= 1.18.1
VERSION ?= 1.18.2

COMMIT := $(shell git rev-parse --short HEAD)
DATE := $(shell date +%Y%m%d)
Expand Down
4 changes: 2 additions & 2 deletions config/manager/image_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ kind: ImageConfig
metadata:
name: image-config
images:
system-logger: "cr.k8ssandra.io/k8ssandra/system-logger:v1.18.1"
system-logger: "cr.k8ssandra.io/k8ssandra/system-logger:v1.18.2"
config-builder: "cr.dtsx.io/datastax/cass-config-builder:1.0-ubi7"
k8ssandra-client: "cr.k8ssandra.io/k8ssandra/k8ssandra-client:v0.2.1"
k8ssandra-client: "cr.k8ssandra.io/k8ssandra/k8ssandra-client:v0.2.2"
# cassandra:
# "4.0.0": "k8ssandra/cassandra-ubi:latest"
# dse:
Expand Down
2 changes: 1 addition & 1 deletion logger.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG VERSION
ARG TARGETPLATFORM

# Install Vector
ENV VECTOR_VERSION 0.31.0
ENV VECTOR_VERSION 0.33.1
RUN case ${TARGETPLATFORM} in \
"linux/amd64") VECTOR_ARCH=x86_64 ;; \
"linux/arm64") VECTOR_ARCH=aarch64 ;; \
Expand Down

0 comments on commit ede0e35

Please sign in to comment.