From 1299bb05ec16ae3c5137f5a80f76caa0d59b8192 Mon Sep 17 00:00:00 2001 From: Robert Bublik Date: Wed, 1 May 2024 09:59:03 +0200 Subject: [PATCH] Add migration path to README --- charts/db-operator/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/charts/db-operator/README.md b/charts/db-operator/README.md index 538fec3..eeda0ac 100644 --- a/charts/db-operator/README.md +++ b/charts/db-operator/README.md @@ -168,6 +168,13 @@ After changing default `Values`, please execute `make gen_docs` to update the `R If there is an breaking change, or something that might make the upgrade complicated, it should be described here +
+ To `v1.24.0` + +The `Database` CRD now includes the version of the db-operator that ran the last full reconciliation in the required status field `operatorVersion`. This change can help with debugging problems with the db-operator, as previously it wasn't always clear whether an expected fix from a db-operator upgrade had been applied to the databases. If you manage CRDs outside the chart, make sure you update them, otherwise your deployment may break. + +
+
To `v1.11.0` Additional selectors were added to the default templates in an attempt to follow the same labelling scheme everywhere, but since selectors are immutable, the upgrade will require removing of the db-operator deployment.