chore(deps): update community.docker to 2.6.0 - autoclosed #30
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.9.1
->2.6.0
Release Notes
ansible-collections/community.docker
v2.6.0
Compare Source
======
Release Summary
Bugfix and feature release.
Minor Changes
image_label_mismatch
parameter (docker_container with strict labels comparison ignores base image labels ansible-collections/community.docker#314, Addimage_label_mismatch
parameter todocker_container
ansible-collections/community.docker#370).Deprecated Features
Python docker-compose library <https://pypi.org/project/docker-compose/>
__ is unmaintained and can cause dependency issues. You can manually still install it in an Execution Environment when needed (Deprecate docker-compose EE dependency ansible-collections/community.docker#373).tls_hostname
that was supposed to be removed in community.docker 2.0.0 will now be removed in version 3.0.0 (Bump deprecations we forgot to remove in 2.0.0 ansible-collections/community.docker#362).out
anderr
that were supposed to be removed in community.docker 2.0.0 will now be removed in version 3.0.0 (Bump deprecations we forgot to remove in 2.0.0 ansible-collections/community.docker#362).Bugfixes
v2.5.1
Compare Source
======
Release Summary
Maintenance release.
Bugfixes
PSF-license.txt
file forplugins/module_utils/_version.py
.v2.5.0
Compare Source
======
Release Summary
Regular feature release.
Minor Changes
template_driver
with one optiongolang
(Support --template-driver for docker_config ansible-collections/community.docker#332, Support --template-driver for docker_config (#332) ansible-collections/community.docker#345).data_path_addr
parameter during swarm initialization or when joining (Add support fordocker init --data-path-addr
ansible-collections/community.docker#339).v2.4.0
Compare Source
======
Release Summary
Regular feature and bugfix release.
Minor Changes
docker_stack*
modules are not supported (Add EE support, support GHA in current_container_facts ansible-collections/community.docker#336).local
logging driver, an optimized local logging driver introduced in Docker 18.09 (Support getting container output from local logging driver ansible-collections/community.docker#337).Bugfixes
docker_extra_args
is used for querying the Docker version. Also ensures that the Docker version is only queried when needed. This is currently the case if a remote user is specified (ansible_docker_extra_args is ignored by "Docker version check" ansible-collections/community.docker#325, docker connection: handle version and docker_args ansible-collections/community.docker#327).v2.3.0
Compare Source
======
Release Summary
Regular feature and bugfix release.
Minor Changes
actual_user
handling code (docker connection plugin: simplify actual_user handling code ansible-collections/community.docker#311).ANSIBLE_DOCKER_TIMEOUT
environment variable, thetimeout
setting in thedocker_connection
section ofansible.cfg
, and theansible_docker_timeout
variable (docker connection plugin: fix config docs and update to use config system ansible-collections/community.docker#297).ANSIBLE_DOCKER_TIMEOUT
environment variable, thetimeout
setting in thedocker_connection
section ofansible.cfg
, and theansible_docker_timeout
variable (docker_api connection plugin: adjust to ansible-core 2.13 ansible-collections/community.docker#308).Bugfixes
v2.2.1
Compare Source
======
Release Summary
Regular bugfix release.
Bugfixes
v2.2.0
Compare Source
======
Release Summary
Regular feature and bugfix release.
Minor Changes
rolling_versions
totrue
to enable (Add support for rotating docker configs ansible-collections/community.docker#295, Support config rotate for docker_config ansible-collections/community.docker#109).rolling_versions
totrue
to enable (Add support for rotating docker secrets ansible-collections/community.docker#293, docker_secret.py: use secret versioning to avoid secret deletion on update ansible-collections/community.docker#21).cap_add
andcap_drop
parameters. Usage is the same as with thecapabilities
andcap_drop
parameters fordocker_container
(Implementcap_add
andcap_drop
handling fordocker_swarm_service
ansible-collections/community.docker#294).Bugfixes
podman-docker
's API emulation when Docker short names likeredis
are used (Make more compatible with podman-docker ansible-collections/community.docker#292).v2.1.1
Compare Source
======
Release Summary
Emergency release to amend breaking change in previous release.
Bugfixes
an earlier fix <https://github.com/ansible-collections/community.docker/pull/258>
_ by vendoring the deprecated Python standard librarydistutils.version
until this collection stops supporting Ansible 2.9 and ansible-base 2.10 (Cannot use docker_compose in 2.1.0 ansible-collections/community.docker#267, Fix unintended breaking change by vendoring distutils.version ansible-collections/community.docker#269).v2.1.0
Compare Source
======
Release Summary
Feature and bugfix release.
Minor Changes
detach
parameter (Support -d in docker_container_exec ansible-collections/community.docker#250, docker_container_exec: add detach parameter ansible-collections/community.docker#255).env
option (Support --env in docker_container_exec ansible-collections/community.docker#248, docker_container_exec: allow to specify environment ansible-collections/community.docker#254).Bugfixes
distutils.version
included in ansible-core 2.12 if available. This avoids breakage whendistutils
is removed from the standard library of Python 3.12. Note that ansible-core 2.11, ansible-base 2.10 and Ansible 2.9 are right now not compatible with Python 3.12, hence this fix does not target these ansible-core/-base/2.9 versions (Prepare for distutils.version being removed in Python 3.12 ansible-collections/community.docker#258).distutils.spawn.find_executable
with Ansible'sget_bin_path
to find thedocker
executable (Get rid of distutils.spawn ansible-collections/community.docker#257).chdir
option for Docker API before 1.35 (Set minimal Docker API version for chdir to 1.35 ansible-collections/community.docker#253).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.