From d1b37614f31bdefc096f70998532c60c5d394d98 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 24 Aug 2024 12:46:13 +0200 Subject: [PATCH] [bitnami/postgresql-ha] Release 14.2.18 (#29015) * [bitnami/postgresql-ha] Release 14.2.18 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 | 9 +++++++-- bitnami/postgresql-ha/Chart.lock | 6 +++--- bitnami/postgresql-ha/Chart.yaml | 6 +++--- bitnami/postgresql-ha/README.md | 2 +- bitnami/postgresql-ha/values.yaml | 4 ++-- 5 files changed, 16 insertions(+), 11 deletions(-) diff --git a/bitnami/postgresql-ha/CHANGELOG.md b/bitnami/postgresql-ha/CHANGELOG.md index 245a11eca36f82..84fb9af9758192 100644 --- a/bitnami/postgresql-ha/CHANGELOG.md +++ b/bitnami/postgresql-ha/CHANGELOG.md @@ -1,8 +1,13 @@ # Changelog -## 14.2.17 (2024-08-21) +## 14.2.18 (2024-08-24) -* [bitnami/postgresql-ha] Release 14.2.17 ([#28799](https://github.com/bitnami/charts/pull/28799)) +* [bitnami/postgresql-ha] Release 14.2.18 ([#29015](https://github.com/bitnami/charts/pull/29015)) + +## 14.2.17 (2024-08-22) + +* [bitnami/postgresql-ha] README tweaks (#28820) ([57ddfc5](https://github.com/bitnami/charts/commit/57ddfc5bf9f9d871ffe9682df329eee4212f7728)), closes [#28820](https://github.com/bitnami/charts/issues/28820) +* [bitnami/postgresql-ha] Release 14.2.17 (#28799) ([59962aa](https://github.com/bitnami/charts/commit/59962aa88d456eefe40618e2d72ec56a0c60bf21)), closes [#28799](https://github.com/bitnami/charts/issues/28799) ## 14.2.16 (2024-08-01) diff --git a/bitnami/postgresql-ha/Chart.lock b/bitnami/postgresql-ha/Chart.lock index 6e8588d5c45408..1564be07d5141d 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.21.0 -digest: sha256:aad727fb6bd333a7ebb22f06f1edcb53349acdbffaa1baffa0266d9a33162dbd -generated: "2024-08-09T06:56:49.347011268Z" + version: 2.22.0 +digest: sha256:a8fb2fc887ead658a89598a48acde5324196fbc0509503a3eaed50a710fbfe74 +generated: "2024-08-24T09:27:49.413475755Z" diff --git a/bitnami/postgresql-ha/Chart.yaml b/bitnami/postgresql-ha/Chart.yaml index 64e1d2cd7c5b99..1c2be108934b87 100644 --- a/bitnami/postgresql-ha/Chart.yaml +++ b/bitnami/postgresql-ha/Chart.yaml @@ -8,11 +8,11 @@ annotations: - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r27 - name: pgpool - image: docker.io/bitnami/pgpool:4.5.2-debian-12-r5 + image: docker.io/bitnami/pgpool:4.5.3-debian-12-r0 - name: postgres-exporter image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r39 - name: postgresql-repmgr - image: docker.io/bitnami/postgresql-repmgr:16.4.0-debian-12-r0 + image: docker.io/bitnami/postgresql-repmgr:16.4.0-debian-12-r5 apiVersion: v2 appVersion: 16.4.0 dependencies: @@ -40,4 +40,4 @@ maintainers: name: postgresql-ha sources: - https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha -version: 14.2.17 +version: 14.2.18 diff --git a/bitnami/postgresql-ha/README.md b/bitnami/postgresql-ha/README.md index 58662368bc0055..48de8a2b22b05d 100644 --- a/bitnami/postgresql-ha/README.md +++ b/bitnami/postgresql-ha/README.md @@ -1241,4 +1241,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/postgresql-ha/values.yaml b/bitnami/postgresql-ha/values.yaml index 68f2a8a58ac64e..42eed42c27b52a 100644 --- a/bitnami/postgresql-ha/values.yaml +++ b/bitnami/postgresql-ha/values.yaml @@ -113,7 +113,7 @@ postgresql: image: registry: docker.io repository: bitnami/postgresql-repmgr - tag: 16.4.0-debian-12-r0 + tag: 16.4.0-debian-12-r5 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 @@ -1130,7 +1130,7 @@ pgpool: image: registry: docker.io repository: bitnami/pgpool - tag: 4.5.2-debian-12-r5 + tag: 4.5.3-debian-12-r0 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