Bump docker from 6.0.0 to 6.0.1
Bumps docker from 6.0.0 to 6.0.1.
Release notes
Sourced from docker's releases.
6.0.1
🐛 Bugfixes
- Fix for
The pipe has been ended
errors on Windows (#3056)- Support floats for timestamps in Docker logs (
since
/until
) (#3031)What's Changed
- docs: install package in ReadTheDocs build by
@milas
in docker/docker-py#3032- Use latest stable syntax for Dockerfiles by
@thaJeztah
in docker/docker-py#3035- feat: add support for floats to docker logs params since / until sinc… by
@ArchiMoebius
in docker/docker-py#3031- Change prune test to use anonymous volumes by
@cpuguy83
in docker/docker-py#3051- socket: handle npipe close by
@nicks
in docker/docker-py#3056New Contributors
@ArchiMoebius
made their first contribution in docker/docker-py#3031@nicks
made their first contribution in docker/docker-py#3056Full Changelog: https://github.com/docker/docker-py/compare/6.0.0...6.0.1
Commits
-
3002298
socket: handle npipe close on Windows (#3056) -
bc0a5fb
test: use anonymous volume for prune (#3051) -
923e067
api: add support for floats to docker logs params since / until (#3031) -
1c27ec1
ci: use latest stable syntax for Dockerfiles (#3035) -
2494d63
docs: install package in ReadTheDocs build (#3032) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts