From 6cc608a59bfc8df04bdb0ff7e250443bb4e56017 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Fri, 16 Jun 2023 14:12:29 +0200 Subject: [PATCH 1/2] prepare release 0.4.0 and remove notes for release 0.2.0 --- charts/ocis/Chart.yaml | 2 +- charts/ocis/README.md | 2 +- charts/ocis/templates/NOTES.txt | 23 ----------------------- 3 files changed, 2 insertions(+), 25 deletions(-) diff --git a/charts/ocis/Chart.yaml b/charts/ocis/Chart.yaml index 3fdb5b76..41eeeeb2 100644 --- a/charts/ocis/Chart.yaml +++ b/charts/ocis/Chart.yaml @@ -9,7 +9,7 @@ maintainers: email: devops@owncloud.com url: https://owncloud.com type: application -version: 0.3.0 +version: 0.4.0 appVersion: 3.0.0 # supported Kubernetes versions # should only contain non EOL versions from https://kubernetes.io/releases/patch-releases/#non-active-branch-history diff --git a/charts/ocis/README.md b/charts/ocis/README.md index b6e9cda6..f0e23707 100644 --- a/charts/ocis/README.md +++ b/charts/ocis/README.md @@ -2,7 +2,7 @@ [comment]: # (DONT EDIT THIS FILE, it is autogenerated. Instead you need to edit README.md.gotmpl) # ownCloud Infinite Scale (oCIS) Helm chart -![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square) +![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square) Installs [ownCloud Infinite Scale](https://doc.owncloud.com/ocis/next/). diff --git a/charts/ocis/templates/NOTES.txt b/charts/ocis/templates/NOTES.txt index 94b2ed3a..d7eb484e 100644 --- a/charts/ocis/templates/NOTES.txt +++ b/charts/ocis/templates/NOTES.txt @@ -106,26 +106,3 @@ kubectl -n {{ .Release.Namespace }} get secrets/admin-user --template='{{"{{"}}. {{- end }} ################################################################################# {{- end }} - -################################################################################# -###### WARNING: Breaking change. ##### -###### Version 0.2.0 introduces some changes to the value names to align ##### -###### the service/app names at various places (values file, YAML files, ##### -###### directories) The following changes have been done in detail ##### -###### between 0.1.0 and 0.2.0: ##### -###### ##### -###### configRefs: ##### -###### storageUsersConfigRef -> storageusersConfigRef ##### -###### secretRefs: ##### -###### storageSystemJwtSecretRef -> storagesystemJwtSecretRef ##### -###### storageSystemSecretRef -> storagesystemSecretRef ##### -###### services: ##### -###### appProvider -> appprovider ##### -###### appRegistry -> appregistry ##### -###### authBasic -> authbasic ##### -###### authMachine -> authmachine ##### -###### storagePublicLink -> storagepubliclink ##### -###### storageShares -> storageshares ##### -###### storageSystem -> storagesystem ##### -###### storageUsers -> storageusers ##### -################################################################################# From 03a8957f21492de481424c4a63ee36cbf4d61cd6 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Fri, 16 Jun 2023 14:33:53 +0200 Subject: [PATCH 2/2] link to doc.owncloud.com for breaking changes --- README.md | 19 +++---------------- charts/ocis/templates/NOTES.txt | 6 ++++++ 2 files changed, 9 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index c096d02c..ecc9bc83 100644 --- a/README.md +++ b/README.md @@ -18,23 +18,10 @@ For instructions on how to run it anyways the the respective chart's readme. Chart documentation is available in [oCIS directory](https://github.com/owncloud/ocis-charts/blob/master/charts/ocis/README.md). -## Changes - -**Attention** Version 0.2.0 introduces some changes to the value names to align the service/app names at various places (values file, YAML files, directories) -The following changes have been done in detail between 0.1.0 and 0.2.0: - -`configRefs.storageUsersConfigRef` -> `configRefs.storageusersConfigRef` \ -`secretRefs.storageSystemJwtSecretRef` -> `secretRefs.storagesystemJwtSecretRef` \ -`secretRefs.storageSystemSecretRef` -> `secretRefs.storagesystemSecretRef` \ -`services.appProvider` -> `services.appprovider` \ -`services.appRegistry` -> `services.appregistry` \ -`services.authBasic` -> `services.authbasic` \ -`services.authMachine` -> `services.authmachine` \ -`services.storagePublicLink` -> `services.storagepubliclink` \ -`services.storageShares` -> `services.storageshares` \ -`services.storageSystem` -> `services.storagesystem` \ -`services.storageUsers` -> `services.storageusers` +## List of breaking changes by version +Please check the documentation for breaking changes by version: +[doc.owncloud.com](https://doc.owncloud.com/ocis/next/deployment/container/orchestration/tab-pages/breaking-changes.html) ## Contributing diff --git a/charts/ocis/templates/NOTES.txt b/charts/ocis/templates/NOTES.txt index d7eb484e..3215183d 100644 --- a/charts/ocis/templates/NOTES.txt +++ b/charts/ocis/templates/NOTES.txt @@ -106,3 +106,9 @@ kubectl -n {{ .Release.Namespace }} get secrets/admin-user --template='{{"{{"}}. {{- end }} ################################################################################# {{- end }} + +################################################################################# +###### WARNING: Breaking changes may impact your deployment. ##### +################################################################################# +Please check the documentation for breaking changes by version: +https://doc.owncloud.com/ocis/next/deployment/container/orchestration/tab-pages/breaking-changes.html