-
Notifications
You must be signed in to change notification settings - Fork 271
Comparing changes
Open a pull request
base repository: microsoft/hcsshim
base: v0.11.5
head repository: microsoft/hcsshim
compare: v0.11.7
- 5 commits
- 11 files changed
- 6 contributors
Commits on Jun 19, 2024
-
OutBoundNATPolicy Schema changes (#2106)
Signed-off-by: Debjit Mondal <debjitmondal@microsoft.com> Signed-off-by: Prince Pereira <ppereira@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for cd46569 - Browse repository at this point
Copy the full SHA cd46569View commit details -
Changes for checking the global version for modify policy version sup…
…port. (#2139) Signed-off-by: Prince Pereira <ppereira@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for eefee26 - Browse repository at this point
Copy the full SHA eefee26View commit details -
Adding support for loadbalancer policy update in hns. (#2085)
Signed-off-by: Prince Pereira <ppereira@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 1495e9f - Browse repository at this point
Copy the full SHA 1495e9fView commit details
Commits on Jun 24, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for e59d3d2 - Browse repository at this point
Copy the full SHA e59d3d2View commit details
Commits on Jun 27, 2024
-
Fix process handle leak when launching a job container (#2187)
CreateProcess gives us back a handle to the newly created process. Previously, we ignored this handle, which meant it was leaking every time we created a new job container (or anything else that uses internal/exec in the future). Process handle leaks can be bad as an exited process is left as a "zombie" until all handles to it have closed, continuing to use memory. Fix this by closing the handle from CreateProcess. Signed-off-by: Kevin Parsons <kevpar@microsoft.com> Co-authored-by: Kevin Parsons <kevpar@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 6749c2f - Browse repository at this point
Copy the full SHA 6749c2fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.11.5...v0.11.7