mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #26459 from smarterclayton/bump_appc
bump(github.com/appc/spec):ab50d12e88f57788bf84b83fef2be236eb1fcc0b
This commit is contained in:
commit
079a2b4cc0
12
Godeps/Godeps.json
generated
12
Godeps/Godeps.json
generated
@ -52,18 +52,18 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "github.com/appc/spec/schema",
|
"ImportPath": "github.com/appc/spec/schema",
|
||||||
"Comment": "v0.8.1",
|
"Comment": "v0.8.1-6-gab50d12",
|
||||||
"Rev": "b889d03467ae08bb6c13241762a64305b69bcf82"
|
"Rev": "ab50d12e88f57788bf84b83fef2be236eb1fcc0b"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "github.com/appc/spec/schema/common",
|
"ImportPath": "github.com/appc/spec/schema/common",
|
||||||
"Comment": "v0.8.1",
|
"Comment": "v0.8.1-6-gab50d12",
|
||||||
"Rev": "b889d03467ae08bb6c13241762a64305b69bcf82"
|
"Rev": "ab50d12e88f57788bf84b83fef2be236eb1fcc0b"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "github.com/appc/spec/schema/types",
|
"ImportPath": "github.com/appc/spec/schema/types",
|
||||||
"Comment": "v0.8.1",
|
"Comment": "v0.8.1-6-gab50d12",
|
||||||
"Rev": "b889d03467ae08bb6c13241762a64305b69bcf82"
|
"Rev": "ab50d12e88f57788bf84b83fef2be236eb1fcc0b"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "github.com/armon/go-metrics",
|
"ImportPath": "github.com/armon/go-metrics",
|
||||||
|
2
vendor/github.com/appc/spec/schema/version.go
generated
vendored
2
vendor/github.com/appc/spec/schema/version.go
generated
vendored
@ -22,7 +22,7 @@ const (
|
|||||||
// version represents the canonical version of the appc spec and tooling.
|
// version represents the canonical version of the appc spec and tooling.
|
||||||
// For now, the schema and tooling is coupled with the spec itself, so
|
// For now, the schema and tooling is coupled with the spec itself, so
|
||||||
// this must be kept in sync with the VERSION file in the root of the repo.
|
// this must be kept in sync with the VERSION file in the root of the repo.
|
||||||
version string = "0.8.1"
|
version string = "0.8.1+git"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
Reference in New Issue
Block a user