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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ Released versions of the spec are available as Git tags.
32
32
| v0.7.0 || Add `IntelRdt`field. |
33
33
||| Add `AdditionalGIDs` to `ContainerEdits`|
34
34
| v0.8.0 || Remove .ToOCI() functions from specs-go package. |
35
+
| v1.0.0 || Move minimum version logic to specs-go package. |
35
36
36
37
*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
`MinimumRequiredVersion` API can be used to get the minimum required version.
0 commit comments