Release 1.7.0.

This commit is contained in:
Felix Fontein 2021-06-08 14:05:55 +02:00
parent eba726b42e
commit 5fa0aa073c
4 changed files with 22 additions and 3 deletions

View File

@ -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
====== ======

View File

@ -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'

View File

@ -1 +0,0 @@
release_summary: Small feature and bugfix release.

View File

@ -1,2 +0,0 @@
minor_changes:
- "docker_image - allow to tag images by ID (https://github.com/ansible-collections/community.docker/pull/149)."