From cb76a1c4e348b23ab146ce931a1bd8001211c344 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 20 Aug 2024 19:33:46 +0200 Subject: [PATCH] [bitnami/appsmith] Release 4.0.1 (#28939) * [bitnami/appsmith] Release 4.0.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/appsmith/CHANGELOG.md | 6 +++++- bitnami/appsmith/Chart.lock | 8 ++++---- bitnami/appsmith/Chart.yaml | 8 ++++---- bitnami/appsmith/values.yaml | 4 ++-- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/bitnami/appsmith/CHANGELOG.md b/bitnami/appsmith/CHANGELOG.md index b78744dfc1bd57..b80c1eee916892 100644 --- a/bitnami/appsmith/CHANGELOG.md +++ b/bitnami/appsmith/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 4.0.1 (2024-08-20) + +* [bitnami/appsmith] Release 4.0.1 ([#28939](https://github.com/bitnami/charts/pull/28939)) + ## 4.0.0 (2024-08-13) -* [bitnami/appsmith] Update dependencies ([#28850](https://github.com/bitnami/charts/pull/28850)) +* [bitnami/appsmith] Update dependencies (#28850) ([6dfe57a](https://github.com/bitnami/charts/commit/6dfe57a4795d25c1e2761d247213a08170a0d2dc)), closes [#28850](https://github.com/bitnami/charts/issues/28850) ## 3.3.21 (2024-08-02) diff --git a/bitnami/appsmith/Chart.lock b/bitnami/appsmith/Chart.lock index b8f9c0b6204a8b..7b76f9a6b3759a 100644 --- a/bitnami/appsmith/Chart.lock +++ b/bitnami/appsmith/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 20.0.1 + version: 20.0.2 - name: mongodb repository: oci://registry-1.docker.io/bitnamicharts - version: 15.6.18 + version: 15.6.20 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.22.0 -digest: sha256:31dbf13bee36705e71b0ab03f4427bba348b15b075c754d1e93ba15b7035b115 -generated: "2024-08-13T11:59:26.23179+02:00" +digest: sha256:e3a77c374af729469b3b2907ee1a8dbd6b8bbb8457365acd18e7496e078befcd +generated: "2024-08-20T17:05:58.829469937Z" diff --git a/bitnami/appsmith/Chart.yaml b/bitnami/appsmith/Chart.yaml index b52cea92c4606b..8163e375e1087d 100644 --- a/bitnami/appsmith/Chart.yaml +++ b/bitnami/appsmith/Chart.yaml @@ -6,13 +6,13 @@ annotations: licenses: Apache-2.0 images: | - name: appsmith - image: docker.io/bitnami/appsmith:1.34.0-debian-12-r0 + image: docker.io/bitnami/appsmith:1.36.0-debian-12-r0 - name: haproxy - image: docker.io/bitnami/haproxy:3.0.3-debian-12-r4 + image: docker.io/bitnami/haproxy:3.0.3-debian-12-r5 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r27 apiVersion: v2 -appVersion: 1.34.0 +appVersion: 1.36.0 dependencies: - condition: redis.enabled name: redis @@ -39,4 +39,4 @@ maintainers: name: appsmith sources: - https://github.com/bitnami/charts/tree/main/bitnami/appsmith -version: 4.0.0 +version: 4.0.1 diff --git a/bitnami/appsmith/values.yaml b/bitnami/appsmith/values.yaml index 6915ad937a87b2..91c0fff2792ed6 100644 --- a/bitnami/appsmith/values.yaml +++ b/bitnami/appsmith/values.yaml @@ -84,7 +84,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/appsmith - tag: 1.34.0-debian-12-r0 + tag: 1.36.0-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -862,7 +862,7 @@ backend: image: registry: docker.io repository: bitnami/haproxy - tag: 3.0.3-debian-12-r4 + tag: 3.0.3-debian-12-r5 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'