Release 1.5.0.

This commit is contained in:
Felix Fontein
2021-04-11 16:06:02 +02:00
parent 5d7f970bc5
commit dd03fdbc6a
5 changed files with 40 additions and 5 deletions
+23
View File
@@ -5,6 +5,29 @@ Docker Community Collection Release Notes
.. 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
======