-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# v1.39.0 | ||
|
||
## Changes | ||
|
||
### Operator | ||
|
||
* Unify operator args for the sidecar and unified image approach [#2030](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2030) | ||
* Improve reliability of the reset maintenance test [#2027](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2027) | ||
* Initial support for the unified image in the backup deployment [#2025](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2025) | ||
* Run trivy only for the operator image [#2023](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2023) | ||
* Update to go 1.22.3 [#2019](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2019) | ||
* Prefer upgraded processes for coordinators when the operator chooses the coordinators [#2017](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2017) | ||
* Add a new e2e test for knob rollout with process group replacement [#2013](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2013) |