build(deps): bump github.com/opencontainers/runtime-spec
Bumps [github.com/opencontainers/runtime-spec](https://github.com/opencontainers/runtime-spec) from 1.1.1-0.20230823135140-4fec88fd00a4 to 1.2.0. - [Release notes](https://github.com/opencontainers/runtime-spec/releases) - [Changelog](https://github.com/opencontainers/runtime-spec/blob/main/ChangeLog) - [Commits](https://github.com/opencontainers/runtime-spec/commits/v1.2.0) --- updated-dependencies: - dependency-name: github.com/opencontainers/runtime-spec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
6
vendor/github.com/opencontainers/runtime-spec/specs-go/features/features.go
generated
vendored
6
vendor/github.com/opencontainers/runtime-spec/specs-go/features/features.go
generated
vendored
@@ -24,6 +24,12 @@ type Features struct {
|
||||
// Annotations contains implementation-specific annotation strings,
|
||||
// such as the implementation version, and third-party extensions.
|
||||
Annotations map[string]string `json:"annotations,omitempty"`
|
||||
|
||||
// PotentiallyUnsafeConfigAnnotations the list of the potential unsafe annotations
|
||||
// that may appear in `config.json`.
|
||||
//
|
||||
// A value that ends with "." is interpreted as a prefix of annotations.
|
||||
PotentiallyUnsafeConfigAnnotations []string `json:"potentiallyUnsafeConfigAnnotations,omitempty"`
|
||||
}
|
||||
|
||||
// Linux is specific to Linux.
|
||||
|
||||
Reference in New Issue
Block a user