-
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
19 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,15 @@ | ||
# v1.43.0 | ||
|
||
## Changes | ||
|
||
### Operator | ||
|
||
* Move well-known env vars and config map keys into constants [#2101](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2101) | ||
* Improve team tracker checks when DD was restarted [#2100](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2100) | ||
* Try to get the running version based on the reachable coordinators during an upgrade [#2098](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2098) | ||
* Check if the namespace is created by the same test suite [#2097](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2097) | ||
* Make sure to only check the isolate process group annotation if a pod was returned [#2095](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2095) | ||
* Update go version to 1.22.5 [#2094](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2094) | ||
* Adding permissions for "nodes" resources to the helm chart (#2091) [#2093](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2093) | ||
* Fix race condition in e2e test suite when checking if a pod is deleted [#2092](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2092) | ||
* Run the change coordinator command before excluding the coordinator [#2083](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2083) |