Skip to content

Commit 096fb1b

Browse files
committed
Release v1.26.0
1 parent 7361f2a commit 096fb1b

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Changelog for Cass Operator, new PRs should update the `main / unreleased` secti
99
* [BUGFIX]
1010
```
1111

12-
## unreleased
12+
## v1.26.0
1313

1414
* [CHANGE] [#807](https://github.com/k8ssandra/cass-operator/issues/807) EndpointSlices are now separated by type (IPv4, IPv6, FQDN). FQDN addresses (DNS) are no longer resolved by the cass-operator, but left to the Kubernetes' own implementation. Use of FQDN is not recommended.
1515
* [CHANGE] [#803](https://github.com/k8ssandra/cass-operator/issues/803) Modify additional seeds to use discoveryv1.EndpointSlice instead of deprecated corev1.Endpoints and corev1.EndpointSubsets

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ Default installation is simple, the kubectl will create a namespace ``cass-opera
3737
Default install requires cert-manager to be installed, since webhooks require TLS certificates to be injected. See below how to install cert-manager if your environment does not have it installed previously.
3838

3939
```console
40-
kubectl apply --force-conflicts --server-side -k github.com/k8ssandra/cass-operator/config/deployments/default?ref=v1.25.0
40+
kubectl apply --force-conflicts --server-side -k github.com/k8ssandra/cass-operator/config/deployments/default?ref=v1.26.0
4141
```
4242

4343
If you wish to install it with cluster wide rights to monitor all the namespaces for ``CassandraDatacenter`` objects, use the following command:
4444

4545
```console
46-
kubectl apply --force-conflicts --server-side -k github.com/k8ssandra/cass-operator/config/deployments/cluster?ref=v1.25.0
46+
kubectl apply --force-conflicts --server-side -k github.com/k8ssandra/cass-operator/config/deployments/cluster?ref=v1.26.0
4747
```
4848

4949
Alternatively, if you checkout the code, you can use ``make deploy`` to run [Kustomize](https://kustomize.io/) and deploy the files.
@@ -61,7 +61,7 @@ cass-operator-555577b9f8-zgx6j 1/1 Running 0 25h
6161
If you have Prometheus installed in your cluster, you can apply the following command to install the Prometheus support:
6262

6363
```console
64-
kubectl apply -k github.com/k8ssandra/cass-operator/config/prometheus?ref=v1.25.0
64+
kubectl apply -k github.com/k8ssandra/cass-operator/config/prometheus?ref=v1.26.0
6565
```
6666

6767
#### Install cert-manager
@@ -83,10 +83,10 @@ kind: Kustomization
8383
namespace: cass-operator
8484

8585
resources:
86-
- github.com/k8ssandra/cass-operator/config/deployments/default?ref=v1.25.0
86+
- github.com/k8ssandra/cass-operator/config/deployments/default?ref=v1.26.0
8787

8888
components:
89-
- github.com/k8ssandra/cass-operator/config/components/cluster?ref=v1.25.0
89+
- github.com/k8ssandra/cass-operator/config/components/cluster?ref=v1.26.0
9090
```
9191
9292
We provide both components to modify the installation as well as some additional resources for custom features. At the moment, you can modify the behavior of the installation in the following ways, or remove a component to
@@ -120,7 +120,7 @@ kind: ImageConfig
120120
metadata:
121121
name: image-config
122122
images:
123-
system-logger: "k8ssandra/system-logger:v1.25.0"
123+
system-logger: "k8ssandra/system-logger:v1.26.0"
124124
config-builder: "datastax/cass-config-builder:1.0-ubi"
125125
imageRegistry: "localhost:5000"
126126
defaults:
@@ -151,7 +151,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
151151
kind: Kustomization
152152

153153
resources:
154-
- github.com/k8ssandra/cass-operator/config/deployments/default?ref=v1.25.0
154+
- github.com/k8ssandra/cass-operator/config/deployments/default?ref=v1.26.0
155155

156156
components:
157157
- components/private_image_config
@@ -163,7 +163,7 @@ If you also wish to load the cass-operator from a different path, you will need
163163
images:
164164
- name: controller
165165
newName: localhost:5000/k8ssandra/cass-operator
166-
newTag: v1.25.0
166+
newTag: v1.26.0
167167
```
168168
169169
Run ``kubectl apply -k our_installation`` to install cass-operator.
@@ -252,7 +252,7 @@ reclaimPolicy: Delete
252252
Paste the above to a file and apply:
253253
254254
```
255-
kubectl apply -f https://raw.githubusercontent.com/k8ssandra/cass-operator/v1.25.0/operator/k8s-flavors/gke/storage.yaml
255+
kubectl apply -f https://raw.githubusercontent.com/k8ssandra/cass-operator/v1.26.0/operator/k8s-flavors/gke/storage.yaml
256256
```
257257

258258
### Creating a CassandraDatacenter

config/manager/image_config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ kind: ImageConfig
33
metadata:
44
name: image-config
55
images:
6-
system-logger: "k8ssandra/system-logger:latest"
7-
config-builder: "datastax/cass-config-builder:1.0-ubi"
8-
k8ssandra-client: "k8ssandra/k8ssandra-client:v0.8.1"
6+
system-logger: "cr.k8ssandra.io/k8ssandra/system-logger:v1.26.0"
7+
config-builder: "cr.dtsx.io/datastax/cass-config-builder:1.0-ubi"
8+
k8ssandra-client: "cr.k8ssandra.io/k8ssandra/k8ssandra-client:v0.8.1"
99
# cassandra:
1010
# "4.0.0": "k8ssandra/cassandra-ubi:latest"
1111
# dse:
@@ -18,10 +18,10 @@ images:
1818
defaults:
1919
# Note, postfix is ignored if repository is not set
2020
cassandra:
21-
repository: "ghcr.io/k8ssandra/cass-management-api"
21+
repository: "cr.k8ssandra.io/k8ssandra/cass-management-api"
2222
suffix: "-ubi"
2323
dse:
24-
repository: "datastax/dse-mgmtapi-6_8"
24+
repository: "cr.dtsx.io/datastax/dse-mgmtapi-6_8"
2525
suffix: "-ubi8"
2626
hcd:
2727
repository: "datastax/hcd"

config/manager/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
1313
kind: Kustomization
1414
images:
1515
- name: controller
16-
newName: k8ssandra/cass-operator
17-
newTag: latest
16+
newName: cr.k8ssandra.io/k8ssandra/cass-operator
17+
newTag: v1.26.0

0 commit comments

Comments
 (0)