mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Release 3.0.0-a1.
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
minor_changes:
|
||||
- "Remove vendored copy of ``distutils.version`` in favor of vendored copy included with ansible-core 2.12+. For ansible-core 2.11, uses ``distutils.version`` for Python < 3.12. There is no support for ansible-core 2.11 with Python 3.12+ (https://github.com/ansible-collections/community.docker/pull/271)."
|
||||
breaking_changes:
|
||||
- "This collection does not work with ansible-core 2.11 on Python 3.12+. Please either upgrade to ansible-core 2.12+, or use Python 3.11 or earlier (https://github.com/ansible-collections/community.docker/pull/271)."
|
||||
@@ -1 +0,0 @@
|
||||
release_summary: First alpha prerelease of community.docker 3.0.0. This version has several breaking changes and features rewrites of several modules to directly use the API using ``requests``, instead of using the Docker SDK for Python.
|
||||
@@ -1,3 +0,0 @@
|
||||
removed_features:
|
||||
- "docker_stack - the return values ``out`` and ``err`` have been removed. Use ``stdout`` and ``stderr`` instead (https://github.com/ansible-collections/community.docker/pull/363)."
|
||||
- "Various modules - the default of ``tls_hostname`` (``localhost``) has been removed. If you want to continue using ``localhost``, you need to specify it explicitly (https://github.com/ansible-collections/community.docker/pull/363)."
|
||||
@@ -1,5 +0,0 @@
|
||||
major_changes:
|
||||
- "The collection now contains vendored code from the Docker SDK for Python to talk to the Docker daemon.
|
||||
Modules and plugins using this code no longer need the Docker SDK for Python installed on the machine
|
||||
the module or plugin is running on
|
||||
(https://github.com/ansible-collections/community.docker/pull/398)."
|
||||
@@ -1,3 +0,0 @@
|
||||
removed_features:
|
||||
- "docker_container - the default of ``command_handling`` was changed from ``compatibility`` to ``correct``. Older versions were warning for every invocation of the module when this would result in a change of behavior (https://github.com/ansible-collections/community.docker/pull/399)."
|
||||
- "docker_container - the ``all`` value is no longer allowed in ``published_ports``. Use ``publish_all_ports=true`` instead (https://github.com/ansible-collections/community.docker/pull/399)."
|
||||
@@ -1,5 +0,0 @@
|
||||
removed_features:
|
||||
- Support for Ansible 2.9 and ansible-base 2.10 has been removed. If you need support for Ansible 2.9 or ansible-base 2.10, please use community.docker 2.x.y (https://github.com/ansible-collections/community.docker/pull/400).
|
||||
- Execution Environments built with community.docker no longer include docker-compose < 2.0.0. If you need to use it with the ``docker_compose`` module, please install that requirement manually (https://github.com/ansible-collections/community.docker/pull/400).
|
||||
- Support for Python 2.6 has been removed. If you need support for Python 2.6, please use community.docker 2.x.y (https://github.com/ansible-collections/community.docker/pull/400).
|
||||
- Support for Docker API versions 1.20 to 1.24 has been removed. If you need support for these API versions, please use community.docker 2.x.y (https://github.com/ansible-collections/community.docker/pull/400).
|
||||
@@ -1,4 +0,0 @@
|
||||
major_changes:
|
||||
- "docker_container_exec - no longer uses the Docker SDK for Python. It requires ``requests`` to be installed,
|
||||
and depending on the features used has some more requirements. If the Docker SDK for Python is installed,
|
||||
these requirements are likely met (https://github.com/ansible-collections/community.docker/pull/401)."
|
||||
@@ -1,4 +0,0 @@
|
||||
major_changes:
|
||||
- "docker_container_info - no longer uses the Docker SDK for Python. It requires ``requests`` to be installed,
|
||||
and depending on the features used has some more requirements. If the Docker SDK for Python is installed,
|
||||
these requirements are likely met (https://github.com/ansible-collections/community.docker/pull/402)."
|
||||
@@ -1,4 +0,0 @@
|
||||
major_changes:
|
||||
- "docker_host_info - no longer uses the Docker SDK for Python. It requires ``requests`` to be installed,
|
||||
and depending on the features used has some more requirements. If the Docker SDK for Python is installed,
|
||||
these requirements are likely met (https://github.com/ansible-collections/community.docker/pull/403)."
|
||||
@@ -1,4 +0,0 @@
|
||||
major_changes:
|
||||
- "docker_image - no longer uses the Docker SDK for Python. It requires ``requests`` to be installed,
|
||||
and depending on the features used has some more requirements. If the Docker SDK for Python is installed,
|
||||
these requirements are likely met (https://github.com/ansible-collections/community.docker/pull/404)."
|
||||
@@ -1,4 +0,0 @@
|
||||
major_changes:
|
||||
- "docker_image_info - no longer uses the Docker SDK for Python. It requires ``requests`` to be installed,
|
||||
and depending on the features used has some more requirements. If the Docker SDK for Python is installed,
|
||||
these requirements are likely met (https://github.com/ansible-collections/community.docker/pull/405)."
|
||||
@@ -1,4 +0,0 @@
|
||||
major_changes:
|
||||
- "docker_image_load - no longer uses the Docker SDK for Python. It requires ``requests`` to be installed,
|
||||
and depending on the features used has some more requirements. If the Docker SDK for Python is installed,
|
||||
these requirements are likely met (https://github.com/ansible-collections/community.docker/pull/406)."
|
||||
@@ -1,4 +0,0 @@
|
||||
major_changes:
|
||||
- "docker_login - no longer uses the Docker SDK for Python. It requires ``requests`` to be installed,
|
||||
and depending on the features used has some more requirements. If the Docker SDK for Python is installed,
|
||||
these requirements are likely met (https://github.com/ansible-collections/community.docker/pull/407)."
|
||||
@@ -1,4 +0,0 @@
|
||||
major_changes:
|
||||
- "docker_network - no longer uses the Docker SDK for Python. It requires ``requests`` to be installed,
|
||||
and depending on the features used has some more requirements. If the Docker SDK for Python is installed,
|
||||
these requirements are likely met (https://github.com/ansible-collections/community.docker/pull/408)."
|
||||
@@ -1,4 +0,0 @@
|
||||
major_changes:
|
||||
- "docker_network_info - no longer uses the Docker SDK for Python. It requires ``requests`` to be installed,
|
||||
and depending on the features used has some more requirements. If the Docker SDK for Python is installed,
|
||||
these requirements are likely met (https://github.com/ansible-collections/community.docker/pull/409)."
|
||||
@@ -1,4 +0,0 @@
|
||||
major_changes:
|
||||
- "docker_prune - no longer uses the Docker SDK for Python. It requires ``requests`` to be installed,
|
||||
and depending on the features used has some more requirements. If the Docker SDK for Python is installed,
|
||||
these requirements are likely met (https://github.com/ansible-collections/community.docker/pull/410)."
|
||||
@@ -1,4 +0,0 @@
|
||||
major_changes:
|
||||
- "docker_volume - no longer uses the Docker SDK for Python. It requires ``requests`` to be installed,
|
||||
and depending on the features used has some more requirements. If the Docker SDK for Python is installed,
|
||||
these requirements are likely met (https://github.com/ansible-collections/community.docker/pull/411)."
|
||||
@@ -1,4 +0,0 @@
|
||||
major_changes:
|
||||
- "docker_volume_info - no longer uses the Docker SDK for Python. It requires ``requests`` to be installed,
|
||||
and depending on the features used has some more requirements. If the Docker SDK for Python is installed,
|
||||
these requirements are likely met (https://github.com/ansible-collections/community.docker/pull/412)."
|
||||
@@ -1,4 +0,0 @@
|
||||
major_changes:
|
||||
- "docker_containers inventory plugin - no longer uses the Docker SDK for Python. It requires ``requests`` to be installed,
|
||||
and depending on the features used has some more requirements. If the Docker SDK for Python is installed,
|
||||
these requirements are likely met (https://github.com/ansible-collections/community.docker/pull/413)."
|
||||
@@ -1,4 +0,0 @@
|
||||
major_changes:
|
||||
- "docker_api connection plugin - no longer uses the Docker SDK for Python. It requires ``requests`` to be installed,
|
||||
and depending on the features used has some more requirements. If the Docker SDK for Python is installed,
|
||||
these requirements are likely met (https://github.com/ansible-collections/community.docker/pull/414)."
|
||||
@@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- "socker_handler and socket_helper module utils - improve Python forward compatibilty, create helper functions for file blocking/unblocking (https://github.com/ansible-collections/community.docker/pull/415)."
|
||||
Reference in New Issue
Block a user