From be79b338a72ccbe96a356f14a603f59f6750f0e5 Mon Sep 17 00:00:00 2001 From: Hashem Baktash <7144162+bktsh@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:12:04 -0500 Subject: [PATCH] prepare release v1.50.0 (#2150) --- charts/fdb-operator/Chart.yaml | 2 +- charts/fdb-operator/values.yaml | 2 +- config/deployment/manager.yaml | 2 +- config/samples/deployment.yaml | 2 +- docs/changelog/v1.50.0.md | 12 ++++++++++++ 5 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 docs/changelog/v1.50.0.md diff --git a/charts/fdb-operator/Chart.yaml b/charts/fdb-operator/Chart.yaml index 63ab32f3..d879452f 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.49.0 +appVersion: v1.50.0 maintainers: - name: "foundationdb-ci" diff --git a/charts/fdb-operator/values.yaml b/charts/fdb-operator/values.yaml index 32979f6d..48c2bac4 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.49.0 + tag: v1.50.0 pullPolicy: IfNotPresent initContainers: 6.2: diff --git a/config/deployment/manager.yaml b/config/deployment/manager.yaml index 2829b248..52b4d422 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.49.0 + image: foundationdb/fdb-kubernetes-operator:v1.50.0 name: manager env: - name: WATCH_NAMESPACE diff --git a/config/samples/deployment.yaml b/config/samples/deployment.yaml index 6f78eb46..b40a9b27 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.49.0 + image: foundationdb/fdb-kubernetes-operator:v1.50.0 name: manager ports: - containerPort: 8080 diff --git a/docs/changelog/v1.50.0.md b/docs/changelog/v1.50.0.md new file mode 100644 index 00000000..29660221 --- /dev/null +++ b/docs/changelog/v1.50.0.md @@ -0,0 +1,12 @@ +# v1.50.0 + +## Changes + +### Operator + +* Fix the case where the process group gets removed without the addresses being included [#2147](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2147) +* Update the docs for e2e tests with a custom FDB version [#2146](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2146) +* Fix output for kubectl fdb exec command [#2145](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2145) +* Update docs unified image [#2143](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2143) +* Fix some bugs in the e2e test suite when only one version mapping is provided and fix the setup of the data loader [#2141](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2141) +* Add an operator e2e exclusion tests when a single log process has high latency [#2138](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2138)