canonical / charmed-kubeflow-uats

Automated UATs for Charmed Kubeflow
Apache License 2.0
5 stars 2 forks source link

fix: pin minio<7.0 #35

Closed NohaIhab closed 9 months ago

NohaIhab commented 9 months ago

minio sdk 7.0 is a breaking release that deprecates BucketAlreadyOwnedByYou and BucketAlreadyExists errors that we are using in the UATs. See issue https://github.com/minio/minio-py/issues/1051. since we are using an old version of minio, it makes sense to pin the sdk to an older version.