Skip to content

Commit 2dfd326

Browse files
authored
prepare release v1.53.0 (#2190)
1 parent b608b2b commit 2dfd326

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed

charts/fdb-operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ type: application
1818
version: 0.2.0
1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: v1.52.0
21+
appVersion: v1.53.0
2222
maintainers:
2323
- name: "foundationdb-ci"

charts/fdb-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
image:
33
repository: foundationdb/fdb-kubernetes-operator
4-
tag: v1.52.0
4+
tag: v1.53.0
55
pullPolicy: IfNotPresent
66
initContainers:
77
6.2:

config/deployment/manager.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
containers:
8484
- command:
8585
- /manager
86-
image: foundationdb/fdb-kubernetes-operator:v1.52.0
86+
image: foundationdb/fdb-kubernetes-operator:v1.53.0
8787
name: manager
8888
env:
8989
- name: WATCH_NAMESPACE

config/samples/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ spec:
178178
valueFrom:
179179
fieldRef:
180180
fieldPath: metadata.namespace
181-
image: foundationdb/fdb-kubernetes-operator:v1.52.0
181+
image: foundationdb/fdb-kubernetes-operator:v1.53.0
182182
name: manager
183183
ports:
184184
- containerPort: 8080

docs/changelog/v1.53.0.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# v1.53.0
2+
3+
## Changes
4+
5+
### Operator
6+
7+
* Update the x/net dependency. [#2189](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2189)
8+
* Update the three_data_hall docs for the three data hall with unified image [#2188](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2188)
9+
* Fix the plugin e2e test setup [#2184](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2184)
10+
* Add a test case to run the exclusion in a multi-region cluster for a bigger cluster with injected latencies [#2183](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2183)
11+
* Update go version to 1.22.10 and RockyLinux to 9.5 [#2182](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2182)
12+
* Add support for multi-region recover subcommand with DNS [#2181](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2181)
13+
* Correct the failure duration for unavailable checks [#2178](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2178)
14+
* Correct init container setup for unified image with backups [#2177](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2177)
15+
* Improve the reliability of the pod pending test case [#2176](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2176)
16+
* Always make use of the no_wait flag in the exclude controller to reduce the noise from exclusions that timeout [#2175](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2175)
17+
* Enable the unified image randomly in the e2e tests [#2173](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2173)
18+
* Add design for better coordination for multi operator setup [#2172](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2172)
19+
* Reset the exclusion status if a process is not excluded anymore [#2167](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2167)

0 commit comments

Comments
 (0)