[28.x] api: implement api using new module#50475
Draft
[28.x] api: implement api using new module#50475
Conversation
cb4e70f to
5e9e477
Compare
1 task
a5d387c to
a2d5a6c
Compare
Member
Author
|
Derp; needs a rebase 😂 |
7bfc34a to
c4c3052
Compare
d836b70 to
a1990ab
Compare
1 task
b5d9cb7 to
59d26c2
Compare
ae3e175 to
9b3b152
Compare
9b3b152 to
17210ef
Compare
This was referenced Jul 29, 2025
806c9e5 to
51c7aa9
Compare
7be0e68 to
8331bca
Compare
0a6e79f to
98f4640
Compare
- deprecate sockets.GetProxyEnv, sockets.DialerFromEnvironment - add support for unix sockets on Windows - remove legacy CBC cipher suites from client config - align client and server defaults to be the same. - remove support for encrypted TLS private keys. - nat: optimize ParsePortSpec full diff: docker/go-connections@v0.5.0...v0.6.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 677c2a1) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This allows the old location to be used as a transitional package, and makes sure that mixed versions of the moby code (using either the old docker/docker/api or new moby/moby/api) use the same types as they're aliases. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
TODO: decide whether we want the daemon to use the new types, and the client the old types, or both to use the new types. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Similar to 20d594f, but without deprecating (yet). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Signed-off-by: Derek McGowan <derek@mcg.dev> (cherry picked from commit 0515e1c) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Combining 5a144c4 and ebef4a4, because I skipped the move of jsonmessage.JSONProgress to the api (f4127d7) pkg/streamformatter: reduce jsonmessage.JSONMessage dependency This package depends on jsonformatter.JSONProgress and jsonmessage.JSONMessage, and it looks like it requires some of those for their stringer interface. Signed-off-by: Derek McGowan <derek@mcg.dev> Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 5a144c4) Split streamformatter from jsonmessage Signed-off-by: Derek McGowan <derek@mcg.dev> (cherry picked from commit ebef4a4) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
98f4640 to
e12079e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This allows the old location to be used as a transitional package, and makes sure that mixed versions of the moby code (using either the old docker/docker/api or new moby/moby/api) use the same types as they're aliases.
- What I did
- How I did it
- How to verify it
- Human readable description for the release notes
- A picture of a cute animal (not mandatory but encouraged)