|
| 1 | +# v1.42.0 |
| 2 | + |
| 3 | +## Changes |
| 4 | + |
| 5 | +### Operator |
| 6 | + |
| 7 | +* Add more logging for missing processes in upgrade variations [#2087](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2087) |
| 8 | +* Disable unified image tests until image is updated [#2085](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2085) |
| 9 | +* Fix a bug where a process group with the same ID could be generated [#2084](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2084) |
| 10 | +* Minor fixes for our e2e tests to improve reliability [#2082](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2082) |
| 11 | +* Make sure the fdb-kubernetes-operator is forcing the ownership of the status subresource [#2081](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2081) |
| 12 | +* Increase the replacement wait time [#2079](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2079) |
| 13 | +* Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 [#2078](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2078) |
| 14 | +* Remove enable node watch setting as this can be enabled with an env variable [#2077](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2077) |
| 15 | +* Add an upgrade test case where a single fdb-kubernetes-monitor is not able to connect to the Kubernetes API [#2076](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2076) |
| 16 | +* Refactor operator to make use of the fdb-kubernetes-monitor API [#2075](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2075) |
| 17 | +* Minor bug fixes for the e2e test suite [#2074](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2074) |
| 18 | +* Don't reset the last reconciled generation [#2073](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2073) |
| 19 | +* Randomize process group ids [#2072](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2072) |
| 20 | +* Make sure to wait until the namespace is completely deleted [#2070](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2070) |
| 21 | +* Add better error message when command failed and remove flaky check [#2069](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2069) |
| 22 | +* Add support for isolating a process group in the operator [#2068](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2068) |
| 23 | +* Add future defaults for operator 2.0 release [#2066](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2066) |
| 24 | +* Document the delay shutdown feature and check in update Pods if pod is missing [#2065](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2065) |
| 25 | +* Add a test case for a multi-region cluster where the majority of coordinators fail [#2064](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2064) |
| 26 | +* use extendEnv instead of append to container.Env [#2062](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2062) |
| 27 | +* Make use of unstructured when using SSA to prevent default values causing issues [#1962](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1962) |
0 commit comments