diff --git a/charts/fdb-operator/Chart.yaml b/charts/fdb-operator/Chart.yaml index ef8d3ed93..d216079dd 100644 --- a/charts/fdb-operator/Chart.yaml +++ b/charts/fdb-operator/Chart.yaml @@ -21,7 +21,7 @@ version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v1.23.0 +appVersion: v1.24.0 maintainers: - name: "foundationdb-ci" diff --git a/charts/fdb-operator/values.yaml b/charts/fdb-operator/values.yaml index ac3522b89..b3e5d5f03 100644 --- a/charts/fdb-operator/values.yaml +++ b/charts/fdb-operator/values.yaml @@ -1,7 +1,7 @@ --- image: repository: foundationdb/fdb-kubernetes-operator - tag: v1.23.0 + tag: v1.24.0 pullPolicy: IfNotPresent initContainers: diff --git a/config/deployment/manager.yaml b/config/deployment/manager.yaml index 10a23a7cd..de3365b28 100644 --- a/config/deployment/manager.yaml +++ b/config/deployment/manager.yaml @@ -83,7 +83,7 @@ spec: containers: - command: - /manager - image: foundationdb/fdb-kubernetes-operator:v1.23.0 + image: foundationdb/fdb-kubernetes-operator:v1.24.0 name: manager env: - name: WATCH_NAMESPACE diff --git a/config/samples/deployment.yaml b/config/samples/deployment.yaml index ed139e1b0..247a2c7c1 100644 --- a/config/samples/deployment.yaml +++ b/config/samples/deployment.yaml @@ -178,7 +178,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: foundationdb/fdb-kubernetes-operator:v1.23.0 + image: foundationdb/fdb-kubernetes-operator:v1.24.0 name: manager ports: - containerPort: 8080 diff --git a/docs/changelog/v1.24.0.md b/docs/changelog/v1.24.0.md new file mode 100644 index 000000000..6df28b08f --- /dev/null +++ b/docs/changelog/v1.24.0.md @@ -0,0 +1,11 @@ +# v1.24.0 + +## Changes + +### Operator + +* exposing context [#1790](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1790) +* Fix Issue #1739 [#1789](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1789) +* Update the default e2e FDB versions [#1783](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1783) +* Fix CRD validation for Process Group ID and allow wildcard [#1779](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1779) +* Allow to update the annotations and labels for the FoundationDBCluster resource in tests [#1778](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1778)