Skip to content

v29.2.0

Choose a tag to compare

@vvoland vvoland released this 26 Jan 21:09
· 775 commits to master since this release
docker-v29.2.0
9c62384

29.2.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

New

Bug fixes and enhancements

  • Improve validation of --detach-keys command-line options. docker/cli#6742
  • Prevent a potential panic on daemon shutdown after an incomplete initialization. moby/moby#51797
  • Remove restriction on anonymous read-only volumes. moby/moby#51682
  • The --validate flag on dockerd now also verifies system requirements, allowing for system requirements to be checked before starting the daemon. moby/moby#51868
  • Handle --gpus requests for NVIDIA devices using CDI if possible. moby/moby#50228

Packaging updates

Rootless

API

Go SDK

Deprecations

  • Remove %PROGRAMDATA%\Docker\cli-plugins from the list of paths used for CLI plugins on Windows. This path was present for backward compatibility with old installation, but replaced by %ProgramFiles%\Docker\cli-plugins. docker/cli#6713