mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/mysql] Release 12.2.4 (#32021)
* [bitnami/mysql] Release 12.2.4 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 12.2.2 (2025-01-22)
|
||||
## 12.2.4 (2025-02-19)
|
||||
|
||||
* [bitnami/mysql] Release 12.2.2 ([#31512](https://github.com/bitnami/charts/pull/31512))
|
||||
* [bitnami/mysql] Release 12.2.4 ([#32021](https://github.com/bitnami/charts/pull/32021))
|
||||
|
||||
## <small>12.2.2 (2025-01-22)</small>
|
||||
|
||||
* [bitnami/mysql] Release 12.2.2 (#31512) ([289c6ca](https://github.com/bitnami/charts/commit/289c6caf9700c024f2b0202eb9a5dd3ec7c4d581)), closes [#31512](https://github.com/bitnami/charts/issues/31512)
|
||||
|
||||
## <small>12.2.1 (2025-01-04)</small>
|
||||
|
||||
@@ -1265,7 +1269,7 @@
|
||||
## <small>5.0.3 (2019-05-29)</small>
|
||||
|
||||
* Change syntax because of linter failing ([adfc357](https://github.com/bitnami/charts/commit/adfc35728c2a8a9def9e1897b3772d64df621354))
|
||||
* Fix https://github.com/helm/charts/pull/14199\#issuecomment-496883321 and support _sha256_ as an imm ([95957ea](https://github.com/bitnami/charts/commit/95957ea6430f28ec3593053afb0bfccb75703c79)), closes [#issuecomment-496883321](https://github.com/bitnami/charts/issues/issuecomment-496883321)
|
||||
* Fix https://github.com/helm/charts/pull/14199\#issuecomment-496883321 and support _sha256_ as an imm ([95957ea](https://github.com/bitnami/charts/commit/95957ea6430f28ec3593053afb0bfccb75703c79))
|
||||
* Use immutable tags in the main images ([17ca4f5](https://github.com/bitnami/charts/commit/17ca4f5c91da33da03f9e2d411fe5e004e825c4d))
|
||||
|
||||
## <small>5.0.2 (2019-05-28)</small>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.29.0
|
||||
digest: sha256:c0ac22dea12ebe35613a1fbde2d9ffcf913c40dc688139f10914db942f2dab13
|
||||
generated: "2025-01-04T09:52:49.791296104Z"
|
||||
version: 2.30.0
|
||||
digest: sha256:46afdf79eae69065904d430f03f7e5b79a148afed20aa45ee83ba88adc036169
|
||||
generated: "2025-02-19T23:09:44.390417224Z"
|
||||
|
||||
@@ -6,11 +6,11 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: mysql
|
||||
image: docker.io/bitnami/mysql:8.4.4-debian-12-r0
|
||||
image: docker.io/bitnami/mysql:8.4.4-debian-12-r4
|
||||
- name: mysqld-exporter
|
||||
image: docker.io/bitnami/mysqld-exporter:0.16.0-debian-12-r5
|
||||
image: docker.io/bitnami/mysqld-exporter:0.16.0-debian-12-r10
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r35
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r38
|
||||
apiVersion: v2
|
||||
appVersion: 8.4.4
|
||||
dependencies:
|
||||
@@ -34,4 +34,4 @@ maintainers:
|
||||
name: mysql
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/mysql
|
||||
version: 12.2.3
|
||||
version: 12.2.4
|
||||
|
||||
@@ -97,7 +97,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/mysql
|
||||
tag: 8.4.4-debian-12-r0
|
||||
tag: 8.4.4-debian-12-r4
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -1347,7 +1347,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 12-debian-12-r35
|
||||
tag: 12-debian-12-r38
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -1392,7 +1392,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/mysqld-exporter
|
||||
tag: 0.16.0-debian-12-r5
|
||||
tag: 0.16.0-debian-12-r10
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user