Skip to content

Commit

Permalink
Release v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Feb 22, 2024
1 parent f309eb4 commit 12b7611
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Changelog for Cass Operator, new PRs should update the `main / unreleased` secti
* [BUGFIX]
```

## unreleased
## v1.19.0

* [FEATURE] [#601](https://github.com/k8ssandra/cass-operator/pull/601) Add additionalAnnotations field to CR so that all resources created by the operator can be annotated.
* [BUGFIX] [#607](https://github.com/k8ssandra/cass-operator/issues/607) Add missing additional labels and annotations to the superuserSecret.
Expand Down
10 changes: 5 additions & 5 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: "k8ssandra/system-logger:latest"
config-builder: "datastax/cass-config-builder:1.0-ubi8"
k8ssandra-client: "k8ssandra/k8ssandra-client:v0.2.2"
system-logger: "cr.k8ssandra.io/k8ssandra/system-logger:v1.19.0"
config-builder: "cr.dtsx.io/datastax/cass-config-builder:1.0-ubi8"
k8ssandra-client: "cr.k8ssandra.io/k8ssandra/k8ssandra-client:v0.2.2"
# cassandra:
# "4.0.0": "k8ssandra/cassandra-ubi:latest"
# dse:
Expand All @@ -17,8 +17,8 @@ images:
defaults:
# Note, postfix is ignored if repository is not set
cassandra:
repository: "k8ssandra/cass-management-api"
repository: "cr.k8ssandra.io/k8ssandra/cass-management-api"
# suffix: "-ubi8"
dse:
repository: "datastax/dse-mgmtapi-6_8"
repository: "cr.dtsx.io/datastax/dse-mgmtapi-6_8"
suffix: "-ubi8"
4 changes: 2 additions & 2 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: k8ssandra/cass-operator
newTag: latest
newName: cr.k8ssandra.io/k8ssandra/cass-operator
newTag: v1.19.0

0 comments on commit 12b7611

Please sign in to comment.