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

Add api Go module and move all protos under api #10151

Merged
merged 6 commits into from
May 3, 2024

Commits on May 2, 2024

  1. Fix v2 migrate for testutil package

    Signed-off-by: Derek McGowan <derek@mcg.dev>
    dmcgowan committed May 2, 2024
    Configuration menu
    Copy the full SHA
    25a2886 View commit details
    Browse the repository at this point in the history
  2. Move runc options to api directory

    Signed-off-by: Derek McGowan <derek@mcg.dev>
    dmcgowan committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4a45507 View commit details
    Browse the repository at this point in the history
  3. Move runtimeoptions to api directory

    Signed-off-by: Derek McGowan <derek@mcg.dev>
    dmcgowan committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3e9cace View commit details
    Browse the repository at this point in the history
  4. Move protobuf package under pkg

    Signed-off-by: Derek McGowan <derek@mcg.dev>
    dmcgowan committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e1b94c0 View commit details
    Browse the repository at this point in the history
  5. Make api a Go sub-module

    Allow the api to stay at the same v1 go package name and keep using a
    1.x version number. This indicates the API is still at 1.x and allows
    sharing proto types with containerd 1.6 and 1.7 releases.
    
    Signed-off-by: Derek McGowan <derek@mcg.dev>
    dmcgowan committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2ac2b9c View commit details
    Browse the repository at this point in the history
  6. Update release doc to mention API versioning

    Signed-off-by: Derek McGowan <derek@mcg.dev>
    dmcgowan committed May 2, 2024
    Configuration menu
    Copy the full SHA
    171fc14 View commit details
    Browse the repository at this point in the history