Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 14, 2022

Bumps minio from 7.0.4 to 7.1.5.

Release notes

Sourced from minio's releases.

Feature Release

What's Changed

Full Changelog: minio/minio-py@7.1.4...7.1.5

Bugfix Release

What's Changed

New Contributors

Full Changelog: minio/minio-py@7.1.3...7.1.4

Bugfix Release

What's Changed

New Contributors

Full Changelog: minio/minio-py@7.1.2...7.1.3

Minor Bugfix Release

Changelog

  • fix: do not enforce role value for replicationConfig (#1166) (11/24/21) (Harshavardhana)
  • fix: canonical request path if empty choose '/' (#1165) (11/24/21) (Harshavardhana)

Bugfix Release

Changelog

  • Fix transition xml name in lifecycleconfig (#1142) (10/09/21) (Bala FA)
  • Remove nose tests and move to python unittest (#1152) (10/09/21) (Steve Kowalik)
  • Use unquote_plus() to decode url encoded value. (#1158) (10/09/21) (Bala FA)
  • Ignore cert addition if custom httpclient is passed (#1157) (10/08/21) (Anton Samokhvalov)
  • use f-string wherever possible (#1155) (10/08/21) (Bala FA)
  • Raise ValueError instead of returning in ChainedProvider (#1146) (09/01/21) (Bala FA)

Bugfix Release

Highlights

  • Minor version bumped for behavior change in listen_bucket_notification() implementation refer #1118, #1126

... (truncated)

Commits
  • 0aa0234 Add AssumeRoleWithCertificate credential provider. (#1182)
  • 8e6885b Update version to next release
  • 9759f4d fix: lint checks and enable MINIO_CI_CD=1 for functional tests (#1181)
  • 53b18fb Add policy unset method to minio admin (#1180)
  • 3ded6b8 add MINIO_CI_CD=1 for local CI/CD runs
  • aa7d3c3 fix progress bar division by zero error (#1177)
  • 8692527 docs: fix typo in object_lock config function name (#1176)
  • bcf2994 Update version to next release
  • 195d54e change EnvAWSProvider/EnvMinioProvider fetch credentials from os.environ (#1174)
  • 172b4ec improve finding user's home directory in AWSConfigProvider/MinioClientConfigP...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 14, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 14, 2022

Dependabot tried to add @pcrespov and @sanderegg as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/odeimaiz/osparc-simcore/pulls/105/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the odeimaiz/osparc-simcore repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot bot added the python Pull requests that update Python code label Mar 14, 2022
@codecov-commenter
Copy link

codecov-commenter commented Mar 14, 2022

Codecov Report

Merging #105 (4422c83) into master (1b903e9) will increase coverage by 0.0%.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #105   +/-   ##
======================================
  Coverage    75.1%   75.1%           
======================================
  Files         677     677           
  Lines       28230   28230           
  Branches     3643    3643           
======================================
+ Hits        21208   21209    +1     
  Misses       6321    6321           
+ Partials      701     700    -1     
Flag Coverage Δ
unittests 75.1% <ø> (+<0.1%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
.../simcore_service_catalog/services/access_rights.py 78.7% <0.0%> (-2.5%) ⬇️
...ervices/storage/src/simcore_service_storage/dsm.py 73.4% <0.0%> (-0.7%) ⬇️
.../director/src/simcore_service_director/producer.py 61.9% <0.0%> (+0.2%) ⬆️
..._director_v2/modules/dynamic_sidecar/docker_api.py 75.0% <0.0%> (+0.4%) ⬆️
...imcore_service_webserver/garbage_collector_core.py 58.4% <0.0%> (+1.4%) ⬆️
...simcore_service_webserver/projects/project_lock.py 100.0% <0.0%> (+5.2%) ⬆️

@dependabot dependabot bot force-pushed the dependabot/pip/minio-7.1.5 branch from e49d590 to afe23a1 Compare March 14, 2022 08:57
@dependabot dependabot bot force-pushed the dependabot/pip/minio-7.1.5 branch from afe23a1 to 4422c83 Compare March 30, 2022 13:00
Bumps [minio](https://github.com/minio/minio-py) from 7.0.4 to 7.1.5.
- [Release notes](https://github.com/minio/minio-py/releases)
- [Commits](minio/minio-py@7.0.4...7.1.5)

---
updated-dependencies:
- dependency-name: minio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/minio-7.1.5 branch from 4422c83 to ad83b6d Compare April 8, 2022 13:46
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 11, 2022

Superseded by #108.

@dependabot dependabot bot closed this Apr 11, 2022
@dependabot dependabot bot deleted the dependabot/pip/minio-7.1.5 branch April 11, 2022 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants