Skip to content

Commit

Permalink
prepare release v1.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ammolitor committed Jun 17, 2024
1 parent b1b7883 commit 490a376
Show file tree
Hide file tree
Showing 5 changed files with 26 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.40.0
appVersion: v1.41.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.40.0
tag: v1.41.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.40.0
image: foundationdb/fdb-kubernetes-operator:v1.41.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.40.0
image: foundationdb/fdb-kubernetes-operator:v1.41.0
name: manager
ports:
- containerPort: 8080
Expand Down
22 changes: 22 additions & 0 deletions docs/changelog/v1.41.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# v1.41.0

## Changes

### Operator

* Change the image type from an env variable to an annotation [#2063](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2063)
* Set log dir and log group through environment variables for unified image [#2060](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2060)
* Add e2e test for HA cluster to make sure coordinators are changed [#2058](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2058)
* Fix e2e upgrade tests with chaos for unified image [#2057](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2057)
* Fix the calculation of expected processes during upgrades for multiple servers per pod [#2056](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2056)
* Make sure we update the correct process class [#2055](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2055)
* Make sure we skip the automatic replacements if the cluster is unavailable [#2054](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2054)
* Update the go version to 1.22.4 [#2053](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2053)
* Make sure to retry setting the process group under maintenance [#2052](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2052)
* Unified image code clean up and make use of the same constant [#2051](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2051)
* Disable availability check for upgrade test [#2050](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2050)
* Add e2e migration test from split to unified image [#2048](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2048)
* Add wait time for CI runs to reduce congestion [#2046](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2046)
* Prefer processes in coordinator selection for multi-region clusters [#2045](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2045)
* Change the useUnifiedImage setting to a more generic imageType [#2042](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2042)
* Add support for the node watch feature from the unified image [#2040](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2040)

0 comments on commit 490a376

Please sign in to comment.