api/types/registry: remove deprecated AuthConfig.Email field#51059
Merged
austinvazquez merged 1 commit intomoby:masterfrom Sep 29, 2025
Merged
api/types/registry: remove deprecated AuthConfig.Email field#51059austinvazquez merged 1 commit intomoby:masterfrom
austinvazquez merged 1 commit intomoby:masterfrom
Conversation
This field was no longer used since Docker 1.11 (API version 1.23) through [moby/moby@aee260d] and [engine-api@9a9e468] but kept, and deprecated in [engine-api@167efc7] with a fix-up in [moby/moby@6cfff7e8803a7]. This patch removes the field so that we don't have to carry it in the new moby/api module. [moby/moby@aee260d]: moby@aee260d [engine-api@9a9e468]: docker-archive-public/docker.engine-api@9a9e468 [engine-api@167efc7]: docker-archive-public/docker.engine-api@167efc7 [moby/moby@6cfff7e8803a7]: moby@6cfff7e Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This was referenced Sep 29, 2025
austinvazquez
approved these changes
Sep 29, 2025
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.
relates to:
This field was no longer used since Docker 1.11 (API version 1.23) through moby@aee260d and engine-api@9a9e468 but kept, and deprecated in engine-api@167efc7 with a fix-up in moby@6cfff7e8803a7.
This patch removes the field so that we don't have to carry it in the new moby/api module.
- 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)