forked from FoundationDB/fdb-kubernetes-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
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.16.0 | ||
|
||
## Changes | ||
|
||
### Operator | ||
|
||
Ensure we call exclude only on missing processes [#1550](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1550) | ||
Make sure we always check the sidecar to get the most recent information about the updated ConfigMap [#1547](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1547) | ||
Initial design for replacing Pods running on tainted nodes [#1502](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1502) | ||
Update examples and better document how to run a multi-region FDB cluster [#1548](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1548) | ||
Add kube builder validation checks for a couple of entries. [#1544](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1544) | ||
Adding a way to ignore specific LogGroups in check client compatibility [#1526](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1526) | ||
Fix upgrade logic for multiple storage server per Pod [#1538](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1538) |