From 73a3f26ffed35da2cc8660d36abc3b19362724dd Mon Sep 17 00:00:00 2001 From: Joshua McManus Date: Fri, 30 Jun 2023 09:36:32 -0700 Subject: [PATCH] prepare release v1.20.0 --- docs/changelog/v1.20.0.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/changelog/v1.20.0.md diff --git a/docs/changelog/v1.20.0.md b/docs/changelog/v1.20.0.md new file mode 100644 index 000000000..90b1a331e --- /dev/null +++ b/docs/changelog/v1.20.0.md @@ -0,0 +1,25 @@ +# v1.20.0 + +## Changes + +### Operator + +* Correct the way how the e2e test framework checks the username [#1717](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1717) +* Expose methods to create a cluster based on the generated spec [#1716](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1716) +* Add a method to the e2e factory to collect logs for a Pod [#1715](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1715) +* Document upgrades for 7.1+ and add the default log group to the ignore list [#1713](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1713) +* Add some more logging if exclusions check is skipped [#1709](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1709) +* Add data lag metrics from machine-readable status [#1708](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1708) +* Run kill command once without back off to reduce risk of multiple recoveries [#1706](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1706) +* Improve the logging for the cluster controller to make sure all fields are set [#1705](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1705) +* Make sure we wait some time before checking the incompatible connections [#1704](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1704) +* Update chaos-mesh and the controller runtime version [#1701](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1701) +* Make sure mock k8s client implements controller runtime client [#1700](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1700) +* Allow to mock an error in the mock client [#1699](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1699) +* Fix panic in analyze command if cluster is not found [#1697](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1697) +* Fix test case for version compatible upgrades [#1696](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1696) +* Add prefix factory option [#1695](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1695) +* Disable availability check for unstable network test [#1692](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1692) +* Move status checks dedicated package [#1691](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1691) +* Do fault tolerance checks on status object [#1689](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1689) +* Update taint feature design doc and user manual [#1632](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1632)