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

Commits on Jun 24, 2024

  1. Adding state attribute to the HNSEndpoint struct to support hyperv co…

    …ntainers for k8s
    
    Signed-off-by: ritikaguptams <85255050+ritikaguptams@users.noreply.github.com>
    
    Adding stringer for usage and CI/CD
    
    Signed-off-by: ritikaguptams <85255050+ritikaguptams@users.noreply.github.com>
    
    Fixing build errors
    
    Signed-off-by: ritikaguptams <85255050+ritikaguptams@users.noreply.github.com>
    
    Ignore linting for files generated by Stringer
    
    Signed-off-by: ritikaguptams <85255050+ritikaguptams@users.noreply.github.com>
    
    Trying to fix CI go gen
    
    Signed-off-by: ritikaguptams <85255050+ritikaguptams@users.noreply.github.com>
    
    Removing extra step to fix CI go gen
    
    Signed-off-by: ritikaguptams <85255050+ritikaguptams@users.noreply.github.com>
    
    go gen CI fix try 2
    
    Signed-off-by: ritikaguptams <85255050+ritikaguptams@users.noreply.github.com>
    
    Skip autogenerated file from linting
    
    Signed-off-by: ritikaguptams <85255050+ritikaguptams@users.noreply.github.com>
    
    Fixing linting
    
    Signed-off-by: ritikaguptams <85255050+ritikaguptams@users.noreply.github.com>
    
    Fixing linting
    
    Signed-off-by: ritikaguptams <85255050+ritikaguptams@users.noreply.github.com>
    
    Removing stringer to avoid increasing package bloat for hcsshim
    
    Signed-off-by: ritikaguptams <85255050+ritikaguptams@users.noreply.github.com>
    
    cleanup
    
    Signed-off-by: ritikaguptams <85255050+ritikaguptams@users.noreply.github.com>
    
    Adding comment for future HNS v2 change
    
    Signed-off-by: ritikaguptams <85255050+ritikaguptams@users.noreply.github.com>
    
    Fix linting
    
    Signed-off-by: ritikaguptams <85255050+ritikaguptams@users.noreply.github.com>
    (cherry picked from commit e96bfcd)
    Signed-off-by: ritikaguptams <85255050+ritikaguptams@users.noreply.github.com>
    ritikaguptams authored and kiashok committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    40cdbc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. [release/0.12] vendor: github.com/containerd/containerd v17.18

    Update to the current v1.7 release, which deprecated the errdefs and log
    packages in favor of the separate github.com/containerd/errdefs and
    github.com/containerd/log modules, which are now an alias.
    
    Update the minimum required version to prevent consumers from using
    an older version, and thus incompatible errdefs or log definitions.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah authored and kiashok committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    3b5bd8a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Hcsshim wrapper over HNS API needed for exclusion of management mac a…

    …ddresses for VF reassignment.
    
    Signed-off-by: Prince Pereira <ppereira@microsoft.com>
    princepereira authored and kiashok committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4f77a09 View commit details
    Browse the repository at this point in the history
  2. Modifying network flag EnableIov.

    Signed-off-by: Prince Pereira <ppereira@microsoft.com>
    princepereira authored and kiashok committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e970943 View commit details
    Browse the repository at this point in the history
Loading