Skip to content

Commit

Permalink
prepare release v1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ammolitor committed Jan 29, 2024
1 parent 9f35f8e commit 1614f02
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/fdb-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.30.0
appVersion: v1.32.0
maintainers:
- name: "foundationdb-ci"
2 changes: 1 addition & 1 deletion charts/fdb-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
image:
repository: foundationdb/fdb-kubernetes-operator
tag: v1.30.0
tag: v1.32.0
pullPolicy: IfNotPresent
initContainers:
6.2:
Expand Down
2 changes: 1 addition & 1 deletion config/deployment/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
containers:
- command:
- /manager
image: foundationdb/fdb-kubernetes-operator:v1.30.0
image: foundationdb/fdb-kubernetes-operator:v1.32.0
name: manager
env:
- name: WATCH_NAMESPACE
Expand Down
2 changes: 1 addition & 1 deletion config/samples/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: foundationdb/fdb-kubernetes-operator:v1.30.0
image: foundationdb/fdb-kubernetes-operator:v1.32.0
name: manager
ports:
- containerPort: 8080
Expand Down
14 changes: 14 additions & 0 deletions docs/changelog/v1.32.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# v1.32.0

## Changes

### Operator

* Add estimates and pretty printing to exclusion status check [#1927](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1927)
* Allow the operator to restart the CC when tester processes are unreachable [#1925](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1925)
* Add additional safety checks for bouncing and excluding processes [#1924](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1924)
* Update the FDB versions used for e2e tests [#1923](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1923)
* Add cache client selector [#1922](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1922)
* Add additional tests for the maintenance mode [#1921](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1921)
* 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)
* Change base image to rocky9 [#1894](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1894)

0 comments on commit 1614f02

Please sign in to comment.