Bump api version in client and main module to v1.52.0-alpha.1 #50641
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Generated notes
moby client/v0.1.0-alpha.0
Welcome to the client/v0.1.0-alpha.0 release of moby!
This is a pre-release of moby
The first dedicated release for the Moby Client. This is a 0.x release
since changes to the Go interface are still being considered.
Highlights
Changes affecting the Go SDK
cli
Deprecations
Please try out the release binaries and report any issues at
https://github.com/moby/moby/issues.
Contributors
Changes
98 commits
c13266d2c0
api/types: move plugin types to api/types/pluginclient/v0.1.0-alpha.0
(#50637)a0a7d9a3d7
Add release notes for client/v0.1.0-alpha.032ec26be6c
Update client and main module api version to latest alpha tagc17d43ae67
api/types: move ErrorResponse to common/ErrorResponsebfce6556c4
client: use stdlib errors3fe93532e4
client: tidy go.mod195a6bbb1e
client: touch-up godocf3ba0b2dc2
client/pkg/jsonmessage: remove Stream interface19edf5c53c
client/pkg/jsonmessage: remove DisplayJSONMessagesToStreamfdaccdb233
pkg/jsonmessage: stop printing deprecated progressDetail, errorDetail0d8ca8eefe
Move pkg/jsonmessage to client/pkg/jsonmessage6c7e2909c2
api/types/filters: remove deprecated ToParamWithVersion1dc53e8ec7
Update client go.modf73aba83dc
client: TestContainerStats: fix minor linting issuesf67e6555bf
api/types/container.StatsResponseReader: move to client4dda328af8
client: rename files for system-commands to their canonical name96a6884cb3
api/types: move DiskUsage types to api/types/system24aa86991c
api/types: move PluginCreateOptions to clientb93ad81898
api/types: move plugin client options into client44ae4cd2b7
api/types: move HijackedResponse into clientca1c5ee08f
pkg/stringid: move to daemon, and provide copy in client8d8bbefb90
client: remove deprecated CommonAPIClient interface728f0769e1
client: remove deprecated ImageInspectWithRaw2f200f9e05
client: remove deprecated IsErrNotFound helper5ed9891eed
client: remove deprecated ErrorConnectionFailed helpera0fa5da2ab
client: remove deprecated NewClient and NewEnvClient functions30322dd649
client: fix example, and update refs to old modules2303e6bff6
client: Client.doRequest: add special handling for DNS resolution errors67596f01e2
client: Client.doRequest: add special handling for "not found" errors462d0ff5aa
client: Client.doRequest: simplify permission check and unwrap error7072acac79
client: Client.doRequest: preserve wrapped error3b4fbaacd7
client: Client.doRequest: use early returna88e13f4f9
client: fix datarace when accessing cli.Version fieldc4f9616c4a
client: cleanup encoding body and add test-coverage20d594fb79
deprecate pkg/stdcopy, move to api/stdcopyc47afd41c8
Create github.com/moby/moby/client moduleafd6487b2e
Create github.com/moby/moby/api module41da5700a4
client: define default (and maximum) API versionb1ce0c89f0
client: always send (empty) body on push14bd3451d8
client: ContainerExecAttach: update GoDoc links16ed75572f
client: TestContainerInspectWithEmptyID test both inspect variantsaae26b80fe
Remove client buildkit depe93e15afb0
Replace use of env test util with standard library callaccbfde61e
client: use go-winio.DialPipe directlyfcf3ff1b2f
client: remove getDockerOS utility in favor of "Ostype" header1c0d381f4e
client: client.tryImagePush: accept registry.RequestAuthConfigca0afe91b9
client: client.tryImageCreate: accept registry.RequestAuthConfig79b4e18883
client: add staticAuth utility871543a8c5
client: Client.ServiceUpdate: don't manually construct header value0964fa01ba
Remove dependency on testutil from client58404b0c28
Remove dependency on httputil for client hijack test6b8afec95b
fix redefines-builtin-id from revive381d9d0723
fix use-errors-new from revive8c067c5223
client: Client.addHeaders: remove special handling for api < 1.254891396da6
docs(client/ContainerExecAttach): add a mention to stdcopy.StdCopy6d737371b8
fix comparison rule from errorlinta62de57aa1
fix sprintfQuotedString from go-criticbc9ec5fc02
fix emptyStringTest from go-critic469afa5f8f
fix httpNoBody from go-critic4856e8ffad
client: remove // import commentsDependency Changes
Previous release can be found at v28.2.2