You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Changelog for Cass Operator, new PRs should update the `main / unreleased` secti
11
11
12
12
## unreleased
13
13
14
-
*[CHANGE][#875](https://github.com/k8ssandra/cass-operator/issues/875) Update to Go 1.25, Kubernetes 1.34 and UBI10 as the base image. Also, Vector updates and other smaller dependency updates.
14
+
*[CHANGE][#875](https://github.com/k8ssandra/cass-operator/issues/875) Update to Go 1.25, Kubernetes 1.34 and UBI10 as the base image. Also, Vector to 0.53.0 and other smaller dependency updates. Deprecate CDC support.
15
15
*[CHANGE][#876](https://github.com/k8ssandra/cass-operator/issues/876) Drop support for ImageConfig v1beta1, the only supported version from now on is v1beta2
16
16
*[CHANGE][#865](https://github.com/k8ssandra/cass-operator/issues/865) Add VolumeMount for the management-api-server-certs-volume volume to all containers instead of only cassandra container
17
17
*[CHANGE][#850](https://github.com/k8ssandra/cass-operator/issues/850) The default retry policy for CassandraTask has changed to OnFailure
Copy file name to clipboardExpand all lines: apis/cassandra/v1beta1/cassandradatacenter_types.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -268,8 +268,8 @@ type CassandraDatacenterSpec struct {
268
268
// Additional Annotations allows to define additional labels that will be included in all objects created by the operator. Note, user can override values set by default from the cass-operator and doing so could break cass-operator functionality.
// CDC allows configuration of the change data capture agent which can run within the Management API container. Use it to send data to Pulsar.
272
-
CDC*CDCConfiguration`json:"cdc,omitempty"`
271
+
// Deprecated this field is deprecated and will be removed in the future. DeprecatedCDC allows configuration of the change data capture agent which can run within the Management API container. Use it to send data to Pulsar.
// DatacenterName allows to override the name of the Cassandra datacenter. In Cassandra the DC name will be overridden by this value.
275
275
// This setting can create conflicts if multiple DCs coexist in the same namespace if metadata.name for a DC with no override is set to the same value as the override name of another DC.
Copy file name to clipboardExpand all lines: config/imageconfig/image_config.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ images:
15
15
k8ssandra-client:
16
16
repository: "k8ssandra"
17
17
name: "k8ssandra-client"
18
-
tag: "v0.8.6"
18
+
tag: "v0.8.8"
19
19
# pullSecret: "k8ssandra-client-pull-secret" # Use of pullSecret removes the default pullSecrets for this image
20
20
# pullPolicy: Always
21
21
# -- defaults are used when other no override is present for the configured image or image type. All these values can be overridden under any image or image type.
0 commit comments