go.mod: Bump hcsshim to v0.9.4#7212
Merged
fuweid merged 2 commits intocontainerd:mainfrom Jul 26, 2022
Merged
Conversation
This tag brings in a new field to fix an HNS issue in ws2019 as well as an optimization for collecting Windows stats (memory, cpu, iops). Signed-off-by: Daniel Canter <dcanter@microsoft.com>
This tag contains some fixes for hostprocess containers, mainly around fixing task stats which regressed from a change in v0.9.3. https://github.com/microsoft/hcsshim/releases/tag/v0.9.4 Signed-off-by: Daniel Canter <dcanter@microsoft.com>
17bc539 to
1400368
Compare
Member
|
Re-run CI and will merge it when it is happy |
fuweid
approved these changes
Jul 26, 2022
Member
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This contains two commits to bump hcsshim to v0.9.3 first and then v0.9.4. We'd originally planned to get main on a series of beta/pre-release tags of v0.10.0 but that has been slower than hoped, so there was an odd situation where release/1.6 was ahead of main in terms of hcsshim version. This just gets main up to speed with 1.6 for now in steps.
v0.9.3:
Brings in a new field to fix an HNS issue in ws2019 as well as
an optimization for collecting Windows stats (memory, cpu, iops).
v0.9.4:
Contains some fixes for hostprocess containers, mainly around
fixing task stats which regressed from a change in v0.9.3 and
some improvements for queuing internal events.