From 0164b250a335519155b3af8fabcfdcfab467b117 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 06:30:56 +0000 Subject: [PATCH 1/4] chore(deps): update redis docker tag to v20.9.0 --- 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 4bba6220..dacf112f 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: 3.3.0 +version: 3.3.1 appVersion: "1.31.1" 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: oci://registry-1.docker.io/bitnamicharts - version: 20.8.0 + version: 20.9.0 condition: redis.enabled annotations: artifacthub.io/category: database From 328306f1fe8bfab8a83d02c7761743e07df4de6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Tue, 25 Feb 2025 06:31:56 +0000 Subject: [PATCH 2/4] chore: auto-upgrade schema and readme --- charts/baserow/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/baserow/CHANGELOG.md b/charts/baserow/CHANGELOG.md index 5b8ca421..3d7978d6 100644 --- a/charts/baserow/CHANGELOG.md +++ b/charts/baserow/CHANGELOG.md @@ -1,6 +1,6 @@ # baserow -## 3.3.0 +## 3.3.1 ### Changed From 3072f632f94907ea825a56b5419bfe8412692e13 Mon Sep 17 00:00:00 2001 From: Christian Huth Date: Tue, 25 Feb 2025 07:33:06 +0100 Subject: [PATCH 3/4] Update Chart.yaml --- charts/baserow/Chart.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/charts/baserow/Chart.yaml b/charts/baserow/Chart.yaml index dacf112f..052009ff 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: 3.3.1 +version: 3.4.0 appVersion: "1.31.1" home: https://github.com/christianknell/helm-charts icon: https://baserow.io/img/favicon_192.png @@ -25,9 +25,7 @@ annotations: artifacthub.io/category: database artifacthub.io/changes: | - kind: changed - description: dependency to baserow to 20.8.0 - - kind: changed - description: dependency to postgresql to 16.4.14 + description: dependency to redis to 20.9.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 9f552654f383a740fbfd89a986f62e43baec691f Mon Sep 17 00:00:00 2001 From: christianhuth Date: Tue, 25 Feb 2025 06:34:22 +0000 Subject: [PATCH 4/4] chore: auto-upgrade schema and readme --- charts/baserow/CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/baserow/CHANGELOG.md b/charts/baserow/CHANGELOG.md index 3d7978d6..0c8587e0 100644 --- a/charts/baserow/CHANGELOG.md +++ b/charts/baserow/CHANGELOG.md @@ -1,8 +1,7 @@ # baserow -## 3.3.1 +## 3.4.0 ### Changed -- dependency to baserow to 20.8.0 -- dependency to postgresql to 16.4.14 +- dependency to redis to 20.9.0