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

Commits on Mar 26, 2026

  1. gofumpt code

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    75663cd View commit details
    Browse the repository at this point in the history
  2. add benchmark for Parse, FormatAll

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    042728d View commit details
    Browse the repository at this point in the history
  3. go.mod: bump minimum go version to go1.24

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    f453a3a View commit details
    Browse the repository at this point in the history
  4. modernize --fix

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    0165130 View commit details
    Browse the repository at this point in the history
  5. FormatAll: use a string-builder for formatting os-options

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    8f5e31a View commit details
    Browse the repository at this point in the history
  6. ParseAll: refactor

    Avoid using `strings.Split`, and error on empty values.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    d028ee3 View commit details
    Browse the repository at this point in the history
  7. Add OnlyOS function allow matching any architecture

    Ensures that the same OS is matched but only considers architectures for
    compare.
    
    Signed-off-by: Derek McGowan <[email protected]>
    dmcgowan committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    27058a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. Strip the win32k when comparing windows platforms

    Previously win32k was not considered when comparing Windows platforms,
    leading a failure to match against some existing images.
    
    Signed-off-by: Derek McGowan <[email protected]>
    dmcgowan committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    adbf321 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from thaJeztah/platforms_refactor

    refactor, optimize FormatAll, ParseAll
    estesp authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    1e75776 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #31 from dmcgowan/windows-strip-features

    Strip the win32k when comparing windows platforms
    estesp authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    3a284c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09756f5 View commit details
    Browse the repository at this point in the history
Loading