[bitnami/redmine] Upgrade MariaDB 11.8 (#34633)

* [bitnami/redmine] Upgrade MariaDB 11.8

Signed-off-by: David Gomez <david.gomez@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: David Gomez <david.gomez@broadcom.com>
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
David Gomez
2025-06-25 17:54:27 +02:00
committed by GitHub
parent 7fb42171b0
commit 811e52eb9b
4 changed files with 17 additions and 9 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 32.2.6 (2025-06-19)
## 33.0.0 (2025-06-25)
* [bitnami/redmine] :zap: :arrow_up: Update dependency references ([#34559](https://github.com/bitnami/charts/pull/34559))
* [bitnami/redmine] Upgrade MariaDB 11.8 ([#34633](https://github.com/bitnami/charts/pull/34633))
## <small>32.2.6 (2025-06-19)</small>
* [bitnami/redmine] :zap: :arrow_up: Update dependency references (#34559) ([8ee6624](https://github.com/bitnami/charts/commit/8ee66248b6a8b285c1e29c0d4a7e06dd393efdce)), closes [#34559](https://github.com/bitnami/charts/issues/34559)
## <small>32.2.5 (2025-05-21)</small>

View File

@@ -1,12 +1,12 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.6.6
version: 16.7.13
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.5.3
version: 21.0.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.31.0
digest: sha256:f0829b438bb10a80788488ad2cab0ac6fd20927d519b230d73901fb440e5d4c3
generated: "2025-05-06T11:00:55.149955284+02:00"
version: 2.31.3
digest: sha256:620e9c96f7857927db2f5c7dba409cb04046cb5c5de77803ff6d2173b074f36d
generated: "2025-06-25T17:24:50.344786+02:00"

View File

@@ -20,7 +20,7 @@ dependencies:
- condition: mariadb.enabled
name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.x.x
version: 21.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
@@ -46,4 +46,4 @@ maintainers:
name: redmine
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/redmine
version: 32.2.6
version: 33.0.0

View File

@@ -587,6 +587,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 33.0.0
This major release bumps the MariaDB version to 11.8. Follow the [upstream instructions](https://mariadb.com/kb/en/upgrading-from-mariadb-11-4-to-mariadb-11-8/) for upgrading from MariaDB 11.4 to 11.8. No major issues are expected during the upgrade.
### To 32.1.0
This version introduces image verification for security purposes. To disable it, set `global.security.allowInsecureImages` to `true`. More details at [GitHub issue](https://github.com/bitnami/charts/issues/30850).