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

* [bitnami/redmine] 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 09:59:04 +02:00
committed by GitHub
parent 024f9e6d9f
commit 7b0d784149
4 changed files with 16 additions and 8 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 29.0.6 (2024-09-19)
## 30.0.0 (2024-10-02)
* [bitnami/redmine] Release 29.0.6 ([#29526](https://github.com/bitnami/charts/pull/29526))
* [bitnami/redmine] feat!: :arrow_up: :boom: Bump PostgreSQL to 17.x ([#29743](https://github.com/bitnami/charts/pull/29743))
## <small>29.0.6 (2024-09-19)</small>
* [bitnami/redmine] Release 29.0.6 (#29526) ([6af9c32](https://github.com/bitnami/charts/commit/6af9c3276a58da6f825461e32f21cfd54c459f85)), closes [#29526](https://github.com/bitnami/charts/issues/29526)
## <small>29.0.5 (2024-09-16)</small>

View File

@@ -1,12 +1,12 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.32
version: 16.0.0
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.0.6
version: 19.0.7
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:14f30cc7be0fa3c55a1265aad27cf1dd4327194ec331cfe3170c24c42812464b
generated: "2024-09-19T09:40:44.629167586Z"
digest: sha256:7ef153ba0a70ca38d377a1334fc2c2c584b587c30930c12f5c57c34d7d2c21b7
generated: "2024-10-02T16:43:56.898211351+02:00"

View File

@@ -15,7 +15,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.x.x
version: 16.x.x
- condition: mariadb.enabled
name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
@@ -43,4 +43,4 @@ maintainers:
name: redmine
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/redmine
version: 29.0.6
version: 30.0.0

View File

@@ -573,6 +573,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 30.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 29.0.0
This major release bumps the MariaDB version to 11.4. Follow the [upstream instructions](https://mariadb.com/kb/en/upgrading-from-mariadb-11-3-to-mariadb-11-4/) for upgrading from MariaDB 11.3 to 11.4. No major issues are expected during the upgrade.