mirror of
https://github.com/bitnami/charts.git
synced 2026-08-09 12:55:41 +08:00
[bitnami/argo-workflows] Update MySQL subchart (#33612)
* [bitnami/argo-workflows] Update MySQL subchart 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:
co-authored by
Bitnami Bot
parent
b0ca2e239a
commit
1b26a9e0a9
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 11.1.16 (2025-05-08)
|
||||
## 12.0.0 (2025-05-12)
|
||||
|
||||
* [bitnami/argo-workflows] :zap: :arrow_up: Update dependency references ([#33555](https://github.com/bitnami/charts/pull/33555))
|
||||
* [bitnami/argo-workflows] Update MySQL subchart ([#33612](https://github.com/bitnami/charts/pull/33612))
|
||||
|
||||
## <small>11.1.16 (2025-05-08)</small>
|
||||
|
||||
* [bitnami/argo-workflows] :zap: :arrow_up: Update dependency references (#33555) ([8fbddc6](https://github.com/bitnami/charts/commit/8fbddc628df7162b278a5ce0cd185d52dd08825e)), closes [#33555](https://github.com/bitnami/charts/issues/33555)
|
||||
|
||||
## <small>11.1.15 (2025-05-07)</small>
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 16.6.6
|
||||
version: 16.7.2
|
||||
- name: mysql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 12.3.4
|
||||
version: 13.0.0
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.31.0
|
||||
digest: sha256:0571a4824e7eeb549019e676eea81956477f39e8513984de40956ff7dc6b193b
|
||||
generated: "2025-05-06T09:53:07.790965002+02:00"
|
||||
version: 2.31.1
|
||||
digest: sha256:e36be44b140c5ac5d16017b5410d338e08c32a753b25ae43a52853b04185c109
|
||||
generated: "2025-05-12T16:29:32.209006+02:00"
|
||||
|
||||
@@ -22,7 +22,7 @@ dependencies:
|
||||
- condition: mysql.enabled
|
||||
name: mysql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 12.x.x
|
||||
version: 13.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
@@ -44,4 +44,4 @@ maintainers:
|
||||
name: argo-workflows
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/argo-workflows
|
||||
version: 11.1.16
|
||||
version: 12.0.0
|
||||
|
||||
@@ -603,6 +603,10 @@ Find more information about how to deal with common errors related to Bitnami's
|
||||
|
||||
## Upgrading
|
||||
|
||||
### To 12.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).
|
||||
|
||||
### To 11.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).
|
||||
@@ -623,7 +627,7 @@ This major updates the PostgreSQL subchart to its newest major, 16.0.0, which us
|
||||
|
||||
### To 9.0.0
|
||||
|
||||
This major updates the MySQL subchart to its newest major, 11.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-1100).
|
||||
This major updates the MySQL subchart to its newest major, 11.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-1100).
|
||||
|
||||
### To 8.0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user