mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
Release 1.9.1.
This commit is contained in:
parent
50b3e8a2d4
commit
a56cad3a09
@ -5,6 +5,19 @@ Docker Community Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.9.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Regular bugfix release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- docker_compose - fixed incorrect ``changed`` status for services with ``profiles`` defined, but none enabled (https://github.com/ansible-collections/community.docker/pull/192).
|
||||||
|
|
||||||
v1.9.0
|
v1.9.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -407,3 +407,13 @@ releases:
|
|||||||
name: nsenter
|
name: nsenter
|
||||||
namespace: null
|
namespace: null
|
||||||
release_date: '2021-08-03'
|
release_date: '2021-08-03'
|
||||||
|
1.9.1:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- docker_compose - fixed incorrect ``changed`` status for services with ``profiles``
|
||||||
|
defined, but none enabled (https://github.com/ansible-collections/community.docker/pull/192).
|
||||||
|
release_summary: Regular bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 1.9.1.yml
|
||||||
|
- 192-docker_compose-profiles-idempotency-fix.yml
|
||||||
|
release_date: '2021-08-29'
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Regular bugfix release.
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
bugfixes:
|
|
||||||
- docker_compose - fixed incorrect ``changed`` status for services with ``profiles`` defined, but none enabled
|
|
||||||
(https://github.com/ansible-collections/community.docker/pull/192).
|
|
||||||
Loading…
Reference in New Issue
Block a user