From ea3ee4a991564b30add09f72e9d07cda3a6e3348 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 17 Oct 2024 13:07:24 +0200 Subject: [PATCH] [bitnami/appsmith] Release 5.0.2 (#29961) * [bitnami/appsmith] Release 5.0.2 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 | 9 +++++++-- bitnami/appsmith/Chart.yaml | 6 +++--- bitnami/appsmith/values.yaml | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/bitnami/appsmith/CHANGELOG.md b/bitnami/appsmith/CHANGELOG.md index 0babcee2ee..cb8bd7a7cc 100644 --- a/bitnami/appsmith/CHANGELOG.md +++ b/bitnami/appsmith/CHANGELOG.md @@ -1,8 +1,13 @@ # Changelog -## 5.0.1 (2024-10-16) +## 5.0.2 (2024-10-17) -* [bitnami/appsmith] Release 5.0.1 ([#29941](https://github.com/bitnami/charts/pull/29941)) +* [bitnami/appsmith] Release 5.0.2 ([#29961](https://github.com/bitnami/charts/pull/29961)) + +## 5.0.1 (2024-10-16) + +* [bitnami/appsmith] Release 5.0.1 (#29941) ([41bd33d](https://github.com/bitnami/charts/commit/41bd33dedd3d1d969358112e5cefcaf8bcc28fa4)), closes [#29941](https://github.com/bitnami/charts/issues/29941) +* Update documentation links to techdocs.broadcom.com (#29931) ([f0d9ad7](https://github.com/bitnami/charts/commit/f0d9ad78f39f633d275fc576d32eae78ded4d0b8)), closes [#29931](https://github.com/bitnami/charts/issues/29931) ## 5.0.0 (2024-10-08) diff --git a/bitnami/appsmith/Chart.yaml b/bitnami/appsmith/Chart.yaml index 8379f07d8e..3bf03d4c80 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.45.0-debian-12-r0 + image: docker.io/bitnami/appsmith:1.46.0-debian-12-r0 - name: haproxy image: docker.io/bitnami/haproxy:3.0.5-debian-12-r3 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r31 apiVersion: v2 -appVersion: 1.45.0 +appVersion: 1.46.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.0.1 +version: 5.0.2 diff --git a/bitnami/appsmith/values.yaml b/bitnami/appsmith/values.yaml index 41c479de72..211bbf7709 100644 --- a/bitnami/appsmith/values.yaml +++ b/bitnami/appsmith/values.yaml @@ -82,7 +82,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/appsmith - tag: 1.45.0-debian-12-r0 + tag: 1.46.0-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'