[bitnami/discourse] feat!: ⬆️ 💥 Bump PostgreSQL to 17.x (#29731)

* [bitnami/discourse] feat!: ⬆️ 💥 Bump PostgreSQL to 17.x

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Javier J. Salmerón García
2024-10-03 10:06:31 +02:00
committed by GitHub
parent d7f95fe483
commit f9c4cd65e4
4 changed files with 16 additions and 8 deletions

View File

@@ -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)
## <small>14.1.6 (2024-09-19)</small>

View File

@@ -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"

View File

@@ -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

View File

@@ -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&reg; 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.