chore(deps): update dependency community.docker to v1.9.0 #1846
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.8.0
->1.9.0
Release Notes
ansible-collections/community.docker
v1.9.0
Compare Source
======
Release Summary
New bugfixes and features release.
Minor Changes
ImportError
traceback when reporting that Docker SDK for Python could not be found (Improve error message on import errors ansible-collections/community.docker#188).env_file
option for specifying custom environment files (docker_compose - add env_file option ansible-collections/community.docker#174).publish_all_ports
option to publish all exposed ports to random ports except those explicitly bound withpublished_ports
(this was already added in community.docker 1.8.0) (docker_container - adding publish_all_ports option ansible-collections/community.docker#162).command_handling
option with current deprecated default valuecompatibility
which allows to control how the module handles shell quoting when interpreting lists, and how the module handles empty lists/strings. The default will switch tocorrect
in community.docker 3.0.0 (docker_container: fix handling of command and entrypoint in a backwards-compatible way ansible-collections/community.docker#186).mounts
option (Allowing anonymous volumes via mounts option ansible-collections/community.docker#181).Deprecated Features
command_handling
's default value,compatibility
, is deprecated and will change tocorrect
in community.docker 3.0.0. A deprecation warning is emitted by the module in cases where the behavior will change. Please note that ansible-core will output a deprecation warning only once, so if it is shown for an earlier task, there could be more tasks with this warning where it is not shown (docker_container: fix handling of command and entrypoint in a backwards-compatible way ansible-collections/community.docker#186).Bugfixes
docker-compose <1.17.0
(docker_compose: Error starting project up() got an unexpected keyword argument 'start' ansible-collections/community.docker#180).container
ondetached=false
when status code is non-zero (Make sure that 'container' is returned in more circumstances, and improve documentation when it is actually returned ansible-collections/community.docker#178).New Plugins
Connection
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.