api/types: remove aliases for deprecated types#48107
Merged
thaJeztah merged 25 commits intomoby:masterfrom Jul 2, 2024
Merged
Conversation
It moved to api/types/image in ecb24af. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It moved to api/types/volume in 162ef4f. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It moved to api/types/network.CreateRequest in 162ef4f. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It moved to api/types/network.CreateOptions in 162ef4f. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It moved to api/types/network.ListOptions in f78dac3. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It moved to api/types/network.CreateResponse in 89624e0. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It moved to api/types/network.InspectOptions in 5bea0c3. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It moved to api/types/network.ConnectOptions in 245d121. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It moved to api/types/network.DisconnectOptions in 245d121. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It moved to api/types/network.EndpointResource in 68bf0e7. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It's replaced by api/types/network.Inspect and api/types/network.Summary in 68bf0e7. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It moved to api/types/network.PruneReport in e5f9484. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It moved to api/types/container.ExecOptions in cd76e3e. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It's replaced by api/types/container.ExecStartOptions and ExecAttachOptions in cd76e3e. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It moved to api/types/container.ExecInspect in 5b27e71. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It moved to api/types/container.PruneReport in db2f1ac. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It moved to api/types/container.PathStat in 47d7c9e. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It moved to api/types/container.CopyToContainerOptions in fd1d8f3. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It moved to api/types/container.StatsResponseReader in 17c3269. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
These types were moved to api/types/container in 0a4277a. This removes the temporary aliases for: - ThrottlingData - CPUUsage - CPUStats - MemoryStats - BlkioStatEntry - BlkioStats - StorageStats - NetworkStats - PidsStats - Stats - StatsJSON (moved/renamed to api/types/container.StatsResponse) Signed-off-by: Sebastiaan van Stijn <[email protected]>
It moved to api/types/events.ListOptions in b5f15bc. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It moved to api/types/registry.SearchOptions in f6cc76c. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It moved to api/types/image.ImportSource in eb675cc. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It moved to api/types/image.LoadResponse in 6c2934f. This patch removes the temporary alias. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It was moved and deprecated in 1fc9236 (4587688 for v27.0). This patch removes the temporary alias and removes the relocated api/types/container.ContainerNode as well as the Node field on the api/types/container.Base struct. Signed-off-by: Sebastiaan van Stijn <[email protected]>
adacd3b to
ef356c5
Compare
vvoland
approved these changes
Jul 2, 2024
Contributor
vvoland
left a comment
There was a problem hiding this comment.
LGTM; edited with a quick changelog description
Member
Author
Oh, thanks! I forgot I didn't update that one yet 🙈 |
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:
api/types: remove deprecated ImagesPruneReport
It moved to api/types/image in ecb24af.
This patch removes the temporary alias.
api/types: remove deprecated VolumesPruneReport
It moved to api/types/volume in 162ef4f.
This patch removes the temporary alias.
api/types: remove deprecated NetworkCreateRequest
It moved to api/types/network.CreateRequest in 162ef4f.
This patch removes the temporary alias.
api/types: remove deprecated NetworkCreate
It moved to api/types/network.CreateOptions in 162ef4f.
This patch removes the temporary alias.
api/types: remove deprecated NetworkListOptions
It moved to api/types/network.ListOptions in f78dac3.
This patch removes the temporary alias.
api/types: remove deprecated NetworkCreateResponse
It moved to api/types/network.CreateResponse in 89624e0.
This patch removes the temporary alias.
api/types: remove deprecated NetworkCreateResponse
It moved to api/types/network.CreateResponse in 89624e0.
This patch removes the temporary alias.
api/types: remove deprecated NetworkInspectOptions
It moved to api/types/network.InspectOptions in 5bea0c3.
This patch removes the temporary alias.
api/types: remove deprecated NetworkConnect
It moved to api/types/network.ConnectOptions in 245d121.
This patch removes the temporary alias.
api/types: remove deprecated NetworkDisconnect
It moved to api/types/network.DisconnectOptions in 245d121.
This patch removes the temporary alias.
api/types: remove deprecated EndpointResource
It moved to api/types/network.EndpointResource in 68bf0e7.
This patch removes the temporary alias.
api/types: remove deprecated NetworkResource
It's replaced by api/types/network.Inspect and api/types/network.Summary in
68bf0e7. This patch removes the temporary alias.
api/types: remove deprecated NetworksPruneReport
It moved to api/types/network.PruneReport in e5f9484.
This patch removes the temporary alias.
api/types: remove deprecated ExecConfig
It moved to api/types/container.ExecOptions in cd76e3e.
This patch removes the temporary alias.
api/types: remove deprecated ExecStartCheck
It's replaced by api/types/container.ExecStartOptions and ExecAttachOptions
in cd76e3e. This patch removes the temporary
alias.
api/types: remove deprecated ContainerExecInspect
It moved to api/types/container.ExecInspect in 5b27e71.
This patch removes the temporary alias.
api/types: remove deprecated ContainersPruneReport
It moved to api/types/container.PruneReport in db2f1ac.
This patch removes the temporary alias.
api/types: remove deprecated ContainerPathStat
It moved to api/types/container.PathStat in 47d7c9e.
This patch removes the temporary alias.
api/types: remove deprecated CopyToContainerOptions
It moved to api/types/container.CopyToContainerOptions in fd1d8f3.
This patch removes the temporary alias.
api/types: remove deprecated ContainerStats
It moved to api/types/container.StatsResponseReader in 17c3269.
This patch removes the temporary alias.
api/types: remove deprecated container stats types
These types were moved to api/types/container in 0a4277a.
This removes the temporary aliases for:
api/types: remove deprecated EventsOptions
It moved to api/types/events.ListOptions in b5f15bc.
This patch removes the temporary alias.
api/types: remove deprecated ImageSearchOptions
It moved to api/types/registry.SearchOptions in f6cc76c.
This patch removes the temporary alias.
api/types: remove deprecated ImageSearchOptions
It moved to api/types/registry.SearchOptions in f6cc76c.
This patch removes the temporary alias.
api/types: remove deprecated ImageImportSource
It moved to api/types/image.ImportSource in eb675cc.
This patch removes the temporary alias.
api/types: remove deprecated ImageLoadResponse
It moved to api/types/image.LoadResponse in 6c2934f.
This patch removes the temporary alias.
api/types: remove deprecated ContainerNode, ContainerJSONBase.Node
It was moved and deprecated in 1fc9236
(4587688 for v27.0). This patch removes the
temporary alias and removes the relocated api/types/container.ContainerNode
as well as the Node field on the api/types/container.Base struct.
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)