diff --git a/charts/fdb-operator/Chart.yaml b/charts/fdb-operator/Chart.yaml index bb5ad698..947998e9 100644 --- a/charts/fdb-operator/Chart.yaml +++ b/charts/fdb-operator/Chart.yaml @@ -18,6 +18,6 @@ type: application 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.44.0 +appVersion: v1.45.0 maintainers: - name: "foundationdb-ci" diff --git a/charts/fdb-operator/values.yaml b/charts/fdb-operator/values.yaml index 21d249e5..e5b9697d 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.44.0 + tag: v1.45.0 pullPolicy: IfNotPresent initContainers: 6.2: diff --git a/config/deployment/manager.yaml b/config/deployment/manager.yaml index 7bc8bdab..d6543ff8 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.44.0 + image: foundationdb/fdb-kubernetes-operator:v1.45.0 name: manager env: - name: WATCH_NAMESPACE diff --git a/config/samples/deployment.yaml b/config/samples/deployment.yaml index 58ab9432..4df5ad6a 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.44.0 + image: foundationdb/fdb-kubernetes-operator:v1.45.0 name: manager ports: - containerPort: 8080 diff --git a/docs/changelog/v1.45.0.md b/docs/changelog/v1.45.0.md new file mode 100644 index 00000000..ae9d14a8 --- /dev/null +++ b/docs/changelog/v1.45.0.md @@ -0,0 +1,11 @@ +# v1.45.0 + +## Changes + +### Operator + +* Bug fix: Added required field namespace for global mode [#2112](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2112) +* Allow the operator to replace process groups with an I/O error [#2111](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2111) +* Make sure the operator provides an error message when the command line is too long [#2110](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2110) +* Ensure that the status checker unsets the FDB network options [#2109](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2109) +* Correct the base image for the unified image and increase the memory for the FDB pods to 8GiB [#2107](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2107)