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

Commits on May 13, 2025

  1. Add WS2025 to Windows matcher and code optimizations

    Signed-off-by: Kirtana Ashok <[email protected]>
    kiashok committed May 13, 2025
    Configuration menu
    Copy the full SHA
    4549974 View commit details
    Browse the repository at this point in the history
  2. Update ci.yml

    Signed-off-by: Kirtana Ashok <[email protected]>
    kiashok committed May 13, 2025
    Configuration menu
    Copy the full SHA
    8447b0a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #24 from kiashok/add-ws2025

    Add WS2025 to Windows matcher and code optimizations
    mikebrow authored May 13, 2025
    Configuration menu
    Copy the full SHA
    2fec6c4 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. use windowsMatchComparer for OSVersion match order

    Windows OS version should match based on the full OSVersion. When
    sorting a manifest, the entries should be sorted using the `Less`
    function.
    
    Signed-off-by: Michael Weibel <[email protected]>
    mweibel authored and Michael Weibel committed May 21, 2025
    Configuration menu
    Copy the full SHA
    8c0d9f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. Merge pull request #25 from helio/windows-os-version-sort

    use windowsMatchComparer for OSVersion match order
    dmcgowan authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    2e51fd9 View commit details
    Browse the repository at this point in the history
Loading