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

Commits on Mar 11, 2026

  1. Update github runner version

    Signed-off-by: Derek McGowan <[email protected]>
    dmcgowan committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    a7b4df0 View commit details
    Browse the repository at this point in the history
  2. Update go version to latest

    Signed-off-by: Derek McGowan <[email protected]>
    dmcgowan committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    50e5387 View commit details
    Browse the repository at this point in the history
  3. Update golangci lint

    Signed-off-by: Derek McGowan <[email protected]>
    dmcgowan committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    7c872f6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #27 from dmcgowan/update-github-actions

    Update GitHub actions
    dmcgowan authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    005d370 View commit details
    Browse the repository at this point in the history
  5. Add support for OS Features in the format

    Updates the os part of the format to include features after the os
    version. The guarantees that the format may fully represent the platform
    structure.
    
    Signed-off-by: Derek McGowan <[email protected]>
    dmcgowan committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    5b124ef View commit details
    Browse the repository at this point in the history
  6. Sort OSFeatures on format

    Ensure the formatting output is consistent
    
    Signed-off-by: Derek McGowan <[email protected]>
    dmcgowan committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    2474351 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. Merge pull request #16 from dmcgowan/add-os-features

    Add support for OS Features in the format
    dmcgowan authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    b42036f View commit details
    Browse the repository at this point in the history
  2. Add compare and matching for OS features

    Signed-off-by: Derek McGowan <[email protected]>
    dmcgowan committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    1b8cf34 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2026

  1. Merge pull request #20 from dmcgowan/match-features

    Match and Compare platforms with OSFeatures
    fuweid authored Mar 14, 2026
    Configuration menu
    Copy the full SHA
    54c1ef4 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. Add encoding to os version and features

    Prevent os version or features containing characters which are used for
    formatting from creating invalid output. The character set to be encoded
    is small and likely rarely used, but include to prevent compatibility issues
    in the future or creating unintended limits on the values.
    
    Signed-off-by: Derek McGowan <[email protected]>
    dmcgowan committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    3cff7fa View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. Merge pull request #28 from dmcgowan/encode-os-version

    Add encoding to os version and features
    samuelkarp authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    e543b9f View commit details
    Browse the repository at this point in the history
Loading