Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vendored Docker SDK for Python code: update to latest version #619

Merged
merged 5 commits into from
May 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add URL to changelog.
  • Loading branch information
felixfontein committed May 10, 2023
commit f04af24a89304af52b029a588bdfef68c70a63fb
6 changes: 3 additions & 3 deletions changelogs/fragments/docker-py.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bugfixes:
- "vendored Docker SDK for Python code - fix for errors on pipe close in Windows."
- "vendored Docker SDK for Python code - use ``poll()`` instead of ``select()`` except on Windows."
- "vendored Docker SDK for Python code - respect timeouts on Windows named pipes."
- "vendored Docker SDK for Python code - fix for errors on pipe close in Windows (https://github.com/ansible-collections/community.docker/pull/619)."
- "vendored Docker SDK for Python code - use ``poll()`` instead of ``select()`` except on Windows (https://github.com/ansible-collections/community.docker/pull/619)."
- "vendored Docker SDK for Python code - respect timeouts on Windows named pipes (https://github.com/ansible-collections/community.docker/pull/619)."