forked from armbian/build
-
Notifications
You must be signed in to change notification settings - Fork 0
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 ORAS_VERSION
from 0.16.0 to 1.2.0
#3
Open
github-actions
wants to merge
2
commits into
test-workflow-update-oras
Choose a base branch
from
update-oras-version-1.2.0
base: test-workflow-update-oras
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump ORAS_VERSION
from 0.16.0 to 1.2.0
#3
github-actions
wants to merge
2
commits into
test-workflow-update-oras
from
update-oras-version-1.2.0
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
ColorfulRhino
force-pushed
the
test-workflow-update-oras
branch
4 times, most recently
from
July 8, 2024 23:07
122fe9c
to
ef3b92b
Compare
github-actions
bot
force-pushed
the
update-oras-version-1.2.0
branch
from
July 8, 2024 23:07
94b8762
to
cac0a7d
Compare
ColorfulRhino
force-pushed
the
test-workflow-update-oras
branch
from
July 8, 2024 23:09
ef3b92b
to
7c87066
Compare
github-actions
bot
force-pushed
the
update-oras-version-1.2.0
branch
from
July 8, 2024 23:09
cac0a7d
to
5fb91af
Compare
ColorfulRhino
force-pushed
the
test-workflow-update-oras
branch
from
July 8, 2024 23:12
7c87066
to
c522b21
Compare
github-actions
bot
force-pushed
the
update-oras-version-1.2.0
branch
from
July 8, 2024 23:13
5fb91af
to
bc2fa16
Compare
ColorfulRhino
force-pushed
the
test-workflow-update-oras
branch
from
July 8, 2024 23:14
c522b21
to
88fa228
Compare
github-actions
bot
force-pushed
the
update-oras-version-1.2.0
branch
from
July 8, 2024 23:14
bc2fa16
to
885797b
Compare
ColorfulRhino
force-pushed
the
test-workflow-update-oras
branch
from
July 8, 2024 23:20
88fa228
to
fbbc57e
Compare
github-actions
bot
force-pushed
the
update-oras-version-1.2.0
branch
from
July 8, 2024 23:21
885797b
to
852049c
Compare
ColorfulRhino
force-pushed
the
test-workflow-update-oras
branch
from
July 8, 2024 23:24
fbbc57e
to
0ab0331
Compare
github-actions
bot
force-pushed
the
update-oras-version-1.2.0
branch
from
July 8, 2024 23:24
852049c
to
3305d2c
Compare
ColorfulRhino
force-pushed
the
test-workflow-update-oras
branch
from
July 8, 2024 23:28
0ab0331
to
54f2bdc
Compare
github-actions
bot
force-pushed
the
update-oras-version-1.2.0
branch
from
July 8, 2024 23:28
3305d2c
to
232ce09
Compare
ColorfulRhino
force-pushed
the
test-workflow-update-oras
branch
from
July 8, 2024 23:30
54f2bdc
to
7ab2b11
Compare
github-actions
bot
force-pushed
the
update-oras-version-1.2.0
branch
from
July 8, 2024 23:30
232ce09
to
db9bd35
Compare
TerryHowe
approved these changes
Jul 8, 2024
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
ColorfulRhino
force-pushed
the
test-workflow-update-oras
branch
6 times, most recently
from
July 9, 2024 00:25
43460cb
to
923ae15
Compare
ColorfulRhino
force-pushed
the
test-workflow-update-oras
branch
17 times, most recently
from
July 9, 2024 12:58
58b5d1e
to
78e5ea1
Compare
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.
Bumps
ORAS_VERSION
from 0.16.0 to 1.2.0.Release notes
## New Featuresoras
is compliant with OCI image-spec v1.1.0 and distribution-spec v1.1.0oras copy
oras pull
oras push
oras attach
oras blob fetch
oras blob push
--no-tty
Preview Features
Referrers API
prior to distribution-spec v1.1.0-rc4 will fall back toReferrers tag schema
, causing unexpected results oforas attach
andoras discover
commands--platform
tooras attach
for better multi-arch attaching experience, which allows adding referrer artifact to a specific sub-platform--recursive
oforas cp
from extended copy to copy an artifact or a multi-arch image and its referrers--image-spec
to a preview flag from experimentalExperimental Features
oras discover
showstree
view output by default--format
by implementing the specificationoras pull
oras push
oras attach
oras discover
oras manifest fetch
--format json
to print operation result as a JSON object--format "go-template={{ .digest }}"
to print the digest of the manifest using Go template--template
oras resolve
to get the digest of an artifactDeprecation
oras discover
:--output
is marked as deprecated and succeeded by--format
Bug Fixes
--plain-http=false
does not work for local registriesoras cp -r
fails if index has a child manifest as subjectOther Changes
oras discover
: show placeholder whenartifactType
is not presented in an index referreroras push
: show artifact type when pushing files--identity-token
to replace--password
without--username
oras copy
,oras manifest delete
, andoras blob delete
oras copy
1.22.3
What's Changed Since RC.1
Other Changes
Detailed Commits
Full Changelog: oras-project/oras@v1.2.0-rc.1...v1.2.0
Notes
This release was signed with
46D3 369B 393F 6F82 71FD 1CE8 F86E C70D 2B0C 404F
(@qweeah's GPG key) which can be found here.For more details, see the release page.