-
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
27 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,23 @@ | ||
# v1.27.0 | ||
|
||
## Changes | ||
|
||
### Operator | ||
|
||
* Update fdb go bindings to allow copile on MacOS [#1858](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1858) | ||
* Add e2e test to make sure processes in maintenance zone are ignored [#1848](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1848) | ||
* Update docs about resource limits and update defaults to 4GB for a minimal cluster [#1847](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1847) | ||
* Improve the handling of test processes [#1846](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1846) | ||
* Make sure that the PVC and service gets created if a process group gets quickly marked as removal [#1845](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1845) | ||
* Add more logging for upgrade test failure [#1843](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1843) | ||
* Fix flaky migration test setup [#1842](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1842) | ||
* Remove the list call in the remove process groups reconciler and use the get method instead. [#1838](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1838) | ||
* Add failure condition to logging in automatic replacements [#1834](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1834) | ||
* Make the verification of the coordinators more flexible and use the hard limits to validate the locality distribution [#1833](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1833) | ||
* Bump golang.org/x/net from 0.10.0 to 0.17.0 [#1832](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1832) | ||
* Allow e2e test suite to specify downgrade versions [#1831](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1831) | ||
* Increase knob rollout time [#1830](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1830) | ||
* Update docs on fault domain and coordinators [#1826](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1826) | ||
* Add DataLoader to make sure cluster has minimal data [#1762](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1762) | ||
* Initial support for three data hall replication [#1651](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1651) | ||
* Initial doc for replacement buckets [#1368](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1368) |