From 19856fb68765078dd6cea3b71a3d281cfbcfdfa5 Mon Sep 17 00:00:00 2001 From: adrianc Date: Tue, 2 May 2023 19:12:12 +0300 Subject: [PATCH] Update Spec.md Update v0.6.0 released versions entry with updated changes. Signed-off-by: adrianc Co-authored-by: Evan Lezar --- SPEC.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SPEC.md b/SPEC.md index 06d374c..1914aaf 100644 --- a/SPEC.md +++ b/SPEC.md @@ -27,6 +27,7 @@ Released versions of the spec are available as Git tags. | v0.4.0 | | Added `type` field to Mount specification | | v0.5.0 | | Add `HostPath` to `DeviceNodes` | | v0.6.0 | | Add `Annotations` field to `Spec` and `Device` specifications | +| | | Allow dots (`.`) in name segment of `Kind` field | *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`.