Skip to content

Commit bea7cb3

Browse files
committed
prepare release v1.37.0
1 parent a459198 commit bea7cb3

File tree

5 files changed

+21
-4
lines changed

5 files changed

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

docs/changelog/v1.37.0.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# v1.37.0
2+
3+
## Changes
4+
5+
### Operator
6+
7+
* Remove old indexer [#1997](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1997)
8+
* Add additional variation test with dedicated coordinators and service IP [#1995](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1995)
9+
* Small logging improvements and code restructure for the taint feature [#1993](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1993)
10+
* Correct log line for maintenance check and remove process if restarted in different zone [#1992](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1992)
11+
* Correct the event message for process group removal [#1990](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1990)
12+
* Allow the operator to trigger a reconciliation if a node changes [#1989](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1989)
13+
* Document the limitation that only custom parameters for fdbserver can be defined [#1988](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1988)
14+
* Update docs old env variables [#1986](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1986)
15+
* Automatically add port for backup and restore [#1985](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1985)
16+
* Update go version to 1.22.2 [#1983](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1983)
17+
* Label selection for pods/processGroups [#1981](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1981)

0 commit comments

Comments
 (0)