-
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
16 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,12 @@ | ||
# v1.47.0 | ||
|
||
## Changes | ||
|
||
### Operator | ||
|
||
* Add test suite name into namespace and cluster name to reduce conflicts [#2126](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2126) | ||
* Refactor exec code to share same code and add plugin e2e test suite [#2122](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2122) | ||
* Initial docs for coordinator recovery and e2e test [#2121](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2121) | ||
* Read the coordinator IPs from the running Pods if they are present [#2119](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2119) | ||
* Only release the lock when the cluster is reconciled [#2117](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2117) | ||
* Improve logging for fdbclient and lock client to see what subreconciler issued the command [#2116](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2116) |