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: microsoft/hcsshim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.7
Choose a base ref
...
head repository: microsoft/hcsshim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.8
Choose a head ref
  • 5 commits
  • 505 files changed
  • 4 contributors

Commits on Jul 3, 2024

  1. [release/0.11] vendor: github.com/containerd/containerd v1.6.33

    Update to the current v1.6 release, which deprecated the errdefs
    package in favor of the separate github.com/containerd/errdefs
    module, which is now an alias.
    
    Update the minimum required version to prevent consumers from using
    an older version, and thus incompatible errdefs definitions, and change
    all uses of the deprecated package to use the module directly.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah authored and kiashok committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    777f798 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Update golang version + fix lint errors

    Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
    kiashok committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9196c84 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Update golang and containerd version

    Update containerd version 1.6.36
    Update golang version to 1.21.x
    Fix lint errors
    
    Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
    kiashok committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f79d88e View commit details
    Browse the repository at this point in the history
  2. update newBinaryCmd URL path handling (#2041)

    Signed-off-by: Maksim An <maksiman@microsoft.com>
    (cherry picked from commit fe8c673)
    Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
    anmaxvl authored and kiashok committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5928a5d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Fixing typo (#2288)

    (cherry picked from commit 166e62a)
    
    Signed-off-by: ritikaguptams <85255050+ritikaguptams@users.noreply.github.com>
    ritikaguptams authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    bd7c37c View commit details
    Browse the repository at this point in the history
Loading