chore(deps): update community.docker to 2.1.0 #522
Merged
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:
2.0.2
->2.1.0
Release Notes
ansible-collections/community.docker
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: 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 WhiteSource Renovate. View repository job log here.