Skip to content

Commit 6c81368

Browse files
Merge pull request #146 from AKamyshnikova/bump-bootstrap-0.1.15
Bump cassandra-boostrap to fix CVE-2024-2961
2 parents 8ee566d + 8d57acb commit 6c81368

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SERVICE_NAME := casskop
2020
BUILD_FOLDER = .
2121
MOUNTDIR = $(PWD)
2222

23-
BOOTSTRAP_IMAGE ?= ghcr.io/cscetbon/casskop-bootstrap:0.1.14
23+
BOOTSTRAP_IMAGE ?= ghcr.io/cscetbon/casskop-bootstrap:0.1.15
2424
TELEPRESENCE_REGISTRY ?= datawire
2525
KUBESQUASH_REGISTRY:=
2626
KUBECONFIG ?= ~/.kube/config

api/v2/cassandracluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const (
2121
DefaultReadinessHealthCheckPeriod int32 = 10
2222

2323
defaultCassandraImage = "cassandra:3.11.10"
24-
defaultBootstrapImage = "ghcr.io/cscetbon/casskop-bootstrap:0.1.14"
24+
defaultBootstrapImage = "ghcr.io/cscetbon/casskop-bootstrap:0.1.15"
2525
defaultConfigBuilderImage = "datastax/cass-config-builder:1.0.4"
2626

2727
DefaultBackRestImage = "ghcr.io/cscetbon/instaclustr-icarus:1.1.3"

test/kuttl/backup-restore/00-createCluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
nodesPerRacks: 2
77
cassandraImage: cassandra:3.11.9
8-
bootstrapImage: ghcr.io/cscetbon/casskop-bootstrap:0.1.14
8+
bootstrapImage: ghcr.io/cscetbon/casskop-bootstrap:0.1.15
99
dataCapacity: 256Mi
1010
hardAntiAffinity: false
1111
deletePVC: true

test/kuttl/sidecars/00-assert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
- name: config-builder
4848
image: datastax/cass-config-builder:1.0.3
4949
- name: bootstrap
50-
image: ghcr.io/cscetbon/casskop-bootstrap:0.1.14
50+
image: ghcr.io/cscetbon/casskop-bootstrap:0.1.15
5151
containers:
5252
- args:
5353
- tail

website/docs/2_setup/5_upgrade_v1_to_v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ metadata:
4747
spec:
4848
nodesPerRacks: 2
4949
cassandraImage: cassandra:3.11.9
50-
bootstrapImage: ghcr.io/cscetbon/casskop-bootstrap:0.1.14
50+
bootstrapImage: ghcr.io/cscetbon/casskop-bootstrap:0.1.15
5151
config:
5252
cassandra-yaml:
5353
num_tokens: 256

0 commit comments

Comments
 (0)