[bitnami/ejbca] Upgrade MariaDB 11.8 (#34635)

* [bitnami/ejbca] 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 16:02:48 +00:00
committed by GitHub
co-authored by Bitnami Bot
parent d78e9fc583
commit 45208fa627
4 changed files with 16 additions and 8 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 17.1.4 (2025-06-22)
## 18.0.0 (2025-06-25)
* [bitnami/ejbca] :zap: :arrow_up: Update dependency references ([#34578](https://github.com/bitnami/charts/pull/34578))
* [bitnami/ejbca] Upgrade MariaDB 11.8 ([#34635](https://github.com/bitnami/charts/pull/34635))
## <small>17.1.4 (2025-06-22)</small>
* [bitnami/ejbca] :zap: :arrow_up: Update dependency references (#34578) ([98f684b](https://github.com/bitnami/charts/commit/98f684bf402933a0040ef2b5c9ebb1d86441d02d)), closes [#34578](https://github.com/bitnami/charts/issues/34578)
## <small>17.1.3 (2025-05-23)</small>
+4 -4
View File
@@ -1,9 +1,9 @@
dependencies:
- 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:419a59fc2d3b081c7ec5406089239a514f34399bfa1155802bc8b0dd4b256562
generated: "2025-05-06T10:05:45.242274912+02:00"
version: 2.31.3
digest: sha256:f818d2ae83e3d12c11806167e8bbe5504deb554292277e9a6badf3271f9b1854
generated: "2025-06-25T17:19:55.227254+02:00"
+2 -2
View File
@@ -16,7 +16,7 @@ dependencies:
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- ejbca-database
version: 20.x.x
version: 21.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
@@ -37,4 +37,4 @@ maintainers:
name: ejbca
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/ejbca
version: 17.1.4
version: 18.0.0
+4
View File
@@ -383,6 +383,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 18.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 16.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).