-
Notifications
You must be signed in to change notification settings - Fork 27
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
🏗️ maintenance: upgrade minio #2326
🏗️ maintenance: upgrade minio #2326
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2326 +/- ##
======================================
Coverage 71.7% 71.7%
======================================
Files 506 506
Lines 19934 19927 -7
Branches 1949 1950 +1
======================================
- Hits 14303 14302 -1
+ Misses 5153 5148 -5
+ Partials 478 477 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great!
What do these changes do?
Upgrades to latest minio 7.0.3 in the entire repository:
services/storage/src/simcore_service_storage/s3wrapper
pytest_simcore/minio_service.py
test fixtures (i.e. simcore-sdk, storage, tests/swarm-deploy and sidecar``Related issue/s
How to test
manual
make build-x; make up-prod
unit
Checklist