Skip to content

Commit

Permalink
[bitnami/minio] Release 14.6.8 (#27089)
Browse files Browse the repository at this point in the history
* [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>
  • Loading branch information
bitnami-bot and migruiz4 authored Jun 14, 2024
1 parent 82f0e6c commit 516eabc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .vib/minio/cypress/cypress/e2e/minio.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ it('allows creating a bucket, uploading and retrieving a file', () => {
});

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.readFile(`cypress/downloads/${fileToUpload}`).then((downloadedFile) => {
Expand Down
8 changes: 6 additions & 2 deletions bitnami/minio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# 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>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/minio/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.0
digest: sha256:71e7e576e2b5403aae173a518430f727ccc2dd690a64cb44d47d6b8deb23d3c6
generated: "2024-06-06T15:11:15.676975183Z"
version: 2.20.2
digest: sha256:35d895f873f86ebff35e439bcf9da34c42a78c4db2e0e179bfb4014a2a0e2e10
generated: "2024-06-11T09:17:29.870178545Z"
6 changes: 3 additions & 3 deletions bitnami/minio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- 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
image: docker.io/bitnami/minio-client:2024.6.5-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r22
apiVersion: v2
appVersion: 2024.6.6
appVersion: 2024.6.11
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -34,4 +34,4 @@ maintainers:
name: minio
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/minio
version: 14.6.7
version: 14.6.8
2 changes: 1 addition & 1 deletion bitnami/minio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/minio
tag: 2024.6.6-debian-12-r0
tag: 2024.6.11-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit 516eabc

Please sign in to comment.