-
Notifications
You must be signed in to change notification settings - Fork 201
chore: mark oras resolve
from experimental to preview
#1823
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
Conversation
Signed-off-by: Xiaoxuan Wang <xiaoxuanwang@microsoft.com>
oras resolve
from experimental to preview
Signed-off-by: Xiaoxuan Wang <xiaoxuanwang@microsoft.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1823 +/- ##
==========================================
- Coverage 85.27% 85.25% -0.03%
==========================================
Files 143 143
Lines 6739 6739
==========================================
- Hits 5747 5745 -2
- Misses 704 706 +2
Partials 288 288 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Pull Request Overview
This PR promotes the oras resolve
command from experimental to preview status by updating feature marks and documentation strings throughout the codebase.
- Updates the feature mark from
[Experimental]
to[Preview]
in command help text - Updates corresponding E2E tests to expect the new preview feature mark
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
cmd/oras/root/resolve.go | Updates command Short and Long descriptions from Experimental to Preview |
test/e2e/suite/command/resolve.go | Updates E2E tests to expect Preview mark instead of Experimental mark |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #1807
Please check the following list: