Skip to content

Commit 1ef4bbc

Browse files
authored
Merge pull request #220 from bart0sh/PR021-update-release-history
Release table: add forgotten v0.5.0 change
2 parents 1057f0e + 76457dc commit 1ef4bbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SPEC.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Released versions of the spec are available as Git tags.
2626
| v0.3.0 | | Initial tagged release of Spec |
2727
| v0.4.0 | | Added `type` field to Mount specification |
2828
| v0.5.0 | | Add `HostPath` to `DeviceNodes` |
29+
| | | Allow device name to start with a digit |
2930
| v0.6.0 | | Add `Annotations` field to `Spec` and `Device` specifications |
3031
| | | Allow dots (`.`) in name segment of `Kind` field. |
3132
| v0.7.0 | | Add `IntelRdt`field. |
@@ -194,8 +195,7 @@ Note: For a CDI file to be valid, at least one entry must be specified in this a
194195

195196
* `devices` (array of objects, REQUIRED) list of devices provided by the vendor.
196197
* `name` (string, REQUIRED), name of the device, can be used to refer to it when requesting a device.
197-
* Beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (\_), dots (.), and alphanumerics between.
198-
* e.g: `docker/podman run --device foo ...`
198+
* Beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (\_), dots (.), and alphanumerics between. Beginning with digits is supported from v0.5.0.
199199
* Entries in the array MUST use the same schema as the entry for the `name` field
200200
* `containerEdits` (object, OPTIONAL) this field is described in the next section.
201201
* This field should only be merged in the OCI spec if the device has been requested by the container runtime user.

0 commit comments

Comments
 (0)