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

release 0.9.1 #774

Open
wants to merge 5 commits into
base: release-0.9.1
Choose a base branch
from
Open

Commits on Sep 15, 2023

  1. [0.9.1] switch to go modules

    This ensures that modern Go users can actually get the versions of our
    dependencies we have pinned when doing "go install".
    
    NOTE: This commit only exists in the release-0.9.1 branch of
    runtime-tools. The corresponding commit in main is commit 0e5956d
    ("Switch from Godeps to go modules").
    
    Signed-off-by: Aleksa Sarai <[email protected]>
    cyphar committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    8ddb948 View commit details
    Browse the repository at this point in the history
  2. [0.9.1] spec: update to runtime-spec 1.0.2

    Update our spec version to a properly released spec, in preparation for
    the 0.9.1 release.
    
    NOTE: This commit only exists in the release-0.9.1 branch of
    runtime-tools. There is no real corresponding commit in main, as we have
    historically not tracked the runtime-spec per-release. Commit
    43243fe ("Add missing interface to set init processes Umask") did
    update main to 1.0.2 but there were other patches necessary to support
    all of the spec features in 1.0.2.
    
    Signed-off-by: Aleksa Sarai <[email protected]>
    cyphar committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    9cd47e3 View commit details
    Browse the repository at this point in the history
  3. [0.9.1] Add missing interface to set init processes Umask

    Umask is a field specified in the runtime spec, but we don't
    have a method to set it in runtime-tools.  Some users might
    want to modify the default Umask of a container.
    
    Cherry-pick of commit 43243fe ("Add missing interface to set init
    processes Umask").
    
    Signed-off-by: Daniel J Walsh <[email protected]>
    [cyphar: rebased on top of release-0.9.1]
    Signed-off-by: Aleksa Sarai <[email protected]>
    rhatdan authored and cyphar committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    0042dc5 View commit details
    Browse the repository at this point in the history
  4. [0.9.1] VERSION: release v0.9.1

    Signed-off-by: Aleksa Sarai <[email protected]>
    cyphar committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    3445c71 View commit details
    Browse the repository at this point in the history
  5. [0.9.1] VERSION: back to development

    Signed-off-by: Aleksa Sarai <[email protected]>
    cyphar committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    2fb3aea View commit details
    Browse the repository at this point in the history