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: containerd/platforms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: containerd/platforms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.1
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on May 30, 2024

  1. Remove hcsshim import from repo

    Move windows CheckHostAndContainerCompat() function from hcsshim
    locally to platform repo itself
    
    Signed-off-by: Kirtana Ashok <[email protected]>
    kiashok committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f680838 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Add tests for osversion matching with no version

    Signed-off-by: Derek McGowan <[email protected]>
    dmcgowan committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    17c859f View commit details
    Browse the repository at this point in the history
  2. Update windows matcher to not compare empty os version

    Signed-off-by: Derek McGowan <[email protected]>
    dmcgowan committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    983ba15 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11 from dmcgowan/windows-compare-empty-version

    Fix windows matching when os version is empty
    dmcgowan authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2c95759 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from kiashok/remove-hcsshim-import

    Remove hcsshim import from repo
    dmcgowan authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    163df76 View commit details
    Browse the repository at this point in the history
Loading