Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go.mod: github.com/containerd/containerd v1.7.20, switch to github.com/containerd/platforms, github.com/distribution/reference module #610

Merged
merged 3 commits into from
Aug 1, 2024

Commits on Aug 1, 2024

  1. go.mod: github.com/containerd/containerd v1.7.20

    - switches to separate github.com/containerd/containerd/api module
    - switches to separate github.com/containerd/platforms module
    
    full diff: containerd/containerd@v1.7.18...v1.7.20
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b823d33 View commit details
    Browse the repository at this point in the history
  2. switch to github.com/containerd/platforms module

    containerd 1.7.19 and up alias the platforms package to the new module,
    and deprecate the package.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5447c5d View commit details
    Browse the repository at this point in the history
  3. switch to github.com/distribution/reference module

    containerd 1.7.19 and up alias the reference/docker package to the new module,
    and deprecate the package.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    261dd69 View commit details
    Browse the repository at this point in the history