-
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
22 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,18 @@ | ||
# v1.25.0 | ||
|
||
## Changes | ||
|
||
### Operator | ||
|
||
* Split upgrade tests into tests with chaos mesh and without [#1812](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1812) | ||
* Split upgrade tests as we hit the timeout for our CI pipeline [#1808](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1808) | ||
* Correct the namespace creation for e2e tests [#1806](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1806) | ||
* Allow to use max timeout for get status and allow to specify the max timeout [#1805](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1805) | ||
* Improve operator lock handling by releasing locks once cluster is reconciled [#1803](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1803) | ||
* Correct the value used for testing [#1802](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1802) | ||
* Make use of the new fault tolerance methods [#1797](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1797) | ||
* Fix the lock ID to return the correct value [#1796](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1796) | ||
* Only set the MissingProcesses condition if the machine-readable status contains at least one process [#1794](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1794) | ||
* Increase timeout for default single cluster upgrade [#1792](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1792) | ||
* Initial design doc for suspending Process Groups [#1785](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1785) | ||
* Remove unused hot-shard tool [#1784](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1784) |