Skip to content

Commit 4d4155e

Browse files
author
Bitnami Bot
authored
[bitnami/minio] Release 14.7.11 (bitnami#29588)
* [bitnami/minio] Release 14.7.11 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>
1 parent 464c683 commit 4d4155e

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

bitnami/minio/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## 14.7.10 (2024-09-17)
3+
## 14.7.11 (2024-09-24)
44

5-
* [bitnami/minio] fix: :bug: Add sleep to avoid race condition in provisioning ([#29478](https://github.com/bitnami/charts/pull/29478))
5+
* [bitnami/minio] Release 14.7.11 ([#29588](https://github.com/bitnami/charts/pull/29588))
6+
7+
## <small>14.7.10 (2024-09-17)</small>
8+
9+
* [bitnami/minio] fix: :bug: Add sleep to avoid race condition in provisioning (#29478) ([c522a3c](https://github.com/bitnami/charts/commit/c522a3c203b3d2fc381698384c58e63ab2bba5c0)), closes [#29478](https://github.com/bitnami/charts/issues/29478)
610

711
## <small>14.7.9 (2024-09-16)</small>
812

bitnami/minio/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ annotations:
66
licenses: Apache-2.0
77
images: |
88
- name: minio
9-
image: docker.io/bitnami/minio:2024.9.13-debian-12-r0
9+
image: docker.io/bitnami/minio:2024.9.22-debian-12-r0
1010
- name: minio-client
11-
image: docker.io/bitnami/minio-client:2024.9.9-debian-12-r0
11+
image: docker.io/bitnami/minio-client:2024.9.16-debian-12-r0
1212
- name: os-shell
1313
image: docker.io/bitnami/os-shell:12-debian-12-r30
1414
apiVersion: v2
15-
appVersion: 2024.9.13
15+
appVersion: 2024.9.22
1616
dependencies:
1717
- name: common
1818
repository: oci://registry-1.docker.io/bitnamicharts
@@ -34,4 +34,4 @@ maintainers:
3434
name: minio
3535
sources:
3636
- https://github.com/bitnami/charts/tree/main/bitnami/minio
37-
version: 14.7.10
37+
version: 14.7.11

bitnami/minio/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ extraDeploy: []
7070
image:
7171
registry: docker.io
7272
repository: bitnami/minio
73-
tag: 2024.9.13-debian-12-r0
73+
tag: 2024.9.22-debian-12-r0
7474
digest: ""
7575
## Specify a imagePullPolicy
7676
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -98,7 +98,7 @@ image:
9898
clientImage:
9999
registry: docker.io
100100
repository: bitnami/minio-client
101-
tag: 2024.9.9-debian-12-r0
101+
tag: 2024.9.16-debian-12-r0
102102
digest: ""
103103
## @param mode MinIO&reg; server mode (`standalone` or `distributed`)
104104
## ref: https://docs.minio.io/docs/distributed-minio-quickstart-guide

0 commit comments

Comments
 (0)