Skip to content

Commit c1238af

Browse files
bart0shelezar
andauthored
Review suggestion
Co-authored-by: Evan Lezar <[email protected]>
1 parent 8eff856 commit c1238af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SPEC.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ Released versions of the spec are available as Git tags.
3333
| | | Add `AdditionalGIDs` to `ContainerEdits` |
3434
| v0.8.0 | | Remove .ToOCI() functions from specs-go package. |
3535

36-
*Note*: spec loading fails on unknown fields and when minimal required version is higher than the version specified in the spec. Minimum required version is determined based on the usage of fields mentioned in the table above. For example minimal required version is v0.6.0 if `Annotations` field is used in the spec, but `IntelRdt` is not. Golang zero default values are used for all new fields so the spec remains valid when loading older spec versions.
36+
*Note*: spec loading fails on unknown fields and when the minimum required version is higher than the version specified in the spec. The minimum required version is determined based on the usage of fields mentioned in the table above. For example the minimum required version is v0.6.0 if the `Annotations` field is used in the spec, but `IntelRdt` is not.
37+
38+
*Note*: Golang zero default values are used for all new fields so that the spec remains valid when loading older spec versions.
3739

3840
*Note*: The initial release of a **spec** with version `v0.x.0` will be tagged as
3941
`v0.x.0` with subsequent changes to the API applicable to this version tagged as `v0.x.y`.

0 commit comments

Comments
 (0)