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

Upgrade oci-spec-rs to 0.4.0 #266

Merged
merged 12 commits into from
Sep 12, 2021
Merged

Commits on Sep 5, 2021

  1. Upgrade oci-spec-rs to 0.4.0 for cgroups

    Signed-off-by: Takashi IIGUNI <iiguni.tks@gmail.com>
    guni1192 committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    3c57eab View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Upgrade oci-spec-rs to 0.4.0 for youki

    1. Fix capability type (Capability type change: Vec -> HashSet)
    2. Implement functions equivalent to LinuxDeviceType::to_sflag in youki.
    3. Fix crate path: use oci_spec::XXX -> use oci_spec::runtime::XXX
    
    Signed-off-by: Takashi IIGUNI <iiguni.tks@gmail.com>
    guni1192 committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    8d3ff9b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Merge remote-tracking branch 'upstream/main' into upgrade-oci-spec-rs

    Signed-off-by: Takashi IIGUNI <iiguni.tks@gmail.com>
    guni1192 committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    c83ac6a View commit details
    Browse the repository at this point in the history
  2. fix: rustfmt

    guni1192 committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    c7ed69a View commit details
    Browse the repository at this point in the history
  3. fix: oci-spec import path

    guni1192 committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    a678111 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Add docs comments for ControllerOpts

    Signed-off-by: Takashi IIGUNI <iiguni.tks@gmail.com>
    guni1192 committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    c7c7e97 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into upgrade-oci-spec-rs

    Signed-off-by: Takashi IIGUNI <iiguni.tks@gmail.com>
    guni1192 committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    5cf890a View commit details
    Browse the repository at this point in the history
  3. Define CapabilityExt with a functions to convert caps to oci_spec

    Signed-off-by: Takashi IIGUNI <iiguni.tks@gmail.com>
    guni1192 committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    10b9b26 View commit details
    Browse the repository at this point in the history
  4. Pass the capability unit test

    Signed-off-by: Takashi IIGUNI <iiguni.tks@gmail.com>
    guni1192 committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    3e09e3f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. Upgrade oci-spec-rs to 0.4.0-with-bugfix version

    Signed-off-by: Takashi IIGUNI <iiguni.tks@gmail.com>
    guni1192 committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    ecf3370 View commit details
    Browse the repository at this point in the history
  2. fix: clippy

    Signed-off-by: Takashi IIGUNI <iiguni.tks@gmail.com>
    guni1192 committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    05e7831 View commit details
    Browse the repository at this point in the history
  3. Delete useless comment lines

    Signed-off-by: Takashi IIGUNI <iiguni.tks@gmail.com>
    guni1192 committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    472d646 View commit details
    Browse the repository at this point in the history