Skip to content

Commit a3bb714

Browse files
committed
prepare release v1.33.0
1 parent 5886bb2 commit a3bb714

File tree

5 files changed

+29
-4
lines changed

5 files changed

+29
-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.32.0
21+
appVersion: v1.33.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.32.0
4+
tag: v1.33.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.32.0
86+
image: foundationdb/fdb-kubernetes-operator:v1.33.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.32.0
181+
image: foundationdb/fdb-kubernetes-operator:v1.33.0
182182
name: manager
183183
ports:
184184
- containerPort: 8080

docs/changelog/v1.33.0.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# v1.33.0
2+
3+
## Changes
4+
5+
### Operator
6+
7+
* Allow to specify the storage engine when running e2e tests [#1948](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1948)
8+
* Allow to specify a cluster name in test suite [#1946](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1946)
9+
* Correct docs and improve log output [#1945](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1945)
10+
* add podName selection functions [#1944](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1944)
11+
* Add support for replacing failed process groups in a fault domain [#1943](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1943)
12+
* Let the operator requeue another reconcile attempt if more failed process groups are detected [#1942](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1942)
13+
* use common process selection function in buggify crash-loop, buggify no-schedule, and restart commands [#1941](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1941)
14+
* Add condition selection option to common processGroup selection function [#1940](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1940)
15+
* Only log if the command was not timing out [#1939](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1939)
16+
* Don't skip the exclusion for process groups without an address when using localities [#1938](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1938)
17+
* Create a unified process selection function and use it in removeProcessGroups [#1937](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1937)
18+
* Improve verbosity of cordon and remove process commands [#1936](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1936)
19+
* Allow the remove sub command to remove by process class [#1935](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1935)
20+
* add ProcessGroupIdPrefix to testing generateClusterStruct and correct test cases [#1934](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1934)
21+
* If the database is unavailable and caching is enabled, allow operator to proceed [#1932](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1932)
22+
* Making the cluster argument optional when we are removing pods in the… [#1930](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1930)
23+
* Remove the global admin mutex for the admin client [#1929](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1929)
24+
* Reduce the update calls for the FoundationDB resource [#1926](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1926)
25+
* Make sure we test the status conditions before running the configure command [#1852](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1852)

0 commit comments

Comments
 (0)