Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(storage-apps): Bump minio due to CVE-2024-55949 #1359

Merged
merged 4 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 17 additions & 7 deletions charts/storage-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: storage-apps
description: Argo CD app-of-apps config for storage applications
type: application
version: 0.16.0
version: 0.17.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/storage-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -18,15 +18,25 @@ annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: "update csi-driver-smb to 1.14.0"
description: "update minio to 5.14.0"
links:
- name: Github release
url: https://github.com/kubernetes-csi/csi-driver-smb/releases/tag/v1.14.0
url: https://github.com/minio/minio/releases/tag/RELEASE.2024-12-18T13-15-44Z
isantospardo marked this conversation as resolved.
Show resolved Hide resolved
- name: Github release
url: https://github.com/kubernetes-csi/csi-driver-smb/releases/tag/v1.13.0
url: https://github.com/minio/minio/releases/tag/RELEASE.2024-12-13T22-19-12Z
- name: Github release
url: https://github.com/kubernetes-csi/csi-driver-smb/releases/tag/v1.12.0
url: https://github.com/minio/minio/releases/tag/RELEASE.2024-11-07T00-52-20Z
- name: Github release
url: https://github.com/kubernetes-csi/csi-driver-smb/releases/tag/v1.11.0
url: https://github.com/minio/minio/releases/tag/RELEASE.2024-07-16T23-46-41Z
- name: Github release
url: https://github.com/kubernetes-csi/csi-driver-smb/releases/tag/v1.10.0
url: https://github.com/minio/minio/releases/tag/RELEASE.2024-07-15T19-02-30Z
- name: Github release
url: https://github.com/minio/minio/releases/tag/RELEASE.2024-07-13T01-46-15Z
- name: Github release
url: https://github.com/minio/minio/releases/tag/RELEASE.2024-01-31T20-20-33Z
- name: Github release
url: https://github.com/minio/minio/releases/tag/RELEASE.2024-01-01T16-36-33Z
- name: Github release
url: https://github.com/minio/minio/releases/tag/RELEASE.2023-12-09T18-17-51Z
- name: Github release
url: https://github.com/minio/minio/releases/tag/RELEASE.2023-12-02T10-51-33Z
4 changes: 2 additions & 2 deletions charts/storage-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/storage-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ minio:
# -- Chart
chart: "minio"
# -- [minio Helm chart](https://github.com/minio/minio/tree/master/helm-releases) version
targetRevision: "5.0.13"
targetRevision: "5.4.0"
isantospardo marked this conversation as resolved.
Show resolved Hide resolved
# -- Helm values
# @default -- [upstream values](https://github.com/minio/minio/blob/master/helm/minio/values.yaml)
values: {}
Loading