From 160473e5ab68eaca91ab8ec95e66b97c74a8a907 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 --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index 06d374cc..21a6b1a7 100644 --- a/SPEC.md +++ b/SPEC.md @@ -26,7 +26,7 @@ Released versions of the spec are available as Git tags. | v0.3.0 | | Initial tagged release of Spec | | 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 | +| 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`.