diff --git a/README.md b/README.md index 5848cbe..9170634 100644 --- a/README.md +++ b/README.md @@ -28,16 +28,16 @@ rm vmtoolsd-secret.yaml Install or upgrade `talos-vmtoolsd`: ``` -kubectl apply -f https://raw.githubusercontent.com/siderolabs/talos-vmtoolsd/release-0.3/deploy/0.3.yaml +kubectl apply -f https://raw.githubusercontent.com/siderolabs/talos-vmtoolsd/master/deploy/latest.yaml ``` # Talos Compatibility Matrix -| ⬇️ Tools \ Talos ➡️ | 0.7 - 0.10 | 0.11 - 0.13 | 0.14 - 1.4 | 1.4 | 1.5+ | -| ----------------- | ---------- | ----------- | ---------- | --- | ---- | -| **0.4** (master) | ❌ | ❌ | ❌ | ✅ | ✅ | -| **0.3** (current) | ❌ | ✅ | ✅ | ✅ | ❌ | -| **0.2** | ✅ | ✅ | ❌ | ❌ | ❌ | +| ⬇️ Tools \ Talos ➡️ | 0.7 - 0.10 | 0.11 - 0.13 | 0.14 - 1.4 | 1.4 | 1.5 | 1.6+ +| ------------------ | ---------- | ----------- | ---------- | --- | --- | ---- +| **0.4** (current) | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | +| **0.3** | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | +| **0.2** | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | # Roadmap diff --git a/deploy/unstable.yaml b/deploy/latest.yaml similarity index 96% rename from deploy/unstable.yaml rename to deploy/latest.yaml index b148816..3a899a1 100644 --- a/deploy/unstable.yaml +++ b/deploy/latest.yaml @@ -29,7 +29,7 @@ spec: operator: Exists effect: NoSchedule containers: - - image: ghcr.io/siderolabs/talos-vmtoolsd-unstable:latest + - image: ghcr.io/siderolabs/talos-vmtoolsd:latest imagePullPolicy: Always name: talos-vmtoolsd volumeMounts: diff --git a/version.go b/version.go index b5bc13d..bb76e79 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package tvmtoolsd -const Version = "0.3.1" +const Version = "0.4.0"