Skip to content

Conversation

@nicks
Copy link
Contributor

@nicks nicks commented Oct 21, 2022

Fixes #3045

I tried to do something minimally invasive (e.g., not importing pywintypes)

Signed-off-by: Nick Santos nick.santos@docker.com

@nicks nicks force-pushed the nicks/npipe branch 3 times, most recently from 8cd2eaa to 4c55e07 Compare October 21, 2022 19:22
@nicks
Copy link
Contributor Author

nicks commented Oct 21, 2022

cc @milas

Signed-off-by: Nick Santos <nick.santos@docker.com>
@milas milas added this to the 6.x-next milestone Nov 2, 2022
@milas milas self-assigned this Nov 2, 2022
@milas milas merged commit 3002298 into docker:main Nov 2, 2022
coolguy1771 referenced this pull request in coolguy1771/home-ops Nov 3, 2022
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker](https://togithub.com/docker/docker-py) ([changelog](https://docker-py.readthedocs.io/en/stable/change-log.html)) | patch | `6.0.0` -> `6.0.1` | --- ### Release Notes <details> <summary>docker/docker-py</summary> ### [`v6.0.1`](https://togithub.com/docker/docker-py/releases/tag/6.0.1) [Compare Source](https://togithub.com/docker/docker-py/compare/6.0.0...6.0.1) ##### 🐛 Bugfixes - Fix for `The pipe has been ended` errors on Windows ([#&#8203;3056](https://togithub.com/docker/docker-py/issues/3056)) - Support floats for timestamps in Docker logs (`since` / `until`) ([#&#8203;3031](https://togithub.com/docker/docker-py/issues/3031)) ##### What's Changed - docs: install package in ReadTheDocs build by [@&#8203;milas](https://togithub.com/milas) in [https://github.com/docker/docker-py/pull/3032](https://togithub.com/docker/docker-py/pull/3032) - Use latest stable syntax for Dockerfiles by [@&#8203;thaJeztah](https://togithub.com/thaJeztah) in [https://github.com/docker/docker-py/pull/3035](https://togithub.com/docker/docker-py/pull/3035) - feat: add support for floats to docker logs params since / until sinc… by [@&#8203;ArchiMoebius](https://togithub.com/ArchiMoebius) in [https://github.com/docker/docker-py/pull/3031](https://togithub.com/docker/docker-py/pull/3031) - Change prune test to use anonymous volumes by [@&#8203;cpuguy83](https://togithub.com/cpuguy83) in [https://github.com/docker/docker-py/pull/3051](https://togithub.com/docker/docker-py/pull/3051) - socket: handle npipe close by [@&#8203;nicks](https://togithub.com/nicks) in [https://github.com/docker/docker-py/pull/3056](https://togithub.com/docker/docker-py/pull/3056) ##### New Contributors - [@&#8203;ArchiMoebius](https://togithub.com/ArchiMoebius) made their first contribution in [https://github.com/docker/docker-py/pull/3031](https://togithub.com/docker/docker-py/pull/3031) - [@&#8203;nicks](https://togithub.com/nicks) made their first contribution in [https://github.com/docker/docker-py/pull/3056](https://togithub.com/docker/docker-py/pull/3056) **Full Changelog**: docker/docker-py@6.0.0...6.0.1 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMi4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTIuMSJ9--> Co-authored-by: lumiere-bot <98047013+lumiere-bot[bot]@users.noreply.github.com>
felixfontein added a commit to felixfontein/community.docker that referenced this pull request Nov 30, 2022
Fixes docker/docker-py#3045 Cherry-picked from docker/docker-py@3002298 Co-authored-by: Nick Santos <nick.santos@docker.com>
felixfontein added a commit to ansible-collections/community.docker that referenced this pull request Dec 1, 2022
* socket: handle npipe close on Windows (docker/docker-py#3056) Fixes docker/docker-py#3045 Cherry-picked from docker/docker-py@3002298 Co-authored-by: Nick Santos <nick.santos@docker.com> * Add changelog fragment. Co-authored-by: Nick Santos <nick.santos@docker.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants