Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: dmcgowan/docker

Moby API 0.1.52-alpha.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 21:11
api/v0.1.52-alpha.0
fb0b195

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 Containers count (#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)
    • d00ecdc479 Move pkg/streamformatter to api/pkg/streamformatter
    • 66862e14d1 Move pkg/progress to api/pkg/progress
    • 1da417980c Move api/stdcopy to api/pkg/stdcopy
    • f4127d76c5 pkg/jsonmessage: move JSONProgress to api/types/jsonstream
    • 0515e1c991 pkg/jsonmessage: move JSONError to api/types/jsonstream
  • api: remove deprecated NoBaseImageSpecifier (#50574)
    • 94ac102e4b api: remove deprecated NoBaseImageSpecifier
  • api/types/filters: remove deprecated ToParamWithVersion (#50561)
    • 6c7e2909c2 api/types/filters: remove deprecated ToParamWithVersion
  • Move logdriver interface (#50554)
  • api/types/container: move StateStatus, NewStateStatus internal again (#50495)
    • ec3e83a7b5 api/types/container: move StateStatus, NewStateStatus internal again
  • api/types/container.StatsResponseReader: move to client (#50521)
    • f67e6555bf api/types/container.StatsResponseReader: move to client
  • cli/ is not in moby repo (anymore) (#50537)
  • api/types: move backend types to daemon/server (#50534)
    • 83510a26b3 api/types: move backend types to daemon/server
  • api: move "DiskUsage" related types to the right location (#50518)
    • 96a6884cb3 api/types: move DiskUsage types to api/types/system
    • 82c069c857 api/types/system: move DiskUsage, DiskUsageOptions to api/types/backend
  • api/types: move client.go contents into moby/moby/client (#50510)
    • 24aa86991c api/types: move PluginCreateOptions to client
    • b93ad81898 api/types: move plugin client options into client
    • 44ae4cd2b7 api/types: move HijackedResponse into client
  • api: move docs to api module (#50491)
  • api/types/container: remove deprecated Stats type (#50492)
    • f1a97bda3d api/types/container: remove deprecated Stats type
  • api/types/container: add missing type for exec-inspect response. (#50482)
    • 2a342079c6 api/types/container: add missing type for exec-inspect response.
  • Add support for multiple platforms in image export and load (#50166)
    • fcc8209e12 Add support for multiple platforms in image export and loading.
  • api: remove references to old module name (#50474)
    • cc9e6a13a2 api/types/swarm/runtime: remove module path for generating proto
    • 76c1afeb97 api/types/plugins/logdriver: remove module path for generating proto
    • 85ecf8c0f4 api: update references to old module name
    • a17a2e8f3d api/stdcopy: touch-up godoc
    • 5b8ef1aff2 api: remove redundant //go:build lines
  • Add HealthStatus attribute on the docker ps command (#50281)
    • 6e7a2c830d Add Health attribute on the docker ps command
  • deprecate pkg/stdcopy, move to api/stdcopy (#50462)
    • 20d594fb79 deprecate pkg/stdcopy, move to api/stdcopy
  • Create github.com/moby/moby/api and github.com/moby/moby/client module (#50280)
    • afd6487b2e Create github.com/moby/moby/api module
  • api/types: remove deprecated aliases (#50452)
    • 18e463a082 api/types: remove deprecated RequestPrivilegeFunc type
    • a3920ae6a0 api/types: remove deprecated IDResponse type
    • 3e5a06179e api/types: remove deprecated container-inspect types
    • 8347b05435 api/types: remove deprecated Container type
    • [`f050...
Read more