mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
Release 3.10.0.
This commit is contained in:
parent
97ea49cc17
commit
b6e698c1de
406
CHANGELOG.md
406
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,32 @@ Docker Community Collection Release Notes
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
v3.10.0
|
||||
=======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Feature release.
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- docker_container - adds ``healthcheck.start_interval`` to support healthcheck start interval setting on containers (https://github.com/ansible-collections/community.docker/pull/848).
|
||||
- docker_container - adds ``healthcheck.test_cli_compatible`` to allow omit test option on containers without remove existing image test (https://github.com/ansible-collections/community.docker/pull/847).
|
||||
- docker_image_build - add ``outputs`` option to allow configuring outputs for the build (https://github.com/ansible-collections/community.docker/pull/852).
|
||||
- docker_image_build - add ``secrets`` option to allow passing secrets to the build (https://github.com/ansible-collections/community.docker/pull/852).
|
||||
- docker_image_build - allow ``platform`` to be a list of platforms instead of only a single platform for multi-platform builds (https://github.com/ansible-collections/community.docker/pull/852).
|
||||
- docker_network - adds ``config_only`` and ``config_from`` to support creating and using config only networks (https://github.com/ansible-collections/community.docker/issues/395).
|
||||
- docker_prune - add new options ``builder_cache_all``, ``builder_cache_filters``, and ``builder_cache_keep_storage``, and a new return value ``builder_cache_caches_deleted`` for pruning build caches (https://github.com/ansible-collections/community.docker/issues/844, https://github.com/ansible-collections/community.docker/issues/845).
|
||||
- docker_swarm_service - adds ``sysctls`` to support sysctl settings on swarm services (https://github.com/ansible-collections/community.docker/issues/190).
|
||||
|
||||
Deprecated Features
|
||||
-------------------
|
||||
|
||||
- docker_compose - the Docker Compose v1 module is deprecated and will be removed from community.docker 4.0.0. Please migrate to the ``community.docker.docker_compose_v2`` module, which works with Docker Compose v2 (https://github.com/ansible-collections/community.docker/issues/823, https://github.com/ansible-collections/community.docker/pull/833).
|
||||
- various modules and plugins - the ``ssl_version`` option has been deprecated and will be removed from community.docker 4.0.0. It has already been removed from Docker SDK for Python 7.0.0, and was only necessary in the past to work around SSL/TLS issues (https://github.com/ansible-collections/community.docker/pull/853).
|
||||
|
||||
v3.9.0
|
||||
======
|
||||
|
||||
|
||||
@ -1002,6 +1002,48 @@ releases:
|
||||
- 466-add-data-path-port.yml
|
||||
- licenses.yml
|
||||
release_date: '2022-09-08'
|
||||
3.10.0:
|
||||
changes:
|
||||
deprecated_features:
|
||||
- docker_compose - the Docker Compose v1 module is deprecated and will be removed
|
||||
from community.docker 4.0.0. Please migrate to the ``community.docker.docker_compose_v2``
|
||||
module, which works with Docker Compose v2 (https://github.com/ansible-collections/community.docker/issues/823,
|
||||
https://github.com/ansible-collections/community.docker/pull/833).
|
||||
- various modules and plugins - the ``ssl_version`` option has been deprecated
|
||||
and will be removed from community.docker 4.0.0. It has already been removed
|
||||
from Docker SDK for Python 7.0.0, and was only necessary in the past to work
|
||||
around SSL/TLS issues (https://github.com/ansible-collections/community.docker/pull/853).
|
||||
minor_changes:
|
||||
- docker_container - adds ``healthcheck.start_interval`` to support healthcheck
|
||||
start interval setting on containers (https://github.com/ansible-collections/community.docker/pull/848).
|
||||
- docker_container - adds ``healthcheck.test_cli_compatible`` to allow omit
|
||||
test option on containers without remove existing image test (https://github.com/ansible-collections/community.docker/pull/847).
|
||||
- docker_image_build - add ``outputs`` option to allow configuring outputs for
|
||||
the build (https://github.com/ansible-collections/community.docker/pull/852).
|
||||
- docker_image_build - add ``secrets`` option to allow passing secrets to the
|
||||
build (https://github.com/ansible-collections/community.docker/pull/852).
|
||||
- docker_image_build - allow ``platform`` to be a list of platforms instead
|
||||
of only a single platform for multi-platform builds (https://github.com/ansible-collections/community.docker/pull/852).
|
||||
- docker_network - adds ``config_only`` and ``config_from`` to support creating
|
||||
and using config only networks (https://github.com/ansible-collections/community.docker/issues/395).
|
||||
- docker_prune - add new options ``builder_cache_all``, ``builder_cache_filters``,
|
||||
and ``builder_cache_keep_storage``, and a new return value ``builder_cache_caches_deleted``
|
||||
for pruning build caches (https://github.com/ansible-collections/community.docker/issues/844,
|
||||
https://github.com/ansible-collections/community.docker/issues/845).
|
||||
- docker_swarm_service - adds ``sysctls`` to support sysctl settings on swarm
|
||||
services (https://github.com/ansible-collections/community.docker/issues/190).
|
||||
release_summary: Feature release.
|
||||
fragments:
|
||||
- 3.10.0.yml
|
||||
- 836-docker_swarm_service-sysctls.yml
|
||||
- 843-docker_network-config-from-config-only.yml
|
||||
- 845-docker_prune.yml
|
||||
- 847-docker_container-heackcheck-test_cli_compatible.yml
|
||||
- 848-docker_api-healthcheck-start-interval.yml
|
||||
- 852-docker_image_build.yml
|
||||
- 853-ssl_version.yml
|
||||
- deprecate-compose-v1.yml
|
||||
release_date: '2024-05-19'
|
||||
3.2.0:
|
||||
changes:
|
||||
deprecated_features:
|
||||
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Feature release.
|
||||
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- docker_swarm_service - adds ``sysctls`` to support sysctl settings on swarm services (https://github.com/ansible-collections/community.docker/issues/190).
|
||||
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- docker_network - adds ``config_only`` and ``config_from`` to support creating and using config only networks (https://github.com/ansible-collections/community.docker/issues/395).
|
||||
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- "docker_prune - add new options ``builder_cache_all``, ``builder_cache_filters``, and ``builder_cache_keep_storage``, and a new return value ``builder_cache_caches_deleted`` for pruning build caches (https://github.com/ansible-collections/community.docker/issues/844, https://github.com/ansible-collections/community.docker/issues/845)."
|
||||
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- docker_container - adds ``healthcheck.test_cli_compatible`` to allow omit test option on containers without remove existing image test (https://github.com/ansible-collections/community.docker/pull/847).
|
||||
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- docker_container - adds ``healthcheck.start_interval`` to support healthcheck start interval setting on containers (https://github.com/ansible-collections/community.docker/pull/848).
|
||||
@ -1,4 +0,0 @@
|
||||
minor_changes:
|
||||
- "docker_image_build - allow ``platform`` to be a list of platforms instead of only a single platform for multi-platform builds (https://github.com/ansible-collections/community.docker/pull/852)."
|
||||
- "docker_image_build - add ``secrets`` option to allow passing secrets to the build (https://github.com/ansible-collections/community.docker/pull/852)."
|
||||
- "docker_image_build - add ``outputs`` option to allow configuring outputs for the build (https://github.com/ansible-collections/community.docker/pull/852)."
|
||||
@ -1,4 +0,0 @@
|
||||
deprecated_features:
|
||||
- "various modules and plugins - the ``ssl_version`` option has been deprecated and will be removed from community.docker 4.0.0.
|
||||
It has already been removed from Docker SDK for Python 7.0.0, and was only necessary in the past to work around SSL/TLS issues
|
||||
(https://github.com/ansible-collections/community.docker/pull/853)."
|
||||
@ -1,4 +0,0 @@
|
||||
deprecated_features:
|
||||
- "docker_compose - the Docker Compose v1 module is deprecated and will be removed from community.docker 4.0.0.
|
||||
Please migrate to the ``community.docker.docker_compose_v2`` module, which works with Docker Compose v2
|
||||
(https://github.com/ansible-collections/community.docker/issues/823, https://github.com/ansible-collections/community.docker/pull/833)."
|
||||
Loading…
Reference in New Issue
Block a user