mirror of
https://github.com/bitnami/charts.git
synced 2026-02-10 20:27:38 +08:00
[bitnami/mysql] Release 12.3.4 (#33017)
* [bitnami/mysql] Release 12.3.4 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -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))
|
||||
|
||||
## <small>12.3.3 (2025-04-09)</small>
|
||||
|
||||
* [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)
|
||||
|
||||
## <small>12.3.2 (2025-03-22)</small>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user