-
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
25 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,21 @@ | ||
# v1.29.0 | ||
|
||
## Changes | ||
|
||
### Operator | ||
|
||
* Fix logic when sidecar is unreachable for missing process detection [#1896](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1896) | ||
* Update the way the operator deployment is created and verified [#1895](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1895) | ||
* Add more logs when the fetched status has issues [#1893](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1893) | ||
* Allow to set the namespace in the three data hall example [#1892](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1892) | ||
* fixing error in AllAddressesExcluded [#1891](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1891) | ||
* Add cache to plugin [#1888](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1888) | ||
* Improve exclusion check to make sure that enough processes are up and running [#1887](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1887) | ||
* Ignore HA locality-based exclusion test if version doesn't support locality based exclusions [#1886](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1886) | ||
* Three data hall enable locking by default [#1885](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1885) | ||
* Allow to define creationTimestamp mock [#1882](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1882) | ||
* Add check for plugin version upgrades [#1881](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1881) | ||
* Make sure the exclusion is tried again [#1880](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1880) | ||
* Make sure the e2e test suite only runs locality based e2e tests if the provided versions support it [#1879](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1879) | ||
* Refactor the check process method and remove some duplicate work [#1870](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1870) | ||
* including processes using excluded server list [#1857](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1857) |