Skip to content

Commit 5c5403b

Browse files
jonkerjsmira
authored andcommitted
feat: update vmtoolsd to v1.1.0
This version introduces ARM support Signed-off-by: Jorik Jonker <[email protected]> Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 0723b38 commit 5c5403b

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

guest-agents/vars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ XEN_GUEST_AGENT_VERSION: 5c274e651c29f92fc0c418fda486373b0f34f0da
1515
XEN_GUEST_AGENT_SHA256: c52f4781739e500e98a3298c9e44fe9bcbe1892c22aa6bb031d1a847123deaaa
1616
XEN_GUEST_AGENT_SHA512: 49bf15d7257f7fcb5ac919ca57e8c16bb6f8199684adef034bd1e7683dd9fb23a5604667fb75e27eadd02a2f9b130339409873b5720d7d3f5e4153feb5fa98ba
1717
# renovate: datasource=github-releases depName=siderolabs/talos-vmtoolsd
18-
TALOS_VMTOOLSD_VERSION: v1.0.0
18+
TALOS_VMTOOLSD_VERSION: v1.1.0
1919
# renovate: datasource=github-releases depName=siderolabs/talos-metal-agent
2020
TALOS_METAL_AGENT_VERSION: v0.1.3
Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
name: vmtoolsd-guest-agent
22
variant: scratch
33
shell: /bin/bash
4-
# {{ if eq .ARCH "aarch64" }} This in fact is YAML comment, but Go templating instruction is evaluated by bldr
5-
# VMWare doesn't support arm64
6-
dependencies:
7-
- stage: base
8-
steps:
9-
- prepare:
10-
- |
11-
sed -i 's#$VERSION#{{ .VERSION }}#' /pkg/stub-manifest.yaml
12-
- |
13-
mkdir /rootfs
14-
finalize:
15-
- from: /pkg/stub-manifest.yaml
16-
to: /manifest.yaml
17-
- from: /rootfs
18-
to: /rootfs
19-
# {{ else }} This in fact is YAML comment, but Go templating instruction is evaluated by bldr
204
dependencies:
215
- stage: base
226
- image: {{ .BUILD_ARG_PKGS_PREFIX }}/talos-vmtoolsd:{{ .TALOS_VMTOOLSD_VERSION }}
@@ -29,4 +13,3 @@ steps:
2913
finalize:
3014
- from: /rootfs
3115
to: /
32-
# {{ end }} This in fact is YAML comment, but Go templating instruction is evaluated by bldr

hack/release.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Kata containers: 3.17.0
3232
NVIDIA LTS: 535.247.01
3333
NVIDIA Production: 570.140.08
3434
NVIDIA Container Toolkit: 1.17.8
35+
vmtoolsd: 1.1.0
3536
"""
3637

3738
[notes.youki]

0 commit comments

Comments
 (0)