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.2
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.4
Choose a head ref
  • 4 commits
  • 9 files changed
  • 3 contributors

Commits on Oct 30, 2023

  1. make sure to close files in dmverity-vhd tool (#1770)

    Currently we're not closing output VHD files and read closers
    when creating layer VHDs with dmverity-vhd tool.
    
    Refactor error wrapping.
    
    Signed-off-by: Maksim An <[email protected]>
    (cherry picked from commit 567f6bd)
    anmaxvl committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    9c041d3 View commit details
    Browse the repository at this point in the history
  2. minor refactor in dmverity-vhd tool (#1948)

    Use `errors` package instead of the `github.com/pkg/errors`.
    
    `createVHD` accepts layer number to avoid calling `layer.DiffID()`
    twice.
    
    Signed-off-by: Maksim An <[email protected]>
    (cherry picked from commit a3be979)
    anmaxvl committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    114d70c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Create container subdirectories for process dumps

    if "{container_id}" suffix is specified
    
    Signed-off-by: Kirtana Ashok <[email protected]>
    (cherry picked from commit 0af576d)
    Signed-off-by: Kirtana Ashok <[email protected]>
    kiashok committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b5725e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Remove log package dependency

    Signed-off-by: Derek McGowan <[email protected]>
    (cherry picked from commit 8b69b76)
    Signed-off-by: Kirtana Ashok <[email protected]>
    dmcgowan authored and kiashok committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    b16edf6 View commit details
    Browse the repository at this point in the history
Loading