-
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
chore: patch on branch release-2.3
#622
chore: patch on branch release-2.3
#622
Conversation
Signed-off-by: Terry Howe <[email protected]>
1. Update go mod version to `1.20` 2. Update go version matrix in workflow config files 3. Update README Resolves: oras-project#583 --------- Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
…errersGC (oras-project#593) Fix: oras-project#592 Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Closes oras-project#600 Signed-off-by: Kyle M. Tarplee <[email protected]>
Fix: oras-project#552 Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
…ras-project#615) 1. Bump `github.com/opencontainers/image-spec` to `v1.1.0-rc5` in go mod 2. Replace "index.json" and "blobs" with corresponding constants in the spec 3. Fix testable examples that broke by the spec change - `MediaType` became a required field in `Descriptor` Resolve: oras-project#599 Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## release-2.3 #622 +/- ##
===============================================
+ Coverage 74.21% 74.45% +0.24%
===============================================
Files 51 51
Lines 4832 4847 +15
===============================================
+ Hits 3586 3609 +23
+ Misses 914 908 -6
+ Partials 332 330 -2
|
We can also include 0f1dc30 but that needs to be done in a separate PR, as its implementation is based on a new feature which is not available in this patch version and we have to re-implement it using an old function. |
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
Cherry-picked the following commits from the main branch onto the
release-2.3
branch:github.com/opencontainers/image-spec
tov1.1.0-rc5
#615