Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/appsmith] Release 5.1.9 #31643

Merged
merged 2 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions bitnami/appsmith/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 5.1.8 (2025-01-23)
## 5.1.9 (2025-01-28)

* [bitnami/appsmith] Release 5.1.8 ([#31531](https://github.com/bitnami/charts/pull/31531))
* [bitnami/appsmith] Release 5.1.9 ([#31643](https://github.com/bitnami/charts/pull/31643))

## <small>5.1.8 (2025-01-23)</small>

* [bitnami/appsmith] Release 5.1.8 (#31531) ([d0e2f65](https://github.com/bitnami/charts/commit/d0e2f6510a248afb638a21faaed8073315e5e556)), closes [#31531](https://github.com/bitnami/charts/issues/31531)

## <small>5.1.7 (2025-01-16)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/appsmith/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies:
version: 16.4.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.29.0
digest: sha256:8ff5b17bab2fd7a69fe3c1d43cb016641d7842bb719d7e87288db951d140d19c
generated: "2025-01-23T15:21:11.528049285Z"
version: 2.29.1
digest: sha256:8e40bf7db4543d09d5a74ec43849f371420b7aa8960de46b439aab6ff45784e4
generated: "2025-01-28T18:40:10.471438662Z"
6 changes: 3 additions & 3 deletions bitnami/appsmith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: appsmith
image: docker.io/bitnami/appsmith:1.58.0-debian-12-r0
image: docker.io/bitnami/appsmith:1.58.0-debian-12-r1
- name: haproxy
image: docker.io/bitnami/haproxy:3.1.2-debian-12-r1
image: docker.io/bitnami/haproxy:3.1.2-debian-12-r2
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r35
apiVersion: v2
Expand Down Expand Up @@ -39,4 +39,4 @@ maintainers:
name: appsmith
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
version: 5.1.8
version: 5.1.9
4 changes: 2 additions & 2 deletions bitnami/appsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/appsmith
tag: 1.58.0-debian-12-r0
tag: 1.58.0-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -864,7 +864,7 @@ backend:
image:
registry: docker.io
repository: bitnami/haproxy
tag: 3.1.2-debian-12-r1
tag: 3.1.2-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
Loading