Skip to content

Commit fd5b270

Browse files
jonkerjsmira
authored andcommitted
feat: update talos-vmtoolsd to v1.0.0
It has just been released. Signed-off-by: Jorik Jonker <[email protected]> Signed-off-by: Andrey Smirnov <[email protected]>
1 parent e12c495 commit fd5b270

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

guest-agents/vars.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ PCRE2_VERSION: 10.42
77
# renovate: datasource=git-tags depName=https://gitlab.com/xen-project/xen-guest-agent.git
88
XEN_GUEST_AGENT_VERSION: 5c274e651c29f92fc0c418fda486373b0f34f0da
99
# renovate: datasource=github-releases depName=siderolabs/talos-vmtoolsd
10-
TALOS_VMTOOLSD_VERSION: v0.6.1
10+
TALOS_VMTOOLSD_VERSION: v1.0.0
1111
# renovate: datasource=github-releases depName=siderolabs/talos-metal-agent
1212
TALOS_METAL_AGENT_VERSION: v0.1.2

guest-agents/vmtoolsd-guest-agent/pkg.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
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+
finalize:
7+
- from: /
8+
to: /
9+
# {{ else }} This in fact is YAML comment, but Go templating instruction is evaluated by bldr
410
dependencies:
511
- stage: base
612
- image: {{ .BUILD_ARG_PKGS_PREFIX }}/talos-vmtoolsd:{{ .TALOS_VMTOOLSD_VERSION }}
@@ -13,3 +19,4 @@ steps:
1319
finalize:
1420
- from: /rootfs
1521
to: /
22+
# {{ end }} This in fact is YAML comment, but Go templating instruction is evaluated by bldr

0 commit comments

Comments
 (0)