1
Fork 0

Update dependency docker to v7.1.0 #16

Merged
lucas merged 1 commit from renovate/docker-7.x into master 2024-08-24 17:44:38 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
docker (changelog) minor ==7.0.1 -> ==7.1.0

Release Notes

docker/docker-py (docker)

v7.1.0

Compare Source

Upgrade Notes

  • Bumped minimum engine API version to 1.24
  • Bumped default engine API version to 1.44 (Moby 25.0)

Bugfixes

  • Fixed issue with tag parsing when the registry address includes ports that resulted in invalid tag format errors
  • Fixed issue preventing creating new configs (ConfigCollection), which failed with a KeyError due to the name field
  • Fixed an issue due to an update in the requests package breaking docker-py by applying the suggested fix

Miscellaneous

  • Documentation improvements
  • Updated Ruff (linter) and fixed minor linting issues
  • Packaging/CI updates
  • Updated tests
    • Stopped checking for deprecated container and image related fields (Container and ContainerConfig)
    • Updated tests that check NetworkSettings.Networks.<network>.Aliases due to engine changes

What's Changed

New Contributors

Full Changelog: https://github.com/docker/docker-py/compare/7.0.0...7.1.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker](https://github.com/docker/docker-py) ([changelog](https://docker-py.readthedocs.io/en/stable/change-log.html)) | minor | `==7.0.1` -> `==7.1.0` | --- ### Release Notes <details> <summary>docker/docker-py (docker)</summary> ### [`v7.1.0`](https://github.com/docker/docker-py/releases/tag/7.1.0) [Compare Source](https://github.com/docker/docker-py/compare/7.0.0...7.1.0) #### Upgrade Notes - Bumped minimum engine API version to 1.24 - Bumped default engine API version to 1.44 (Moby 25.0) #### Bugfixes - Fixed issue with tag parsing when the registry address includes ports that resulted in `invalid tag format` errors - Fixed issue preventing creating new configs (`ConfigCollection`), which failed with a `KeyError` due to the `name` field - Fixed an issue due to an update in the [requests](https://github.com/psf/requests) package breaking `docker-py` by applying the [suggested fix](https://github.com/psf/requests/pull/6710) #### Miscellaneous - Documentation improvements - Updated Ruff (linter) and fixed minor linting issues - Packaging/CI updates - Started using hatch for packaging (https://github.com/pypa/hatch) - Updated `setup-python` github action - Updated tests - Stopped checking for deprecated container and image related fields (`Container` and `ContainerConfig`) - Updated tests that check `NetworkSettings.Networks.<network>.Aliases` due to engine changes #### What's Changed - Bump default API version to 1.43 (Moby 24.0) by [@&#8203;vvoland](https://github.com/vvoland) in https://github.com/docker/docker-py/pull/3199 - integration/commit: Don't check for deprecated fields by [@&#8203;vvoland](https://github.com/vvoland) in https://github.com/docker/docker-py/pull/3203 - fix: tag regex should allow ports by [@&#8203;artificial-intelligence](https://github.com/artificial-intelligence) in https://github.com/docker/docker-py/pull/3196 - utils: Fix datetime_to_timestamp by [@&#8203;vvoland](https://github.com/vvoland) in https://github.com/docker/docker-py/pull/3208 - fix: keyerror when creating new config([#&#8203;3110](https://github.com/docker/docker-py/issues/3110)) by [@&#8203;Khushiyant](https://github.com/Khushiyant) in https://github.com/docker/docker-py/pull/3200 - Update Ruff, fix some minor issues by [@&#8203;akx](https://github.com/akx) in https://github.com/docker/docker-py/pull/3206 - docs: change image.history() return type to list ([#&#8203;3076](https://github.com/docker/docker-py/issues/3076)) by [@&#8203;Khushiyant](https://github.com/Khushiyant) in https://github.com/docker/docker-py/pull/3202 - lint: fix string formatting by [@&#8203;milas](https://github.com/milas) in https://github.com/docker/docker-py/pull/3211 - Drop `packaging` dependency by [@&#8203;akx](https://github.com/akx) in https://github.com/docker/docker-py/pull/3205 - Bump default API version to 1.44 (Moby 25.0) by [@&#8203;vvoland](https://github.com/vvoland) in https://github.com/docker/docker-py/pull/3231 - Modernize build to use `hatchling` and `hatch-vcs` by [@&#8203;akx](https://github.com/akx) in https://github.com/docker/docker-py/pull/3207 - Enable Ruff I (import sort), autofix by [@&#8203;akx](https://github.com/akx) in https://github.com/docker/docker-py/pull/3212 - chore(ci): fix-ups across Make / Docker / GitHub Actions by [@&#8203;milas](https://github.com/milas) in https://github.com/docker/docker-py/pull/3241 - chore: fix return type docs for `container.logs()` by [@&#8203;BobDu](https://github.com/BobDu) in https://github.com/docker/docker-py/pull/2240 - CI fix by [@&#8203;krissetto](https://github.com/krissetto) in https://github.com/docker/docker-py/pull/3260 - Fix for requests 2.32 by [@&#8203;felixfontein](https://github.com/felixfontein) in https://github.com/docker/docker-py/pull/3257 - Added 7.1.0 changelog by [@&#8203;krissetto](https://github.com/krissetto) in https://github.com/docker/docker-py/pull/3262 - Fix env var name in release pipeline by [@&#8203;krissetto](https://github.com/krissetto) in https://github.com/docker/docker-py/pull/3263 - Change env var name in release pipeline to match hatch expectations by [@&#8203;krissetto](https://github.com/krissetto) in https://github.com/docker/docker-py/pull/3264 #### New Contributors - [@&#8203;vvoland](https://github.com/vvoland) made their first contribution in https://github.com/docker/docker-py/pull/3199 - [@&#8203;artificial-intelligence](https://github.com/artificial-intelligence) made their first contribution in https://github.com/docker/docker-py/pull/3196 - [@&#8203;Khushiyant](https://github.com/Khushiyant) made their first contribution in https://github.com/docker/docker-py/pull/3200 - [@&#8203;BobDu](https://github.com/BobDu) made their first contribution in https://github.com/docker/docker-py/pull/2240 - [@&#8203;krissetto](https://github.com/krissetto) made their first contribution in https://github.com/docker/docker-py/pull/3260 **Full Changelog**: https://github.com/docker/docker-py/compare/7.0.0...7.1.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMS4wIiwidXBkYXRlZEluVmVyIjoiMzguMjEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-08-24 17:27:38 +02:00
lucas merged commit 6d210ac00b into master 2024-08-24 17:44:38 +02:00
lucas deleted branch renovate/docker-7.x 2024-08-24 17:44:38 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lucas/ci-images#16
No description provided.