From cebd6505b276b8d7cbd8b618a50a41f8d579c1b5 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 6 Jun 2024 14:25:09 +0200 Subject: [PATCH] [bitnami/postgresql-ha] Release 14.2.2 (#26888) * [bitnami/postgresql-ha] Release 14.2.2 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/postgresql-ha/CHANGELOG.md | 8 ++++-- bitnami/postgresql-ha/Chart.lock | 6 ++--- bitnami/postgresql-ha/Chart.yaml | 40 +++++++++++++++--------------- bitnami/postgresql-ha/values.yaml | 4 +-- 4 files changed, 31 insertions(+), 27 deletions(-) diff --git a/bitnami/postgresql-ha/CHANGELOG.md b/bitnami/postgresql-ha/CHANGELOG.md index cbb7867bed..d26b6b3344 100644 --- a/bitnami/postgresql-ha/CHANGELOG.md +++ b/bitnami/postgresql-ha/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 14.2.1 (2024-06-04) +## 14.2.2 (2024-06-06) -* [bitnami/postgresql-ha] Bump chart version ([#26661](https://github.com/bitnami/charts/pull/26661)) +* [bitnami/postgresql-ha] Release 14.2.2 ([#26888](https://github.com/bitnami/charts/pull/26888)) + +## 14.2.1 (2024-06-04) + +* [bitnami/postgresql-ha] Bump chart version (#26661) ([46ef6a0](https://github.com/bitnami/charts/commit/46ef6a0369cfaa4c0fc089366b9ec3a3e0ba9114)), closes [#26661](https://github.com/bitnami/charts/issues/26661) ## 14.2.0 (2024-06-03) diff --git a/bitnami/postgresql-ha/Chart.lock b/bitnami/postgresql-ha/Chart.lock index 7d128245d0..d1b2de8daf 100644 --- a/bitnami/postgresql-ha/Chart.lock +++ b/bitnami/postgresql-ha/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.19.3 -digest: sha256:de997835d9ce9a9deefc2d70d8c62b11aa1d1a76ece9e86a83736ab9f930bf4d -generated: "2024-05-20T18:36:28.694168074Z" + version: 2.20.0 +digest: sha256:71e7e576e2b5403aae173a518430f727ccc2dd690a64cb44d47d6b8deb23d3c6 +generated: "2024-06-06T11:22:09.621516314Z" diff --git a/bitnami/postgresql-ha/Chart.yaml b/bitnami/postgresql-ha/Chart.yaml index 8e38c6ec7b..6d90ec3cb7 100644 --- a/bitnami/postgresql-ha/Chart.yaml +++ b/bitnami/postgresql-ha/Chart.yaml @@ -10,34 +10,34 @@ annotations: - name: pgpool image: docker.io/bitnami/pgpool:4.5.2-debian-12-r0 - name: postgres-exporter - image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r32 + image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r33 - name: postgresql-repmgr - image: docker.io/bitnami/postgresql-repmgr:16.3.0-debian-12-r9 + image: docker.io/bitnami/postgresql-repmgr:16.3.0-debian-12-r10 apiVersion: v2 appVersion: 16.3.0 dependencies: - - name: common - repository: oci://registry-1.docker.io/bitnamicharts - tags: - - bitnami-common - version: 2.x.x +- name: common + repository: oci://registry-1.docker.io/bitnamicharts + tags: + - bitnami-common + version: 2.x.x description: This PostgreSQL cluster solution includes the PostgreSQL replication manager, an open-source tool for managing replication and failover on PostgreSQL clusters. home: https://bitnami.com icon: https://bitnami.com/assets/stacks/postgresql/img/postgresql-stack-220x234.png keywords: - - postgresql - - repmgr - - pgpool - - postgres - - database - - sql - - replication - - cluster - - high availability +- postgresql +- repmgr +- pgpool +- postgres +- database +- sql +- replication +- cluster +- high availability maintainers: - - name: Broadcom, Inc. All Rights Reserved. - url: https://github.com/bitnami/charts +- name: Broadcom, Inc. All Rights Reserved. + url: https://github.com/bitnami/charts name: postgresql-ha sources: - - https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha -version: 14.2.1 +- https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha +version: 14.2.2 diff --git a/bitnami/postgresql-ha/values.yaml b/bitnami/postgresql-ha/values.yaml index 2853f48c24..a67315c657 100644 --- a/bitnami/postgresql-ha/values.yaml +++ b/bitnami/postgresql-ha/values.yaml @@ -111,7 +111,7 @@ postgresql: image: registry: docker.io repository: bitnami/postgresql-repmgr - tag: 16.3.0-debian-12-r9 + tag: 16.3.0-debian-12-r10 digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -1707,7 +1707,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.15.0-debian-12-r32 + tag: 0.15.0-debian-12-r33 digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images