|
| 1 | +# v1.33.0 |
| 2 | + |
| 3 | +## Changes |
| 4 | + |
| 5 | +### Operator |
| 6 | + |
| 7 | +* Allow to specify the storage engine when running e2e tests [#1948](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1948) |
| 8 | +* Allow to specify a cluster name in test suite [#1946](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1946) |
| 9 | +* Correct docs and improve log output [#1945](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1945) |
| 10 | +* add podName selection functions [#1944](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1944) |
| 11 | +* Add support for replacing failed process groups in a fault domain [#1943](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1943) |
| 12 | +* Let the operator requeue another reconcile attempt if more failed process groups are detected [#1942](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1942) |
| 13 | +* use common process selection function in buggify crash-loop, buggify no-schedule, and restart commands [#1941](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1941) |
| 14 | +* Add condition selection option to common processGroup selection function [#1940](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1940) |
| 15 | +* Only log if the command was not timing out [#1939](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1939) |
| 16 | +* Don't skip the exclusion for process groups without an address when using localities [#1938](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1938) |
| 17 | +* Create a unified process selection function and use it in removeProcessGroups [#1937](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1937) |
| 18 | +* Improve verbosity of cordon and remove process commands [#1936](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1936) |
| 19 | +* Allow the remove sub command to remove by process class [#1935](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1935) |
| 20 | +* add ProcessGroupIdPrefix to testing generateClusterStruct and correct test cases [#1934](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1934) |
| 21 | +* If the database is unavailable and caching is enabled, allow operator to proceed [#1932](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1932) |
| 22 | +* Making the cluster argument optional when we are removing pods in the… [#1930](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1930) |
| 23 | +* Remove the global admin mutex for the admin client [#1929](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1929) |
| 24 | +* Reduce the update calls for the FoundationDB resource [#1926](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1926) |
| 25 | +* Make sure we test the status conditions before running the configure command [#1852](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1852) |
0 commit comments