Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opencontainers/runtime-spec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f379bc7
Choose a base ref
...
head repository: opencontainers/runtime-spec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fe42b99
Choose a head ref
  • 12 commits
  • 9 files changed
  • 6 contributors

Commits on Oct 27, 2017

  1. fix the link to hook

    Signed-off-by: zhouhao <zhouhao@cn.fujitsu.com>
    zhouhao committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    966a58d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. ChangeLog: Document changes since v1.0.0

    Through a5276ae (Merge pull request #929 from
    giuseppe/add-more-implementations, 2017-10-23).
    
    There have also been a few non-spec changes which I have not
    documented in the ChangeLog:
    
    13b4639 .pullapprove.yml: Switch to v2 and other project-template
      updates (#902)
    f6f2514 README: Make meetings monthly (were weekly) (#910)
    e27acdd implementations: Replace "cc-oci-runtime" with "cc-runtime"
      (#922)
    ec4cc47 implementations: add crun (#929)
    d4990d1 implementations: add bwrap-oci (#929)
    8a16f08 .mailmap: Consolidate James' entries (#924)
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking authored and vbatts committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    85feb9a View commit details
    Browse the repository at this point in the history
  2. version: release 1.0.1

    Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
    vbatts committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    4e3b926 View commit details
    Browse the repository at this point in the history
  3. version: put master back to -dev

    Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
    vbatts committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    e566cf6 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. Merge pull request #919 from vbatts/release-1.0.1

    Release 1.0.1
    tianon authored Nov 8, 2017
    Configuration menu
    Copy the full SHA
    1584629 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. config: Dedent root paragraphs, since they aren't a list entry

    I'd broken this in 2022e3e (config: Bump Hyper-V condition from
    root.path to root itself, 2017-05-18, #838), where I'd misread the
    initial bolding ** as a list bullet or something.  The extra indents
    don't cause a problem for the first paragraph, but they cause the "On
    all other platforms..." paragraph to be interpreted as a <pre> block.
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    5d9bbad View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. Merge pull request #936 from wking/root-dedent

    config: Dedent root paragraphs, since they aren't a list entry
    crosbymichael authored Nov 10, 2017
    Configuration menu
    Copy the full SHA
    a5b8598 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. Merge pull request #933 from q384566678/hook-link

    fix the link to hook
    crosbymichael authored Nov 13, 2017
    Configuration menu
    Copy the full SHA
    75c847a View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. Add VM-based runtime configuration details.

    Add configuration details for virtual-machine-based runtimes.
    
    Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
    jodh-intel committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    72e8060 View commit details
    Browse the repository at this point in the history
  2. Clarify path details for VM-based runtime configuration.

    All paths specified in the configuration for virtual-machine-based
    runtimes are host-side.
    
    Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
    jodh-intel committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    177157d View commit details
    Browse the repository at this point in the history
  3. Rename Kernel type to VMKernel for clarity.

    Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
    jodh-intel committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    89ed60a View commit details
    Browse the repository at this point in the history
  4. Rename InitRd to InitRD for consistency.

    Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
    jodh-intel committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    fe42b99 View commit details
    Browse the repository at this point in the history
Loading