Skip to content

Commit

Permalink
[bitnami/postgresql-ha] Release 15.3.1 (#32243)
Browse files Browse the repository at this point in the history
* [bitnami/postgresql-ha] Release 15.3.1 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored Mar 3, 2025
1 parent af34835 commit 2bcc51c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
8 changes: 6 additions & 2 deletions bitnami/postgresql-ha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 15.3.0 (2025-02-24)
## 15.3.1 (2025-03-03)

* [bitnami/postgresql-ha] Set `usePasswordFiles=true` by default ([#32116](https://github.com/bitnami/charts/pull/32116))
* [bitnami/postgresql-ha] Release 15.3.1 ([#32243](https://github.com/bitnami/charts/pull/32243))

## 15.3.0 (2025-02-27)

* [bitnami/postgresql-ha] Set `usePasswordFiles=true` by default (#32116) ([7fb6d1a](https://github.com/bitnami/charts/commit/7fb6d1ad4db1382a561a81a8bf37ee5f04831935)), closes [#32116](https://github.com/bitnami/charts/issues/32116)

## <small>15.2.3 (2025-02-21)</small>

Expand Down
8 changes: 4 additions & 4 deletions bitnami/postgresql-ha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ annotations:
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r39
- name: pgpool
image: docker.io/bitnami/pgpool:4.5.5-debian-12-r6
image: docker.io/bitnami/pgpool:4.6.0-debian-12-r0
- name: postgres-exporter
image: docker.io/bitnami/postgres-exporter:0.16.0-debian-12-r11
image: docker.io/bitnami/postgres-exporter:0.17.1-debian-12-r0
- name: postgresql-repmgr
image: docker.io/bitnami/postgresql-repmgr:17.4.0-debian-12-r2
image: docker.io/bitnami/postgresql-repmgr:17.4.0-debian-12-r3
apiVersion: v2
appVersion: 17.4.0
dependencies:
Expand Down Expand Up @@ -40,4 +40,4 @@ maintainers:
name: postgresql-ha
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha
version: 15.3.0
version: 15.3.1
6 changes: 3 additions & 3 deletions bitnami/postgresql-ha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ postgresql:
image:
registry: docker.io
repository: bitnami/postgresql-repmgr
tag: 17.4.0-debian-12-r2
tag: 17.4.0-debian-12-r3
digest: ""
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
##
Expand Down Expand Up @@ -1134,7 +1134,7 @@ pgpool:
image:
registry: docker.io
repository: bitnami/pgpool
tag: 4.5.5-debian-12-r6
tag: 4.6.0-debian-12-r0
digest: ""
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
##
Expand Down Expand Up @@ -1712,7 +1712,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/postgres-exporter
tag: 0.16.0-debian-12-r11
tag: 0.17.1-debian-12-r0
digest: ""
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
##
Expand Down

0 comments on commit 2bcc51c

Please sign in to comment.