Skip to content

Commit

Permalink
Review suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Lezar <[email protected]>
  • Loading branch information
bart0sh and elezar authored Nov 7, 2024
1 parent 8eff856 commit c1238af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ Released versions of the spec are available as Git tags.
| | | Add `AdditionalGIDs` to `ContainerEdits` |
| v0.8.0 | | Remove .ToOCI() functions from specs-go package. |

*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.
*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.

*Note*: Golang zero default values are used for all new fields so that the spec remains valid when loading older spec versions.

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

0 comments on commit c1238af

Please sign in to comment.