mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-15 19:58:28 +00:00
Release 1.10.11.
This commit is contained in:
parent
ee48f36269
commit
e817e33cad
@ -5,6 +5,20 @@ Docker Community Collection Release Notes
|
||||
.. contents:: Topics
|
||||
|
||||
|
||||
v1.10.11
|
||||
========
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Maintenance release.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- Docker SDK for Python based modules and plugins - if the API version is specified as an option, use that one to validate API version requirements of module/plugin options instead of the latest API version supported by the Docker daemon. This also avoids one unnecessary API call per module/plugin (https://github.com/ansible-collections/community.docker/pull/389).
|
||||
- docker_stack - fix broken string formatting when reporting error in case ``compose`` was containing invalid values (https://github.com/ansible-collections/community.docker/pull/448).
|
||||
|
||||
v1.10.10
|
||||
========
|
||||
|
||||
|
||||
@ -185,6 +185,21 @@ releases:
|
||||
- 354-remove-dead-code.yml
|
||||
- 367-docker_container-ports-validation.yml
|
||||
release_date: '2022-05-24'
|
||||
1.10.11:
|
||||
changes:
|
||||
bugfixes:
|
||||
- Docker SDK for Python based modules and plugins - if the API version is specified
|
||||
as an option, use that one to validate API version requirements of module/plugin
|
||||
options instead of the latest API version supported by the Docker daemon.
|
||||
This also avoids one unnecessary API call per module/plugin (https://github.com/ansible-collections/community.docker/pull/389).
|
||||
- docker_stack - fix broken string formatting when reporting error in case ``compose``
|
||||
was containing invalid values (https://github.com/ansible-collections/community.docker/pull/448).
|
||||
release_summary: Maintenance release.
|
||||
fragments:
|
||||
- 1.10.11.yml
|
||||
- 389-api-version.yml
|
||||
- 448-docker_stack-error.yml
|
||||
release_date: '2022-08-12'
|
||||
1.10.2:
|
||||
changes:
|
||||
bugfixes:
|
||||
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Maintenance release.
|
||||
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "Docker SDK for Python based modules and plugins - if the API version is specified as an option, use that one to validate API version requirements of module/plugin options instead of the latest API version supported by the Docker daemon. This also avoids one unnecessary API call per module/plugin (https://github.com/ansible-collections/community.docker/pull/389)."
|
||||
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "docker_stack - fix broken string formatting when reporting error in case ``compose`` was containing invalid values (https://github.com/ansible-collections/community.docker/pull/448)."
|
||||
Loading…
Reference in New Issue
Block a user