From 682e6ad271dea3bd4aea468c15e5b58b4f384690 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 30 Aug 2024 13:35:48 +0200 Subject: [PATCH] [bitnami/appsmith] Release 4.0.4 (#29124) * [bitnami/appsmith] Release 4.0.4 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 | 8 ++++++-- bitnami/appsmith/Chart.lock | 6 +++--- bitnami/appsmith/Chart.yaml | 6 +++--- bitnami/appsmith/values.yaml | 2 +- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/bitnami/appsmith/CHANGELOG.md b/bitnami/appsmith/CHANGELOG.md index 20a77cb85f5177..6112d7a33a5117 100644 --- a/bitnami/appsmith/CHANGELOG.md +++ b/bitnami/appsmith/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 4.0.3 (2024-08-26) +## 4.0.4 (2024-08-30) -* [bitnami/appsmith] Release 4.0.3 ([#29033](https://github.com/bitnami/charts/pull/29033)) +* [bitnami/appsmith] Release 4.0.4 ([#29124](https://github.com/bitnami/charts/pull/29124)) + +## 4.0.3 (2024-08-26) + +* [bitnami/appsmith] Release 4.0.3 (#29033) ([3ef2c5b](https://github.com/bitnami/charts/commit/3ef2c5b1d2389a60a8ebd837e6aadc6d4979db08)), closes [#29033](https://github.com/bitnami/charts/issues/29033) ## 4.0.2 (2024-08-21) diff --git a/bitnami/appsmith/Chart.lock b/bitnami/appsmith/Chart.lock index bc33630bf24dfa..a1bdfc82ca83de 100644 --- a/bitnami/appsmith/Chart.lock +++ b/bitnami/appsmith/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 20.0.3 - name: mongodb repository: oci://registry-1.docker.io/bitnamicharts - version: 15.6.20 + version: 15.6.22 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.22.0 -digest: sha256:2363bacef8c741bb4af6dd6663608a15f35e1992ed49585084acd94b85158e15 -generated: "2024-08-21T14:10:27.3724282Z" +digest: sha256:4cc17d9ae57a67c9cfb90104f9eb9c1a8aec1feba0e5f52cacc488540e059229 +generated: "2024-08-30T11:10:40.668896103Z" diff --git a/bitnami/appsmith/Chart.yaml b/bitnami/appsmith/Chart.yaml index 67c3ea362834c6..b9b9a2d1aa25a9 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.37.0-debian-12-r0 + image: docker.io/bitnami/appsmith:1.38.0-debian-12-r0 - name: haproxy image: docker.io/bitnami/haproxy:3.0.3-debian-12-r5 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r28 apiVersion: v2 -appVersion: 1.37.0 +appVersion: 1.38.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.3 +version: 4.0.4 diff --git a/bitnami/appsmith/values.yaml b/bitnami/appsmith/values.yaml index 4f20b415d25779..4f50ed089bfe17 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.37.0-debian-12-r0 + tag: 1.38.0-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'