What is the version of your ORAS CLI
1.0.0
What would you like to be added?
There are several breaking changes in recent OCI image spec rc versions (see opencontainers/image-spec@v1.1.0-rc2...v1.1.0-rc4). ORAS CLI need to bump image spec version with oras-go's accommodation reflected.
Why is this needed for ORAS?
Newly introduced breaking changes should be avoided from CLI level after bumping. Better do this in 1.1.0 to avoid last-minute changes in next major release.
Are you willing to submit PRs to contribute to this feature?
Pre-requisites
What is the version of your ORAS CLI
1.0.0
What would you like to be added?
There are several breaking changes in recent OCI image spec rc versions (see opencontainers/image-spec@v1.1.0-rc2...v1.1.0-rc4). ORAS CLI need to bump image spec version with oras-go's accommodation reflected.
Why is this needed for ORAS?
Newly introduced breaking changes should be avoided from CLI level after bumping. Better do this in 1.1.0 to avoid last-minute changes in next major release.
Are you willing to submit PRs to contribute to this feature?
Pre-requisites
image-spec#1043