[bitnami/minio] Release 14.6.8 (#27089)

* [bitnami/minio] Release 14.6.8 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Fix cypress tests

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
Co-authored-by: Miguel Ruiz <miruiz@vmware.com>
This commit is contained in:
Bitnami Bot
2024-06-14 16:03:07 +02:00
committed by GitHub
parent 82f0e6c052
commit 516eabc884
5 changed files with 14 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ it('allows creating a bucket, uploading and retrieving a file', () => {
}); });
cy.fixture(fileToUpload).then((uploadedFile) => { cy.fixture(fileToUpload).then((uploadedFile) => {
cy.request(`/api/v1/buckets/${bucketName}/objects/download?prefix=${Buffer.from(fileToUpload).toString('base64')}`).then((response) => { cy.request(`/api/v1/buckets/${bucketName}/objects/download?prefix=${fileToUpload}`).then((response) => {
cy.writeFile(`cypress/downloads/${fileToUpload}`, response.body) cy.writeFile(`cypress/downloads/${fileToUpload}`, response.body)
}) })
cy.readFile(`cypress/downloads/${fileToUpload}`).then((downloadedFile) => { cy.readFile(`cypress/downloads/${fileToUpload}`).then((downloadedFile) => {

View File

@@ -1,8 +1,12 @@
# Changelog # Changelog
## 14.6.7 (2024-06-06) ## 14.6.8 (2024-06-14)
* [bitnami/minio] Release 14.6.7 ([#27036](https://github.com/bitnami/charts/pull/27036)) * [bitnami/minio] Release 14.6.8 ([#27089](https://github.com/bitnami/charts/pull/27089))
## <small>14.6.7 (2024-06-06)</small>
* [bitnami/minio] Release 14.6.7 (#27036) ([d29e462](https://github.com/bitnami/charts/commit/d29e462be37c28d527619b0c9b44c76d1dbaae2c)), closes [#27036](https://github.com/bitnami/charts/issues/27036)
## <small>14.6.6 (2024-06-06)</small> ## <small>14.6.6 (2024-06-06)</small>

View File

@@ -1,6 +1,6 @@
dependencies: dependencies:
- name: common - name: common
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.0 version: 2.20.2
digest: sha256:71e7e576e2b5403aae173a518430f727ccc2dd690a64cb44d47d6b8deb23d3c6 digest: sha256:35d895f873f86ebff35e439bcf9da34c42a78c4db2e0e179bfb4014a2a0e2e10
generated: "2024-06-06T15:11:15.676975183Z" generated: "2024-06-11T09:17:29.870178545Z"

View File

@@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0 licenses: Apache-2.0
images: | images: |
- name: minio - name: minio
image: docker.io/bitnami/minio:2024.6.6-debian-12-r0 image: docker.io/bitnami/minio:2024.6.11-debian-12-r0
- name: minio-client - name: minio-client
image: docker.io/bitnami/minio-client:2024.6.5-debian-12-r0 image: docker.io/bitnami/minio-client:2024.6.5-debian-12-r0
- name: os-shell - name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r22 image: docker.io/bitnami/os-shell:12-debian-12-r22
apiVersion: v2 apiVersion: v2
appVersion: 2024.6.6 appVersion: 2024.6.11
dependencies: dependencies:
- name: common - name: common
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
@@ -34,4 +34,4 @@ maintainers:
name: minio name: minio
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/minio - https://github.com/bitnami/charts/tree/main/bitnami/minio
version: 14.6.7 version: 14.6.8

View File

@@ -68,7 +68,7 @@ extraDeploy: []
image: image:
registry: docker.io registry: docker.io
repository: bitnami/minio repository: bitnami/minio
tag: 2024.6.6-debian-12-r0 tag: 2024.6.11-debian-12-r0
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'