generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate all API versions until 1.24 (#397)
* Deprecate all API versions until 1.24. * Fix newlines.
- Loading branch information
1 parent
49ce0a3
commit 7b46e4d
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)." |