mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
Release 1.7.0.
This commit is contained in:
parent
eba726b42e
commit
5fa0aa073c
@ -5,6 +5,19 @@ Docker Community Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.7.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Small feature and bugfix release.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- docker_image - allow to tag images by ID (https://github.com/ansible-collections/community.docker/pull/149).
|
||||||
|
|
||||||
v1.6.1
|
v1.6.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -322,3 +322,12 @@ releases:
|
|||||||
- 1.6.1.yml
|
- 1.6.1.yml
|
||||||
- 143-tls_hostname-deprecation.yml
|
- 143-tls_hostname-deprecation.yml
|
||||||
release_date: '2021-05-17'
|
release_date: '2021-05-17'
|
||||||
|
1.7.0:
|
||||||
|
changes:
|
||||||
|
minor_changes:
|
||||||
|
- docker_image - allow to tag images by ID (https://github.com/ansible-collections/community.docker/pull/149).
|
||||||
|
release_summary: Small feature and bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 1.7.0.yml
|
||||||
|
- 149-docker_image-tagging.yml
|
||||||
|
release_date: '2021-06-08'
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Small feature and bugfix release.
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
minor_changes:
|
|
||||||
- "docker_image - allow to tag images by ID (https://github.com/ansible-collections/community.docker/pull/149)."
|
|
||||||
Loading…
Reference in New Issue
Block a user