An error occurred while fetching the assigned milestone of the selected merge_request.
Upgrade minio to v7.0.21
What does this MR do?
Upgrades minio to v7.0.21
Why was this MR needed?
The latest client includes several patches.
What's the best way to test this MR?
I've performed a basic manual QA with this upgrade and this is working:
docker run -p 9000:9000 \
-e "MINIO_ACCESS_KEY=accesskey" \
-e "MINIO_SECRET_KEY=secretkey" \
minio/minio server /data
[[runners]]
name = "docker"
url = "http://gitlab.com/"
token = "xxxx"
executor = "docker"
[runners.cache]
Type = "s3"
Path = "docker"
[runners.cache.s3]
ServerAddress = "http://127.0.0.1:9000"
AccessKey = "accesskey"
SecretKey = "secretkey"
BucketName = "gitlab-runner"
BucketLocation = "eu-west-1"
[runners.docker]
image = "alpine:3.12"
What are the relevant issue numbers?
Merge request reports
Activity
assigned to @ajwalker
added sectionops label
added 6 commits
-
8708bbab...b42772d2 - 5 commits from branch
main
- 95d42550 - Upgrade minio to v7.0.21
-
8708bbab...b42772d2 - 5 commits from branch
enabled automatic add to merge train when the pipeline for 5a336cdc succeeds
requested review from @tmaczukin
changed milestone to %14.8
mentioned in commit 15728fbc
mentioned in issue #28903 (closed)
Please register or sign in to reply