From 1ad953e0015f3e0d2735072244568f8bdf854000 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 12:04:14 +0000 Subject: [PATCH 1/3] Update Helm release redis to v18 --- charts/baserow/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/baserow/Chart.yaml b/charts/baserow/Chart.yaml index 97830138..4507c228 100644 --- a/charts/baserow/Chart.yaml +++ b/charts/baserow/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: baserow description: Baserow is an open source no-code database and Airtable alternative. type: application -version: 1.28.0 +version: 1.28.1 appVersion: "1.22.3" home: https://github.com/christianknell/helm-charts icon: https://baserow.io/img/favicon_192.png @@ -19,7 +19,7 @@ dependencies: condition: postgresql.enabled - name: redis repository: https://charts.bitnami.com/bitnami - version: 17.14.2 + version: 18.13.0 condition: redis.enabled annotations: artifacthub.io/category: database From 344c158bf7871a561ddf205b358438c90d322a8f Mon Sep 17 00:00:00 2001 From: Christian Huth Date: Fri, 16 Feb 2024 13:46:02 +0100 Subject: [PATCH 2/3] Update Chart.yaml --- charts/baserow/Chart.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/charts/baserow/Chart.yaml b/charts/baserow/Chart.yaml index 4507c228..b2cb486d 100644 --- a/charts/baserow/Chart.yaml +++ b/charts/baserow/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: baserow description: Baserow is an open source no-code database and Airtable alternative. type: application -version: 1.28.1 +version: 2.0.0 appVersion: "1.22.3" home: https://github.com/christianknell/helm-charts icon: https://baserow.io/img/favicon_192.png @@ -15,7 +15,7 @@ sources: dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 12.12.10 + version: 14.1.1 condition: postgresql.enabled - name: redis repository: https://charts.bitnami.com/bitnami @@ -25,11 +25,9 @@ annotations: artifacthub.io/category: database artifacthub.io/changes: | - kind: changed - description: bumped image version to 1.22.3 + description: bumped helm dependency for postgresql to 14.1.1 - kind: changed - description: liveness and readiness probe - - kind: changed - description: default values for config.publicFrontendUrl and config.publicBackendUrl + description: bumped helm dependency for redis to 18.13.0 artifacthub.io/screenshots: | - title: Create your own online database without technical experience. url: https://baserow.io/_nuxt/img/home_intro_screenshot.194c66b.png From 69d4296611b913631e40a89c30c4588aee0fb58f Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Fri, 16 Feb 2024 23:53:49 +0100 Subject: [PATCH 3/3] added upgrade instructions --- charts/baserow/README.md | 8 ++++++++ charts/baserow/README.md.gotmpl | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/charts/baserow/README.md b/charts/baserow/README.md index 5d17b5d6..7750aff1 100644 --- a/charts/baserow/README.md +++ b/charts/baserow/README.md @@ -266,3 +266,11 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/baserow ``` + +## Upgrading the Chart + +### To 2.0.0 + +This major updates the Redis subchart to its newest major, 18.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/redis#upgrading) and [here](https://raw.githubusercontent.com/redis/redis/7.2/00-RELEASENOTES) you can find more information about the changes introduced in that version. + +Additionally it updates the PostgreSQL subchart to its newest major, 14.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/postgresql#to-1400) you can find more information about the changes introduced in that version. diff --git a/charts/baserow/README.md.gotmpl b/charts/baserow/README.md.gotmpl index 3004ae0f..1af1d85c 100644 --- a/charts/baserow/README.md.gotmpl +++ b/charts/baserow/README.md.gotmpl @@ -52,3 +52,11 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/baserow ``` + +## Upgrading the Chart + +### To 2.0.0 + +This major updates the Redis subchart to its newest major, 18.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/redis#upgrading) and [here](https://raw.githubusercontent.com/redis/redis/7.2/00-RELEASENOTES) you can find more information about the changes introduced in that version. + +Additionally it updates the PostgreSQL subchart to its newest major, 14.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/postgresql#to-1400) you can find more information about the changes introduced in that version.