From 64993629c9f96784120471e15cc8a156b9e58d05 Mon Sep 17 00:00:00 2001 From: Oliver Kuckertz Date: Wed, 17 Jan 2024 11:41:24 +0100 Subject: [PATCH] Update readme for release 0.3.2 [skip ci] --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c3d5d4..5848cbe 100644 --- a/README.md +++ b/README.md @@ -28,15 +28,15 @@ rm vmtoolsd-secret.yaml Install or upgrade `talos-vmtoolsd`: ``` -kubectl apply -f https://raw.githubusercontent.com/mologie/talos-vmtoolsd/release-0.3/deploy/0.3.yaml +kubectl apply -f https://raw.githubusercontent.com/siderolabs/talos-vmtoolsd/release-0.3/deploy/0.3.yaml ``` # Talos Compatibility Matrix | ⬇️ Tools \ Talos ➡️ | 0.7 - 0.10 | 0.11 - 0.13 | 0.14 - 1.4 | 1.4 | 1.5+ | | ----------------- | ---------- | ----------- | ---------- | --- | ---- | -| **0.4** (current) | ❌ | ❌ | ❌ | ✅ | ✅ | -| **0.3** | ❌ | ✅ | ✅ | ✅ | ❌ | +| **0.4** (master) | ❌ | ❌ | ❌ | ✅ | ✅ | +| **0.3** (current) | ❌ | ✅ | ✅ | ✅ | ❌ | | **0.2** | ✅ | ✅ | ❌ | ❌ | ❌ | # Roadmap