From 781bba1b465902bb85f05a41f4c4c67132909b3e Mon Sep 17 00:00:00 2001 From: mmattel Date: Wed, 7 Jun 2023 15:03:21 +0200 Subject: [PATCH 1/2] Fixes Helm Charts Part ONE --- antora.yml | 4 ++-- .../orchestration/orchestration.adoc | 4 +++- .../tab-pages/breaking-changes.adoc | 22 +++++++++++++++++++ 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/antora.yml b/antora.yml index 42cb93ec..532e1acd 100644 --- a/antora.yml +++ b/antora.yml @@ -50,14 +50,14 @@ asciidoc: # helm_tab_x will be used to assemble the url (tag) accessing the raw content for helm charts (tag) # note that tab 2 always contains the actual release and tab 3 the former helm_tab_1: 'master' - helm_tab_2: 'v0.2.0' + helm_tab_2: 'v0.3.0' helm_tab_3: 'v0.1.0' # helm_tab_x_tab_text will be used as tab text shown for tab_x # note that tab 2 always contains the actual release and tab 3 the former helm_tab_1_tab_text: 'latest' helm_tab_2_tab_text: '0.3.0' - helm_tab_3_tab_text: '0.2.0' + helm_tab_3_tab_text: '0.1.0' # set attributes defining path components which will be assembled in the document secrets: 'deployment/container/orchestration/orchestration.adoc#define-secrets' diff --git a/modules/ROOT/pages/deployment/container/orchestration/orchestration.adoc b/modules/ROOT/pages/deployment/container/orchestration/orchestration.adoc index c84e623b..3cd2992c 100644 --- a/modules/ROOT/pages/deployment/container/orchestration/orchestration.adoc +++ b/modules/ROOT/pages/deployment/container/orchestration/orchestration.adoc @@ -223,7 +223,7 @@ See the following table to match the Helm chart versions with Infinite Scale rel // this table needs manual update on the "works" rows when a new Helm chart release is published -[width="65%",cols="~,~",options="header"] +[width="60%",cols="~,~",options="header"] |=== | Helm Chart Version | Works with Infinite Scale Versions @@ -242,6 +242,8 @@ ifdef::use_helm_tab_3[] endif::[] |=== +Note that Helm Chart Version `0.2.0` was a necessary intermediate for Infinite Scale `3.0.0-alpha.1` only and is not listed with a working Infinite Scale version therefore. + === Breaking Changes //// diff --git a/modules/ROOT/pages/deployment/container/orchestration/tab-pages/breaking-changes.adoc b/modules/ROOT/pages/deployment/container/orchestration/tab-pages/breaking-changes.adoc index 92b03b5c..d275e005 100644 --- a/modules/ROOT/pages/deployment/container/orchestration/tab-pages/breaking-changes.adoc +++ b/modules/ROOT/pages/deployment/container/orchestration/tab-pages/breaking-changes.adoc @@ -1,5 +1,6 @@ = Helm Chart Breaking Changes :toc: right +:description: Here you will find all breaking changes that come along with different Helm Chart releases. Note that all changes apply when going from one release to another. //// Note that there is only this one master file for all breaking changes. @@ -12,9 +13,30 @@ For each breaking changes block you need: ** Double check the orchestration.adoc file if things need to be adapted (in section breaking changes) //// +== Introduction + +{description} + +[id=0.3.0] +== Chart Version: 0.3.0 + +* `services.storageusers.storageBackend.driverConfig.s3ng.secretKey` and + + `services.storageusers.storageBackend.driverConfig.s3ng.accessKey` + +have been deprecated. + +Please set them via the `secretRefs.s3CredentialsSecretRef` secret instead. + +* If you had set `services.web.config.disableFeedbackLink` = `true`, you need to replace it by + +`services.web.config.feedbackLink.enabled` = `false` + +* In order to persist the instance logo that can be changed via the Web UI, + +`services.web.persistence.enabled` must be set to `false`. + +In prior releases the web frontend did not have any persistence. + [id=0.2.0] == Chart Version: 0.2.0 +Note that Helm Chart Version `0.2.0` was a necessary intermediate for Infinite Scale `3.0.0-alpha.1` only and is listed for completion of breaking changes. + Version 0.2.0 of the Helm Chart introduces some changes compared to version 0.1.0 with respect to the value names which align the service/app names at various places (values file, YAML files, directories). [width=100%,cols="~,~",options=header] From 4a2c3df77360b0bb41cfa58a1b8d174d6b45f688 Mon Sep 17 00:00:00 2001 From: Edith Parzefall Date: Wed, 7 Jun 2023 15:55:49 +0200 Subject: [PATCH 2/2] Update modules/ROOT/pages/deployment/container/orchestration/orchestration.adoc --- .../pages/deployment/container/orchestration/orchestration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/deployment/container/orchestration/orchestration.adoc b/modules/ROOT/pages/deployment/container/orchestration/orchestration.adoc index 3cd2992c..e05aa856 100644 --- a/modules/ROOT/pages/deployment/container/orchestration/orchestration.adoc +++ b/modules/ROOT/pages/deployment/container/orchestration/orchestration.adoc @@ -242,7 +242,7 @@ ifdef::use_helm_tab_3[] endif::[] |=== -Note that Helm Chart Version `0.2.0` was a necessary intermediate for Infinite Scale `3.0.0-alpha.1` only and is not listed with a working Infinite Scale version therefore. +Note that Helm Chart Version `0.2.0` was a necessary intermediate for Infinite Scale `3.0.0-alpha.1` only and is therefore not listed with a working Infinite Scale version. === Breaking Changes