Skip to content
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

feat(ansible): update community.docker to 2.7.0 #969

Merged
merged 1 commit into from
Jul 3, 2022

Conversation

negative-7-bot[bot]
Copy link
Contributor

@negative-7-bot negative-7-bot bot commented Jul 2, 2022

This PR contains the following updates:

Package Type Update Change
community.docker galaxy-collection minor 2.6.0 -> 2.7.0

Release Notes

ansible-collections/community.docker

v2.7.0

Compare Source

======

Release Summary

Bugfix and deprecation release. The next 2.x.y releases will only be bugfix releases, the next expect minor/major release will be 3.0.0 with some major changes.

Minor Changes

Deprecated Features

  • Support for Docker API version 1.20 to 1.24 has been deprecated and will be removed in community.docker 3.0.0. The first Docker version supporting API version 1.25 was Docker 1.13, released in January 2017. This affects the modules docker_container, docker_container_exec, docker_container_info, docker_compose, docker_login, docker_image, docker_image_info, docker_image_load, docker_host_info, docker_network, docker_network_info, docker_node_info, docker_swarm_info, docker_swarm_service, docker_swarm_service_info, docker_volume_info, and docker_volume, whose minimally supported API version is between 1.20 and 1.24 (Deprecate API version 1.20 ansible-collections/community.docker#396).
  • Support for Python 2.6 is deprecated and will be removed in the next major release (community.docker 3.0.0). Some modules might still work with Python 2.6, but we will no longer try to ensure compatibility (Deprecate Python 2.6 ansible-collections/community.docker#388).

Bugfixes

  • Docker SDK for Python based modules and plugins - if the API version is specified as an option, use that one to validate API version requirements of module/plugin options instead of the latest API version supported by the Docker daemon. This also avoids one unnecessary API call per module/plugin (Improve/fix API version handling ansible-collections/community.docker#389).

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 becomes conflicted, 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, click this checkbox.

This PR has been generated by Renovate Bot.

| datasource        | package          | from  | to    |
| ----------------- | ---------------- | ----- | ----- |
| galaxy-collection | community.docker | 2.6.0 | 2.7.0 |
@negative-7-bot negative-7-bot bot requested a review from negative7 as a code owner July 2, 2022 18:16
@negative-7-bot negative-7-bot bot added renovate/ansible type/minor size/XS area/ansible Changes made in the ansible directory labels Jul 2, 2022
@negative-7-bot
Copy link
Contributor Author

negative-7-bot bot commented Jul 2, 2022

MegaLinter status: ✅ SUCCESS

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

@negative7 negative7 merged commit 6c1cf1b into main Jul 3, 2022
@negative-7-bot negative-7-bot bot deleted the renovate/community.docker-2.x branch July 3, 2022 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ansible Changes made in the ansible directory renovate/ansible type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant