Skip to content

Commit 490a376

Browse files
committed
prepare release v1.41.0
1 parent b1b7883 commit 490a376

File tree

5 files changed

+26
-4
lines changed

5 files changed

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

docs/changelog/v1.41.0.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# v1.41.0
2+
3+
## Changes
4+
5+
### Operator
6+
7+
* Change the image type from an env variable to an annotation [#2063](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2063)
8+
* Set log dir and log group through environment variables for unified image [#2060](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2060)
9+
* Add e2e test for HA cluster to make sure coordinators are changed [#2058](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2058)
10+
* Fix e2e upgrade tests with chaos for unified image [#2057](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2057)
11+
* Fix the calculation of expected processes during upgrades for multiple servers per pod [#2056](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2056)
12+
* Make sure we update the correct process class [#2055](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2055)
13+
* Make sure we skip the automatic replacements if the cluster is unavailable [#2054](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2054)
14+
* Update the go version to 1.22.4 [#2053](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2053)
15+
* Make sure to retry setting the process group under maintenance [#2052](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2052)
16+
* Unified image code clean up and make use of the same constant [#2051](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2051)
17+
* Disable availability check for upgrade test [#2050](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2050)
18+
* Add e2e migration test from split to unified image [#2048](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2048)
19+
* Add wait time for CI runs to reduce congestion [#2046](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2046)
20+
* Prefer processes in coordinator selection for multi-region clusters [#2045](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2045)
21+
* Change the useUnifiedImage setting to a more generic imageType [#2042](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2042)
22+
* Add support for the node watch feature from the unified image [#2040](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2040)

0 commit comments

Comments
 (0)