-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump hcsshim to v0.8.5 #4
Conversation
Some error messages changed with the bump to hcsshim v0.8.5 Signed-off-by: Yechiel Kalmenson <ykalmenson@pivotal.io>
Uses greenhouse-org/hcsshim, branch upstream-v0.8.5-mod. This contains all commits from Microsoft/hcsshim v.0.8.5 + commits made by our team to the fork. Many transitive dependencies have been updated. This update includes our PR (microsoft/hcsshim#431) to the syscall watcher All the tests pass with no major API changes Signed-off-by: Arjun Sreedharan <asreedharan@pivotal.io>
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/163575800 The labels on this github issue will be updated when the story is started. |
✅ Hey arjun024! The commit authors and yourself have already signed the CLA. |
@sesmith177 @natalieparellano -- Thought we'll run it by you and see if you have any comments before merging. |
I have two small concerns here:
|
|
On the fork, we have made one commit that takes all the changes in "our" previous commits and pushed it on top of v0.8.5. Now the git history is clean -- our changes are on top of the Microsoft changes. See greenhouse-org/hcsshim@d3cfe7c |
Update vendored hcsshim to greenhouse-org/hcsshim, branch: upstream-v0.8.5-mod
(https://github.com/greenhouse-org/hcsshim/tree/upstream-v0.8.5-mod).
This branch of the hcsshim fork contains all commits from Microsoft/hcsshim v.0.8.5 rebased
on top of all commits previously made by the garden windows team to add extra endpoint info (see microsoft/hcsshim@master...greenhouse-org:extra-endpoint-info).
The fork-branch also includes the fix to the race condition in syscallWatcher (See PR Fix race in syscallWatcher microsoft/hcsshim#431).
Tested on: Windows 1803.2, Windows 1709.17
Tracker-story: https://www.pivotaltracker.com/story/show/162997839
cc: @achasveachas