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

vendor: update to runtime-spec@v1.0.0-rc5 #114

Merged
merged 5 commits into from
Apr 11, 2017
Merged

Commits on Apr 11, 2017

  1. test: don't bundle-verify raw-runtime-config

    Previously bundle-verify was not sophisticated enough to realise that we
    were verifying intentionally invalid runtime bundles (raw-runtime-config
    isn't meant to generate "valid" bundles).
    
    Fixes: 2d8b438 ("test: add raw runtime-config tests")
    Signed-off-by: Aleksa Sarai <asarai@suse.de>
    cyphar committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    7105e75 View commit details
    Browse the repository at this point in the history
  2. hack: patch before cleaning unused imports

    By patching before we cleanup unused imports means that the actual state
    of the vendor/ directory (when the project is compiled), vendor/ will
    only include things required when the project will be compiled.
    
    Signed-off-by: Aleksa Sarai <asarai@suse.de>
    cyphar committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    27cd6ae View commit details
    Browse the repository at this point in the history
  3. oci: don't generate seccomp rules

    Signed-off-by: Aleksa Sarai <asarai@suse.de>
    cyphar committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    4093c17 View commit details
    Browse the repository at this point in the history
  4. vendor: update to runtime-spec@v1.0.0-rc5

    The most recent runC version requires v1.0.0-rc5, which requires some
    changes. In addition, runtime-tools needed to be updated. This patch
    updates the following vendors:
    
    * github.com/opencontainers/runtime-spec@v1.0.0-rc5
      + runtime-tools-0001-generate-remove-validate-dependency.patch
    * github.com/opencontainers/runtime-tools@b081a428c91705169ec3628a10bd5ca9992afea9
    
    This also contains the trivial changes to the names of various types.
    
    Signed-off-by: Aleksa Sarai <asarai@suse.de>
    cyphar committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    d69195d View commit details
    Browse the repository at this point in the history
  5. CHANGELOG: update to include v1.0.0-rc5 note

    Signed-off-by: Aleksa Sarai <asarai@suse.de>
    cyphar committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    8680526 View commit details
    Browse the repository at this point in the history