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
- Moby Client v0.6.0 Enhances Message Printing and Bumps API Version Docker Engine Releases ·
- Docker Compose v5.5.1 Released with Improvements and Fixes Docker Compose Releases ·
- Docker Compose v5.5.0 Overhauls Image Digest Reconciliation Docker Compose Releases ·
- Docker Engine (moby/moby) v25.0.17 Patch Release Addresses Multiple CVEs Docker Engine Releases ·
- Moby Project v25.0.16 Patches CVEs and Fixes Image Store Bug Docker Engine Releases ·
- Docker Engine 29.7.2 addresses panics, image pull regressions, and networking issues Docker Engine Releases ·