-
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 #1027
Closed
Closed
Conversation
This file contains 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
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>
qweeah
requested review from
sajayantony,
shizhMSFT,
SteveLasker and
TerryHowe
as code owners
July 21, 2023 03:48
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 #1027 +/- ##
===============================================
+ Coverage 81.16% 81.28% +0.12%
===============================================
Files 57 57
Lines 2904 2907 +3
===============================================
+ Hits 2357 2363 +6
+ Misses 373 371 -2
+ Partials 174 173 -1
|
qweeah
force-pushed
the
release-1.1.0
branch
4 times, most recently
from
July 21, 2023 04:17
f3aa59a
to
d768c66
Compare
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
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.
What this PR does / why we need it:
This PR proposes to tag and release oras CLI based on 106a60b and release. This proposed commit will be tagged as v1.1.0. At least 3 approvals are needed from the 5 owners.
Below are changes since v1.1.0-rc.1:
internal/credential/store.go
by @enraiha0307 in test: add unit test for error scenario ininternal/credential/store.go
#982