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

Update containerd to v2.0.0-rc.2 #157

Merged
merged 6 commits into from
May 28, 2024

Commits on Apr 25, 2024

  1. script/tests/test_encryption.sh: show log

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    964f4c4 View commit details
    Browse the repository at this point in the history
  2. script/tests/test_encryption.sh: debug

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ae8d059 View commit details
    Browse the repository at this point in the history
  3. GetImageLayerDescriptors: handle application/vnd.in-toto+json

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    85438ac View commit details
    Browse the repository at this point in the history
  4. go.mod: github.com/containerd/containerd/v2 v2.0.0-rc.1

    - github.com/containerd/containerd/{containers,images,...} -> github.com/containerd/containerd/v2/core/{containers,images,...}
    - github.com/containerd/containerd/{errdefs,logs,platforms} -> github.com/containerd/{errdefs,logs,platforms}
    - github.com/containerd/typeurl -> github.com/containerd/typeurl/v2
    - github.com/urfave/cli -> github.com/urfave/cli/v2 (See containerd/containerd PR 9809)
    - github.com/gogo/protobuf -> github.com/containerd/containerd/v2/protobuf
    
    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2755039 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Update to containerd v2.0.0-rc.2

    Signed-off-by: Derek McGowan <derek@mcg.dev>
    dmcgowan committed May 27, 2024
    Configuration menu
    Copy the full SHA
    8b9b205 View commit details
    Browse the repository at this point in the history
  2. Update test to pull all bash platforms

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