docker Docker Engine Releases · · 1.56.0

Docker API v1.56.0 Adds Annotation Filter, Umask Support, and Deprecations

deprecationengineer
deprecation patch

Docker API v1.56.0 introduces new capabilities for container management and configuration. Developers can now filter containers by annotations using the `GET /containers/json` endpoint and set an initial umask for Unix containers via `HostConfig.Umask` during creation. This update also deprecates specific sorting methods within `plugin.Privileges` in favor of `slices.SortFunc` and includes various API documentation and internal fixes. These changes primarily affect engineers building tools or integrations with the Docker daemon API.

Fixes (1)
  • Fix API reference documenting an unsupported names filter for GET /configs. moby/moby#53447
Read the original announcement →

https://github.com/moby/moby/releases/tag/api/v1.56.0

Related releases