-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #131 from flouthoc/sync-runtime-spec
runtime-spec: use version `v1.2.0` and bump other deps.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule image-spec
updated
39 files
+2 −0 | .github/PULL_REQUEST_TEMPLATE/maintainer_nomination.md | |
+5 −3 | .github/workflows/docs-and-linting.yml | |
+9 −3 | .golangci.yml | |
+18 −0 | .markdownlint.yml | |
+7 −5 | EMERITUS.md | |
+9 −9 | GOVERNANCE.md | |
+37 −36 | HACKING.md | |
+38 −34 | Makefile | |
+24 −24 | README.md | |
+42 −39 | RELEASES.md | |
+42 −38 | annotations.md | |
+6 −0 | artifacts-guidance.md | |
+58 −58 | config.md | |
+46 −36 | considerations.md | |
+3 −3 | conversion.md | |
+7 −7 | descriptor.md | |
+0 −1 | go.mod | |
+0 −2 | go.sum | |
+33 −16 | image-index.md | |
+34 −36 | image-layout.md | |
+22 −14 | implementations.md | |
+94 −92 | layer.md | |
+162 −139 | manifest.md | |
+15 −15 | media-types.md | |
+2 −3 | project.md | |
+3 −1 | schema/error.go | |
+7 −0 | schema/image-index-schema.json | |
+75 −0 | schema/imageindex_test.go | |
+10 −10 | schema/manifest_test.go | |
+4 −3 | schema/spec_test.go | |
+16 −16 | schema/validator.go | |
+15 −13 | spec.md | |
+0 −6 | specs-go/v1/annotations.go | |
+9 −1 | specs-go/v1/descriptor.go | |
+6 −0 | specs-go/v1/index.go | |
+5 −1 | specs-go/v1/layout.go | |
+0 −8 | specs-go/v1/manifest.go | |
+18 −8 | specs-go/v1/mediatype.go | |
+1 −1 | specs-go/version.go |
Submodule runtime-spec
updated
14 files
+5 −5 | .github/workflows/build-pr.yml | |
+5 −5 | .github/workflows/build.yml | |
+1 −1 | CODEOWNERS | |
+58 −30 | ChangeLog | |
+5 −3 | README.md | |
+49 −18 | config.md | |
+19 −0 | features-linux.md | |
+22 −2 | features.md | |
+0 −41 | meeting.ics | |
+13 −0 | schema/features-linux.json | |
+3 −0 | schema/features-schema.json | |
+10 −0 | specs-go/config.go | |
+25 −5 | specs-go/features/features.go | |
+2 −2 | specs-go/version.go |
Submodule yajl
updated
5 files
+2 −0 | CMakeLists.txt | |
+1 −1 | example/CMakeLists.txt | |
+1 −1 | perf/CMakeLists.txt | |
+2 −5 | src/CMakeLists.txt | |
+1 −1 | test/parsing/CMakeLists.txt |