Update dependency community.docker to v3.4.8 #9
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:
3.4.0
->3.4.8
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ansible-collections/community.docker (community.docker)
v3.4.8
Compare Source
======
Release Summary
Maintenance release with updated documentation.
From this version on, community.docker is using the new
Ansible semantic markup <https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_documenting.html#semantic-markup-within-module-documentation>
__in its documentation. If you look at documentation with the ansible-doc CLI tool
from ansible-core before 2.15, please note that it does not render the markup
correctly. You should be still able to read it in most cases, but you need
ansible-core 2.15 or later to see it as it is intended. Alternatively you can
look at
the devel docsite <https://docs.ansible.com/ansible/devel/collections/community/docker/>
__for the rendered HTML version of the documentation of the latest release.
Known Issues
v3.4.7
Compare Source
======
Release Summary
Bugfix release.
Bugfixes
service=true
is used, do not crash when a service without an endpoint spec is encountered (https://github.com/ansible-collections/community.docker/issues/636, https://github.com/ansible-collections/community.docker/pull/637).v3.4.6
Compare Source
======
Release Summary
Bugfix release with documentation warnings about using certain functionality when connecting to the Docker daemon with TCP TLS.
Bugfixes
poll()
instead ofselect()
except on Windows (https://github.com/ansible-collections/community.docker/pull/619).Known Issues
close_notify
TLS alert without closing the connection with Python'sSSLSocket
(https://github.com/ansible-collections/community.docker/issues/605, https://github.com/ansible-collections/community.docker/pull/621).stdin
option is used! This is caused by the inability to send anclose_notify
TLS alert without closing the connection with Python'sSSLSocket
(https://github.com/ansible-collections/community.docker/issues/605, https://github.com/ansible-collections/community.docker/pull/621).v3.4.5
Compare Source
======
Release Summary
Maintenance release which adds compatibility with requests 2.29.0 and 2.30.0 and urllib3 2.0.
Bugfixes
v3.4.4
Compare Source
======
Release Summary
Maintenance release with updated EE requirements and updated documentation.
Minor Changes
Known Issues
v3.4.3
Compare Source
======
Release Summary
Maintenance release with improved documentation.
v3.4.2
Compare Source
======
Release Summary
Bugfix release.
Bugfixes
changed
. So far the module always claimed that nothing changed (https://github.com/ansible-collections/community.docker/pull/593).v3.4.1
Compare Source
======
Release Summary
Regular bugfix release.
Bugfixes
tmfs_size
andtmpfs_mode
not being set (https://github.com/ansible-collections/community.docker/pull/580).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.