Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 6, 2021

Bumps minio from 7.0.4 to 7.1.2.

Release notes

Sourced from minio's releases.

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

Changelog

  • EventIterable: use looping instead of tail recursion in next() (#1126) (07/07/21) (Bala FA)
  • fix pylint errors (#1121) (07/01/21) (Bala FA)
  • list_objects(): add url encoding type support. (#1107) (06/29/21) (Bala FA)
  • docs: add anchor for get_presigned_url method in API docs (#1109) (06/28/21) (Harman Singh)
  • listen_bucket_notification(): return EventIterable object as controlled iterator. (#1118) (06/25/21) (Bala FA)
Commits
  • c1ab4af fix: do not enforce role value for replicationConfig (#1166)
  • ff6af3e fix: canonical request path if empty choose '/' (#1165)
  • 77c3e40 Update version to next release
  • 28b67c4 Fix transition xml name in lifecycleconfig (#1142)
  • 3cbc38b Remove nose tests and move to python unittest (#1152)
  • 9103856 Use unquote_plus() to decode url encoded value. (#1158)
  • 70e4e14 Ignore cert addition if custom httpclient is passed (#1157)
  • 4a9ce9f use f-string wherever possible (#1155)
  • 7ac4a83 Raise ValueError instead of returning in ChainedProvider (#1146)
  • 54ce389 Update version to next release
  • 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 @github
Copy link
Author

dependabot bot commented on behalf of github Dec 6, 2021

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/94/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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 6, 2021
@codecov-commenter
Copy link

codecov-commenter commented Dec 6, 2021

Codecov Report

Merging #94 (b277b3d) into master (f5c52c3) will increase coverage by 0.3%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #94     +/-   ##
========================================
+ Coverage    74.2%   74.5%   +0.3%     
========================================
  Files         596     680     +84     
  Lines       23411   27101   +3690     
  Branches     2265    2633    +368     
========================================
+ Hits        17377   20209   +2832     
- Misses       5460    6215    +755     
- Partials      574     677    +103     
Flag Coverage Δ
unittests 74.5% <ø> (+0.3%) ⬆️

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

Impacted Files Coverage Δ
...v2/modules/dynamic_sidecar/docker_compose_specs.py 54.6% <0.0%> (ø)
...simcore_service_director_v2/modules/dask_client.py 80.8% <0.0%> (ø)
...re_service_director_v2/models/schemas/constants.py 100.0% <0.0%> (ø)
...service_director_v2/api/routes/dynamic_services.py 87.3% <0.0%> (ø)
...e_service_director_v2/modules/dask_clients_pool.py 87.8% <0.0%> (ø)
..._director_v2/modules/dynamic_sidecar/_constants.py 100.0% <0.0%> (ø)
...e_service_director_v2/api/dependencies/__init__.py 100.0% <0.0%> (ø)
...rector_v2/modules/dynamic_sidecar/docker_states.py 100.0% <0.0%> (ø)
...ervice_director_v2/api/dependencies/director_v0.py 100.0% <0.0%> (ø)
...mcore_service_director_v2/api/dependencies/dask.py 100.0% <0.0%> (ø)
... and 77 more

@dependabot dependabot bot force-pushed the dependabot/pip/minio-7.1.2 branch 2 times, most recently from 53ff1e4 to 3dfb00c Compare December 13, 2021 09:49
@dependabot dependabot bot force-pushed the dependabot/pip/minio-7.1.2 branch from 3dfb00c to 07b0640 Compare January 7, 2022 06:05
@dependabot dependabot bot force-pushed the dependabot/pip/minio-7.1.2 branch 3 times, most recently from d0728cc to 75ad13c Compare January 20, 2022 13:34
Bumps [minio](https://github.com/minio/minio-py) from 7.0.4 to 7.1.2.
- [Release notes](https://github.com/minio/minio-py/releases)
- [Commits](minio/minio-py@7.0.4...7.1.2)

---
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.2 branch from 75ad13c to b277b3d Compare January 26, 2022 13:51
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 4, 2022

Superseded by #100.

@dependabot dependabot bot closed this Feb 4, 2022
@dependabot dependabot bot deleted the dependabot/pip/minio-7.1.2 branch February 4, 2022 09:43
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