From 439e74b78474ddc9cef3e4348efacc840f0b6032 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 26 Feb 2025 11:12:57 +0100 Subject: [PATCH] [bitnami/appsmith] Release 5.2.1 (#32175) * [bitnami/appsmith] Release 5.2.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 | 8 ++++++-- bitnami/appsmith/Chart.lock | 10 +++++----- bitnami/appsmith/Chart.yaml | 10 +++++----- bitnami/appsmith/values.yaml | 6 +++--- 4 files changed, 19 insertions(+), 15 deletions(-) diff --git a/bitnami/appsmith/CHANGELOG.md b/bitnami/appsmith/CHANGELOG.md index e68d656942..3c2ad2f5ad 100644 --- a/bitnami/appsmith/CHANGELOG.md +++ b/bitnami/appsmith/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 5.2.0 (2025-02-20) +## 5.2.1 (2025-02-26) -* [bitnami/appsmith] Add support for `usePasswordFiles` ([#32078](https://github.com/bitnami/charts/pull/32078)) +* [bitnami/appsmith] Release 5.2.1 ([#32175](https://github.com/bitnami/charts/pull/32175)) + +## 5.2.0 (2025-02-24) + +* [bitnami/appsmith] Add support for `usePasswordFiles` (#32078) ([c4826b8](https://github.com/bitnami/charts/commit/c4826b82e2f2d2d9eee65ae8472ca28748a401ef)), closes [#32078](https://github.com/bitnami/charts/issues/32078) ## 5.1.12 (2025-02-13) diff --git a/bitnami/appsmith/Chart.lock b/bitnami/appsmith/Chart.lock index 0df2bbdcac..2cfed08f08 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.7.0 + version: 20.9.0 - name: mongodb repository: oci://registry-1.docker.io/bitnamicharts - version: 16.4.3 + version: 16.4.5 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.29.1 -digest: sha256:bbbab8467b1c14fb166d926272c21ee01d5021929031db3dcb48deadfa2c71eb -generated: "2025-02-07T06:42:01.754124834Z" + version: 2.30.0 +digest: sha256:6c6a783d68f2b6a42e173fef80df1f2dd76300abcc982c40ca848d22cd3e3782 +generated: "2025-02-26T09:45:47.724627398Z" diff --git a/bitnami/appsmith/Chart.yaml b/bitnami/appsmith/Chart.yaml index 030482ed3d..48191e7088 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.61.0-debian-12-r0 + image: docker.io/bitnami/appsmith:1.62.0-debian-12-r0 - name: haproxy - image: docker.io/bitnami/haproxy:3.1.3-debian-12-r3 + image: docker.io/bitnami/haproxy:3.1.5-debian-12-r1 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r37 + image: docker.io/bitnami/os-shell:12-debian-12-r39 apiVersion: v2 -appVersion: 1.61.0 +appVersion: 1.62.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: 5.2.0 +version: 5.2.1 diff --git a/bitnami/appsmith/values.yaml b/bitnami/appsmith/values.yaml index 8128322da1..112735b025 100644 --- a/bitnami/appsmith/values.yaml +++ b/bitnami/appsmith/values.yaml @@ -90,7 +90,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/appsmith - tag: 1.61.0-debian-12-r0 + tag: 1.62.0-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -867,7 +867,7 @@ backend: image: registry: docker.io repository: bitnami/haproxy - tag: 3.1.3-debian-12-r3 + tag: 3.1.5-debian-12-r1 digest: "" ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -1561,7 +1561,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r37 + tag: 12-debian-12-r39 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.