Skip to content

Commit

Permalink
Deprecate all API versions until 1.24 (#397)
Browse files Browse the repository at this point in the history
* Deprecate all API versions until 1.24.

* Fix newlines.
  • Loading branch information
felixfontein authored Jul 2, 2022
1 parent 49ce0a3 commit 7b46e4d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelogs/fragments/397-deprecate-docker-api-1.24.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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 (https://github.com/ansible-collections/community.docker/pull/396)."

0 comments on commit 7b46e4d

Please sign in to comment.