-
Notifications
You must be signed in to change notification settings - Fork 181
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: tag and release ORAS CLI v1.1.0-rc.2 #1076
Conversation
Signed-off-by: Anurag <contact.anurag7@gmail.com>
Signed-off-by: Aman <136564604+amands98@users.noreply.github.com> Co-authored-by: Terry Howe <terrylhowe@gmail.com>
…ras-project#1019) Signed-off-by: Billy Zha <jinzha1@microsoft.com>
…go` (oras-project#982) Signed-off-by: Akanksha Gahalot <akankshagahlot0307@gmail.com>
Signed-off-by: Anurag <contact.anurag7@gmail.com>
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
Signed-off-by: Sajay Antony <sajaya@microsoft.com>
Signed-off-by: Sajay Antony <sajaya@microsoft.com>
…est/e2e (oras-project#1037) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… annotation file is invalid (oras-project#1026) Signed-off-by: Shubham Singh <shubhammahar1306@gmail.com>
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
Signed-off-by: Feynman Zhou <feynmanzhou@microsoft.com>
…1058) Signed-off-by: Billy Zha <jinzha1@microsoft.com>
…ras-project#1060) Signed-off-by: Billy Zha <jinzha1@microsoft.com>
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
…/test/e2e (oras-project#1075) Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## release-1.1 #1076 +/- ##
===============================================
- Coverage 81.16% 79.92% -1.24%
===============================================
Files 57 56 -1
Lines 2904 2914 +10
===============================================
- Hits 2357 2329 -28
- Misses 373 407 +34
- Partials 174 178 +4
|
We should merge everything on |
What this PR does / why we need it:
This PR proposes to tag for oras CLI based on 443242e and release. The new tag will be named as
v1.1.0-rc.2
for releasing. At least 3 approvals are needed from the 5 owners.Below is a summary of change notes since v1.1.0-rc.1:
Issue Notes
New Features
image-spec
#1043, bump OCI image-spec from 1.1.0-rc2 to 1.1.0-rc.4 #1009)oras attach
andoras push
no longer build manifests with typedapplication/vnd.oci.artifact.manifest.v1+json
--image-spec
removed fromoras attach
oras push
builds artifact manifest following this decision tree--image-spec
updated tov1.0
andv1.1
artifactType
is used to denote artifact type field--config
not specifiedoras cp
supports index with subjectOther Changes
oras push
andoras attach
when annotation file is invalid #1021)1.21
Detailed change logs:
What's Changed
internal/credential/store.go
by @enraiha0307 in test: add unit test for error scenario ininternal/credential/store.go
#982oras push
andoras attach
when the annotation file is invalid by @1Shubham7 in chore: improving error log fororas push
andoras attach
when the annotation file is invalid #1026oras tag
more readable by @qweeah in chore: make error returned byoras tag
more readable #1058