Skip to content

Commit 1614f02

Browse files
committed
prepare release v1.32.0
1 parent 9f35f8e commit 1614f02

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

charts/fdb-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.30.0
21+
appVersion: v1.32.0
2222
maintainers:
2323
- name: "foundationdb-ci"

charts/fdb-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
image:
33
repository: foundationdb/fdb-kubernetes-operator
4-
tag: v1.30.0
4+
tag: v1.32.0
55
pullPolicy: IfNotPresent
66
initContainers:
77
6.2:

config/deployment/manager.yaml

Lines changed: 1 addition & 1 deletion
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.30.0
86+
image: foundationdb/fdb-kubernetes-operator:v1.32.0
8787
name: manager
8888
env:
8989
- name: WATCH_NAMESPACE

config/samples/deployment.yaml

Lines changed: 1 addition & 1 deletion
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.30.0
181+
image: foundationdb/fdb-kubernetes-operator:v1.32.0
182182
name: manager
183183
ports:
184184
- containerPort: 8080

docs/changelog/v1.32.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# v1.32.0
2+
3+
## Changes
4+
5+
### Operator
6+
7+
* Add estimates and pretty printing to exclusion status check [#1927](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1927)
8+
* Allow the operator to restart the CC when tester processes are unreachable [#1925](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1925)
9+
* Add additional safety checks for bouncing and excluding processes [#1924](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1924)
10+
* Update the FDB versions used for e2e tests [#1923](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1923)
11+
* Add cache client selector [#1922](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1922)
12+
* Add additional tests for the maintenance mode [#1921](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1921)
13+
* Make sure we exclude the FDB_NETWORK_OPTION_CLIENT_THREADS_PER_VERSION env variable and don't pass it down to fdbcli [#1920](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1920)
14+
* Change base image to rocky9 [#1894](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1894)

0 commit comments

Comments
 (0)