From 86aa183ab6017410cdf02ade4ac9449791e5fb1b Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 15 Apr 2025 18:24:57 +0200 Subject: [PATCH] [bitnami/mysql] Release 12.3.4 (#33017) * [bitnami/mysql] Release 12.3.4 updating components versions Signed-off-by: Bitnami Bot * Update CHANGELOG.md Signed-off-by: Bitnami Bot --------- Signed-off-by: Bitnami Bot --- bitnami/mysql/CHANGELOG.md | 8 ++++++-- bitnami/mysql/Chart.yaml | 10 +++++----- bitnami/mysql/README.md | 2 +- bitnami/mysql/values.yaml | 6 +++--- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/bitnami/mysql/CHANGELOG.md b/bitnami/mysql/CHANGELOG.md index 0df0291e9f..03cfbd14f7 100644 --- a/bitnami/mysql/CHANGELOG.md +++ b/bitnami/mysql/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 12.3.3 (2025-04-08) +## 12.3.4 (2025-04-15) -* [bitnami/mysql] Allow setting externalIPs for services ([#32858](https://github.com/bitnami/charts/pull/32858)) +* [bitnami/mysql] Release 12.3.4 ([#33017](https://github.com/bitnami/charts/pull/33017)) + +## 12.3.3 (2025-04-09) + +* [bitnami/mysql] Allow setting externalIPs for services (#32858) ([a9077e0](https://github.com/bitnami/charts/commit/a9077e0501cbc9f4460b91866ced3bd4d789ecff)), closes [#32858](https://github.com/bitnami/charts/issues/32858) ## 12.3.2 (2025-03-22) diff --git a/bitnami/mysql/Chart.yaml b/bitnami/mysql/Chart.yaml index c8229f43ee..a4da579fd5 100644 --- a/bitnami/mysql/Chart.yaml +++ b/bitnami/mysql/Chart.yaml @@ -7,13 +7,13 @@ annotations: licenses: Apache-2.0 images: | - name: mysql - image: docker.io/bitnami/mysql:8.4.4-debian-12-r7 + image: docker.io/bitnami/mysql:8.4.5-debian-12-r0 - name: mysqld-exporter - image: docker.io/bitnami/mysqld-exporter:0.17.2-debian-12-r2 + image: docker.io/bitnami/mysqld-exporter:0.17.2-debian-12-r7 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r40 + image: docker.io/bitnami/os-shell:12-debian-12-r43 apiVersion: v2 -appVersion: 8.4.4 +appVersion: 8.4.5 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -35,4 +35,4 @@ maintainers: name: mysql sources: - https://github.com/bitnami/charts/tree/main/bitnami/mysql -version: 12.3.3 +version: 12.3.4 diff --git a/bitnami/mysql/README.md b/bitnami/mysql/README.md index 99e70d5a82..ebd10e8c2b 100644 --- a/bitnami/mysql/README.md +++ b/bitnami/mysql/README.md @@ -812,4 +812,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/mysql/values.yaml b/bitnami/mysql/values.yaml index 0d0bf64d6d..e369996328 100644 --- a/bitnami/mysql/values.yaml +++ b/bitnami/mysql/values.yaml @@ -97,7 +97,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/mysql - tag: 8.4.4-debian-12-r7 + tag: 8.4.5-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -1355,7 +1355,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r40 + tag: 12-debian-12-r43 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -1400,7 +1400,7 @@ metrics: image: registry: docker.io repository: bitnami/mysqld-exporter - tag: 0.17.2-debian-12-r2 + tag: 0.17.2-debian-12-r7 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.