[bitnami/ghost] Upgrade MySQL subchart to 14 (#35252)

* [bitnami/ghost] Upgrade Ghost subchart to 14

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-07-23 13:10:17 +02:00
committed by GitHub
parent 62b2d4b4af
commit e6418de728
4 changed files with 16 additions and 8 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 23.0.30 (2025-07-21)
## 24.0.0 (2025-07-23)
* [bitnami/ghost] :zap: :arrow_up: Update dependency references ([#35230](https://github.com/bitnami/charts/pull/35230))
* [bitnami/ghost] Upgrade Ghost subchart to 14 ([#35252](https://github.com/bitnami/charts/pull/35252))
## <small>23.0.30 (2025-07-21)</small>
* [bitnami/ghost] :zap: :arrow_up: Update dependency references (#35230) ([b89fa2a](https://github.com/bitnami/charts/commit/b89fa2a3a9359a511db4d6b092ca348d38a0eee3)), closes [#35230](https://github.com/bitnami/charts/issues/35230)
## <small>23.0.29 (2025-07-18)</small>

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mysql
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.0.0
version: 14.0.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.31.1
digest: sha256:936ab61e9fca2cfa925fc03d7d1f2617545af4e8a64c09dedb32a979b3b09239
generated: "2025-05-12T16:12:25.392566+02:00"
version: 2.31.3
digest: sha256:3ff40a97dcac57cc81a6e6a6f4a668b332f5983630577ef0dd665990e76129ab
generated: "2025-07-23T12:08:15.274772+02:00"

View File

@@ -18,7 +18,7 @@ dependencies:
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- ghost-database
version: 13.x.x
version: 14.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
@@ -43,4 +43,4 @@ maintainers:
name: ghost
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/ghost
version: 23.0.30
version: 24.0.0

View File

@@ -494,6 +494,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 24.0.0
This major updates the MySQL subchart to its newest major, 14.0.0. For more information on this subchart's major, please refer to [MySQL upgrade notes](https://github.com/bitnami/charts/blob/main/bitnami/mysql/README.md#user-content-to-1400).
### To 23.0.0
This major updates the MySQL subchart to its newest major, 13.0.0. For more information on this subchart's major, please refer to [MySQL upgrade notes](https://github.com/bitnami/charts/blob/main/bitnami/mysql/README.md#user-content-to-1300).