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.12.8
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.12.9
Choose a head ref
  • 5 commits
  • 51 files changed
  • 3 contributors

Commits on Oct 30, 2024

  1. fix SILOOBJECT_BASIC_INFORMATION alignment

    Signed-off-by: qmuntal <qmuntaldiaz@microsoft.com>
    (cherry picked from commit f506624)
    Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
    qmuntal authored and kiashok committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    bf52d58 View commit details
    Browse the repository at this point in the history
  2. mobve SILOOBJECT_BASIC_INFORMATION to winapi

    Signed-off-by: qmuntal <qmuntaldiaz@microsoft.com>
    (cherry picked from commit 6428d3d)
    Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
    qmuntal authored and kiashok committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1550628 View commit details
    Browse the repository at this point in the history
  3. Update JOB_OBJECT_ALL_ACCESS and OpenJobObject (#2095)

    Update `JOB_OBJECT_ALL_ACCESS` value to the most recent one.
    Update `winapi.OpenJobObject` to accept `inheritHandle` as
    `bool`. The underlying syscall stays the same, but this allows
    cleaner calls from go's perspective as it avoids `bool` to `uint32`
    casting.
    
    Signed-off-by: Maksim An <maksiman@microsoft.com>
    (cherry picked from commit 42671b4)
    Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
    anmaxvl authored and kiashok committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    05636b9 View commit details
    Browse the repository at this point in the history
  4. Update go to 1.22

    Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
    kiashok committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    79d3f32 View commit details
    Browse the repository at this point in the history
  5. Switch to using containerd/errdefs/pkg/errgrpc for grpc translation

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