-
Notifications
You must be signed in to change notification settings - Fork 99
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
Upgrade to image-spec v1.1.0-rc5
#599
Comments
Nice summary, @Wwwsylvia. Let's upgrade oras-go to |
Wwwsylvia
added a commit
that referenced
this issue
Oct 12, 2023
) 1. Bump `github.com/opencontainers/image-spec` to `v1.1.0-rc5` in go mod 2. Replace "index.json" and "blobs" with corresponding constants in the spec 3. Fix testable examples that broke by the spec change - `MediaType` became a required field in `Descriptor` Resolve: #599 Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Wwwsylvia
added a commit
to Wwwsylvia/oras-go
that referenced
this issue
Oct 19, 2023
…ras-project#615) 1. Bump `github.com/opencontainers/image-spec` to `v1.1.0-rc5` in go mod 2. Replace "index.json" and "blobs" with corresponding constants in the spec 3. Fix testable examples that broke by the spec change - `MediaType` became a required field in `Descriptor` Resolve: oras-project#599 Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
shizhMSFT
pushed a commit
that referenced
this issue
Oct 20, 2023
) 1. Bump `github.com/opencontainers/image-spec` to `v1.1.0-rc5` in go mod 2. Replace "index.json" and "blobs" with corresponding constants in the spec 3. Fix testable examples that broke by the spec change - `MediaType` became a required field in `Descriptor` Resolve: #599 Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
image-spec v1.1.0-rc5
has just been released.The changes related to ORAS include:
manifest.md
MediaType
became a required field inDescriptor
Change log between
v1.1.0-rc4
andv1.1.0-rc5
: opencontainers/image-spec@v1.1.0-rc4...v1.1.0-rc5The text was updated successfully, but these errors were encountered: