-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[components] Upgrade minio to the latest version #6431
Comments
@haoxins Yes, absolutely welcome a PR on this! |
Just a heads up, Minio changed its license from Apache 2.0 to AGPL v3.There is a bit of controversy surrounding this decision: |
Thanks, we don't allow AGPL, so if upgrade, we can only choose a version before it was changed to AGPL. |
We might need to consider a MinIO alternative, so that people can keep getting security fixes. |
I think SeaweedFS could be another alternative. |
@MatthiasCarnein just a bit curious about the License details. Because this project uses argo-workflows, and argo-workflows uses MinIO v7 APIs, https://github.com/argoproj/argo-workflows/blob/master/go.mod#L35 |
@haoxins I'm not a lawyer but from my understanding the Minio Client SDK for Go is a separate piece of software that uses the Apache 2.0 license: https://github.com/minio/minio-go/blob/master/LICENSE |
Minio alternatives are also discussed here: #7878 |
Feature Area
/area components
Is there any reason not to upgrade the
minio
to the latest version?Is it open for others to submit PR for this?
The text was updated successfully, but these errors were encountered: