-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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 <tlhowe@amazon.com>
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 <lixlei@microsoft.com>
…errersGC (oras-project#593) Fix: oras-project#592 Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
Closes oras-project#600 Signed-off-by: Kyle M. Tarplee <kmtarplee@ieee.org>
Fix: oras-project#552 Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
…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 <lixlei@microsoft.com>
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