You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SPEC.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,8 @@ Released versions of the spec are available as Git tags.
33
33
||| Add `AdditionalGIDs` to `ContainerEdits`|
34
34
| v0.8.0 || Remove .ToOCI() functions from specs-go package. |
35
35
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 null default values are used for all new fields so the spec remains valid when loading older spec versions.
37
+
36
38
*Note*: The initial release of a **spec** with version `v0.x.0` will be tagged as
37
39
`v0.x.0` with subsequent changes to the API applicable to this version tagged as `v0.x.y`.
0 commit comments