-
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
1 parent
2ee6d05
commit c8376c9
Showing
5 changed files
with
23 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,19 @@ | ||
# v1.35.0 | ||
|
||
## Changes | ||
|
||
### Operator | ||
|
||
* Remove an unnecessary error return value by compiling the regex [#1977](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1977) | ||
* Improve documentation [#1975](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1975) | ||
* Report correct current uptime in log line for safe bounce check [#1974](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1974) | ||
* Correct version check for automatic tester process removal [#1972](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1972) | ||
* Add safety checks for inclusion and improve the exclusion check [#1971](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1971) | ||
* Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 [#1970](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1970) | ||
* Update the state of the helm charts [#1968](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1968) | ||
* Initial changes for new maintenance mode integration [#1967](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1967) | ||
* make GetProcessSettings not return volumeClaimTemplate for stateless … [#1965](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1965) | ||
* Update documentation to mention the preferred nature of the generated pod anti-affinity rule and how to override it [#1963](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1963) | ||
* Add the known limitation that the FDB cluster is only reachable from within Kubernetes [#1961](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1961) | ||
* Allow more addresses to be present in the upgrade bounce case [#1960](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1960) | ||
* Update pods check needs removal [#1954](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1954) |