From a4a0c3290bec59b1807be7d64716b2db96e255f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n=20Garc=C3=ADa?= Date: Wed, 2 Oct 2024 16:21:26 +0200 Subject: [PATCH 1/2] [bitnami/discourse] feat!: :arrow_up: :boom: Bump PostgreSQL to 17.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Javier J. Salmerón García --- bitnami/discourse/Chart.lock | 8 ++++---- bitnami/discourse/Chart.yaml | 4 ++-- bitnami/discourse/README.md | 4 ++++ 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/bitnami/discourse/Chart.lock b/bitnami/discourse/Chart.lock index b9451340d90db5..6d2783dc94bec1 100644 --- a/bitnami/discourse/Chart.lock +++ b/bitnami/discourse/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 20.1.3 + version: 20.1.6 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.5.32 + version: 16.0.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.23.0 -digest: sha256:f747cfab3e2d652005b85a53448032861e3d8aec70af9381fa75042025f7d09d -generated: "2024-09-19T09:34:02.721201138Z" +digest: sha256:17ae8bdad4d3fffc8d64b8373d2ae6c46d312ca250e24d7794840fdc8dd44a5f +generated: "2024-10-02T16:20:41.131247137+02:00" diff --git a/bitnami/discourse/Chart.yaml b/bitnami/discourse/Chart.yaml index e95aade9f8c31f..0476e307d90ee1 100644 --- a/bitnami/discourse/Chart.yaml +++ b/bitnami/discourse/Chart.yaml @@ -19,7 +19,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.X.X + version: 16.X.X - name: common repository: oci://registry-1.docker.io/bitnamicharts tags: @@ -41,4 +41,4 @@ maintainers: name: discourse sources: - https://github.com/bitnami/charts/tree/main/bitnami/discourse -version: 14.2.0 +version: 15.0.0 diff --git a/bitnami/discourse/README.md b/bitnami/discourse/README.md index 1cda373c8a2e1b..7af4f062192048 100644 --- a/bitnami/discourse/README.md +++ b/bitnami/discourse/README.md @@ -561,6 +561,10 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 15.0.0 + +This major updates the PostgreSQL subchart to its newest major, 16.0.0, which uses PostgreSQL 17.x. Follow the [official instructions](https://www.postgresql.org/docs/17/upgrading.html) to upgrade to 17.x. + ### To 14.0.0 This major updates the Redis® subchart to its newest major, 20.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/redis#to-2000) you can find more information about the changes introduced in that version. From ee088f252f8df7f47fc3bf42a7191d4deb7e1a09 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Wed, 2 Oct 2024 14:25:48 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md Signed-off-by: Bitnami Containers --- bitnami/discourse/CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bitnami/discourse/CHANGELOG.md b/bitnami/discourse/CHANGELOG.md index c7230bdb12a3de..b49987bdf7b7cb 100644 --- a/bitnami/discourse/CHANGELOG.md +++ b/bitnami/discourse/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 14.2.0 (2024-09-24) +## 15.0.0 (2024-10-02) -* [bitnami/discourse] Move plugins installation to init-container ([#29568](https://github.com/bitnami/charts/pull/29568)) +* [bitnami/discourse] feat!: :arrow_up: :boom: Bump PostgreSQL to 17.x ([#29731](https://github.com/bitnami/charts/pull/29731)) + +## 14.2.0 (2024-09-26) + +* [bitnami/discourse] Move plugins installation to init-container (#29568) ([024b741](https://github.com/bitnami/charts/commit/024b741934c5d7df88e88b193b9a33dc8ac04237)), closes [#29568](https://github.com/bitnami/charts/issues/29568) ## 14.1.6 (2024-09-19)