-
Notifications
You must be signed in to change notification settings - Fork 99
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
build: upgrade image-spec to v1.1.0-rc.3 #496
Conversation
Signed-off-by: Shiwei Zhang <shizh@microsoft.com>
Signed-off-by: Shiwei Zhang <shizh@microsoft.com>
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #496 +/- ##
==========================================
+ Coverage 72.92% 73.14% +0.22%
==========================================
Files 49 49
Lines 4528 4528
==========================================
+ Hits 3302 3312 +10
+ Misses 919 911 -8
+ Partials 307 305 -2
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR fixes and only fixes the compiling errors due to the breaking changes introduced by
image-spec v1.1.0-rc.3
where the artifact manifest related specs are removed.Fix #495.
Fix partially #494