Skip to content

Commit

Permalink
Merge pull request #10 from siderolabs/release-0.4
Browse files Browse the repository at this point in the history
Prepare for release 0.4.0
  • Loading branch information
robinelfrink authored Feb 12, 2024
2 parents 4219781 + b6f6cf9 commit 1993c92
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion deploy/unstable.yaml → deploy/latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package tvmtoolsd

const Version = "0.3.1"
const Version = "0.4.0"

0 comments on commit 1993c92

Please sign in to comment.