Releases: dmcgowan/docker
Releases · dmcgowan/docker
Release list
Moby API 0.1.52-alpha.0
Welcome to the api/v0.1.52-alpha.0 release of moby!
This is a pre-release of moby
The first dedicated release for the Moby API. This release continues the 1.x
line of API compatibility with the 52nd minor release of the 1.x API.
Highlights
Changes affecting the Go SDK
- api/types: remove deprecated aliases (#50452)
- api: deprecate NoBaseImageSpecifier (#50437)
- api/types/registry: EncodeAuthConfig: use empty string for zero value (#50426)
- api/types/container: remove deprecated ContainerUpdateOKBody, ContainerTopOKBody (#50400)
- api/types/registry: remove deprecated fields for non-distributable artifacts (#50375)
- api/types/container: deprecate ExecOptions.Detach (#50218)
api
- Add HealthStatus attribute on the docker ps command (#50281)
- api: bump to 1.51 (#50145)
- api: image inspect: add back fields that did not omitempty (#50135)
daemon
- Add support for multiple platforms in image export and load (#50166)
images
- api/image/list: Return
Containerscount (#50146)
Deprecations
- api: remove deprecated NoBaseImageSpecifier (#50574)
- api/types/filters: remove deprecated ToParamWithVersion (#50561)
- Move logdriver interface (#50554)
- api/types/container: remove deprecated Stats type (#50492)
- deprecate pkg/stdcopy, move to api/stdcopy (#50462)
- api/types: remove deprecated aliases (#50452)
- api: deprecate NoBaseImageSpecifier (#50437)
- api/types/container: remove deprecated ContainerUpdateOKBody, ContainerTopOKBody (#50400)
- api/types/registry: remove deprecated fields for non-distributable artifacts (#50375)
- api/types/container: deprecate ExecOptions.Detach (#50218)
Please try out the release binaries and report any issues at
https://github.com/moby/moby/issues.
Contributors
- Sebastiaan van Stijn
- Derek McGowan
- Paweł Gronowski
- Matthieu MOREL
- Akihiro Suda
- Cory Snider
- Rob Murray
- Cesar Talledo
- Muhammad Daffa Dinaya
- Nicolas De Loof
- Niel Drummond
Changes
136 commits
- Move jsonmessage, streamformatter, and progress (#50565)
d00ecdc479Move pkg/streamformatter to api/pkg/streamformatter66862e14d1Move pkg/progress to api/pkg/progress1da417980cMove api/stdcopy to api/pkg/stdcopyf4127d76c5pkg/jsonmessage: move JSONProgress to api/types/jsonstream0515e1c991pkg/jsonmessage: move JSONError to api/types/jsonstream
- api: remove deprecated NoBaseImageSpecifier (#50574)
94ac102e4bapi: remove deprecated NoBaseImageSpecifier
- api/types/filters: remove deprecated ToParamWithVersion (#50561)
6c7e2909c2api/types/filters: remove deprecated ToParamWithVersion
- Move logdriver interface (#50554)
03d7f47f31Update api go.modd7cfe97984Update logdriver to remove proto definitions86190e7366Move swarm runtime plugin spec to swarm types
- api/types/container: move StateStatus, NewStateStatus internal again (#50495)
ec3e83a7b5api/types/container: move StateStatus, NewStateStatus internal again
- api/types/container.StatsResponseReader: move to client (#50521)
f67e6555bfapi/types/container.StatsResponseReader: move to client
- cli/ is not in moby repo (anymore) (#50537)
e6298db297cli/ is not in moby repo (anymore)
- api/types: move backend types to daemon/server (#50534)
83510a26b3api/types: move backend types to daemon/server
- api: move "DiskUsage" related types to the right location (#50518)
96a6884cb3api/types: move DiskUsage types to api/types/system82c069c857api/types/system: move DiskUsage, DiskUsageOptions to api/types/backend
- api/types: move client.go contents into moby/moby/client (#50510)
24aa86991capi/types: move PluginCreateOptions to clientb93ad81898api/types: move plugin client options into client44ae4cd2b7api/types: move HijackedResponse into client
- api: move docs to api module (#50491)
4d5a7289a0api: move docs to api module
- api/types/container: remove deprecated Stats type (#50492)
f1a97bda3dapi/types/container: remove deprecated Stats type
- api/types/container: add missing type for exec-inspect response. (#50482)
2a342079c6api/types/container: add missing type for exec-inspect response.
- Add support for multiple platforms in image export and load (#50166)
fcc8209e12Add support for multiple platforms in image export and loading.
- api: remove references to old module name (#50474)
cc9e6a13a2api/types/swarm/runtime: remove module path for generating proto76c1afeb97api/types/plugins/logdriver: remove module path for generating proto85ecf8c0f4api: update references to old module namea17a2e8f3dapi/stdcopy: touch-up godoc5b8ef1aff2api: remove redundant //go:build lines
- Add HealthStatus attribute on the docker ps command (#50281)
6e7a2c830dAdd Health attribute on the docker ps command
- deprecate pkg/stdcopy, move to api/stdcopy (#50462)
20d594fb79deprecate pkg/stdcopy, move to api/stdcopy
- Create github.com/moby/moby/api and github.com/moby/moby/client module (#50280)
afd6487b2eCreate github.com/moby/moby/api module
- api/types: remove deprecated aliases (#50452)
18e463a082api/types: remove deprecated RequestPrivilegeFunc typea3920ae6a0api/types: remove deprecated IDResponse type3e5a06179eapi/types: remove deprecated container-inspect types8347b05435api/types: remove deprecated Container type- [`f050...