Release 1.10.11.

This commit is contained in:
Felix Fontein 2022-08-12 22:02:21 +02:00
parent ee48f36269
commit e817e33cad
5 changed files with 29 additions and 5 deletions

View File

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

View File

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

View File

@ -1 +0,0 @@
release_summary: Maintenance release.

View File

@ -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)."

View File

@ -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)."