mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 12:28:55 +00:00
Release 1.5.0.
This commit is contained in:
parent
5d7f970bc5
commit
dd03fdbc6a
@ -5,6 +5,29 @@ Docker Community Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.5.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Regular feature release.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- Add the ``use_ssh_client`` option to most docker modules and plugins (https://github.com/ansible-collections/community.docker/issues/108, https://github.com/ansible-collections/community.docker/pull/114).
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- all modules - use ``to_native`` to convert exceptions to strings (https://github.com/ansible-collections/community.docker/pull/121).
|
||||||
|
|
||||||
|
New Modules
|
||||||
|
-----------
|
||||||
|
|
||||||
|
- docker_container_exec - Execute command in a docker container
|
||||||
|
|
||||||
v1.4.0
|
v1.4.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -262,3 +262,20 @@ releases:
|
|||||||
- 102-no_log-false.yml
|
- 102-no_log-false.yml
|
||||||
- 103-docker_swarm-join_token.yml
|
- 103-docker_swarm-join_token.yml
|
||||||
release_date: '2021-03-14'
|
release_date: '2021-03-14'
|
||||||
|
1.5.0:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- all modules - use ``to_native`` to convert exceptions to strings (https://github.com/ansible-collections/community.docker/pull/121).
|
||||||
|
minor_changes:
|
||||||
|
- Add the ``use_ssh_client`` option to most docker modules and plugins (https://github.com/ansible-collections/community.docker/issues/108,
|
||||||
|
https://github.com/ansible-collections/community.docker/pull/114).
|
||||||
|
release_summary: Regular feature release.
|
||||||
|
fragments:
|
||||||
|
- 1.5.0.yml
|
||||||
|
- 114-use_ssh_client.yml
|
||||||
|
- 121-exception-handling.yml
|
||||||
|
modules:
|
||||||
|
- description: Execute command in a docker container
|
||||||
|
name: docker_container_exec
|
||||||
|
namespace: ''
|
||||||
|
release_date: '2021-04-11'
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Regular feature release.
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
minor_changes:
|
|
||||||
- "Add the ``use_ssh_client`` option to most docker modules and plugins (https://github.com/ansible-collections/community.docker/issues/108, https://github.com/ansible-collections/community.docker/pull/114)."
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
bugfixes:
|
|
||||||
- "all modules - use ``to_native`` to convert exceptions to strings (https://github.com/ansible-collections/community.docker/pull/121)."
|
|
||||||
Loading…
Reference in New Issue
Block a user