File tree Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ XEN_GUEST_AGENT_VERSION: 5c274e651c29f92fc0c418fda486373b0f34f0da
15
15
XEN_GUEST_AGENT_SHA256 : c52f4781739e500e98a3298c9e44fe9bcbe1892c22aa6bb031d1a847123deaaa
16
16
XEN_GUEST_AGENT_SHA512 : 49bf15d7257f7fcb5ac919ca57e8c16bb6f8199684adef034bd1e7683dd9fb23a5604667fb75e27eadd02a2f9b130339409873b5720d7d3f5e4153feb5fa98ba
17
17
# renovate: datasource=github-releases depName=siderolabs/talos-vmtoolsd
18
- TALOS_VMTOOLSD_VERSION : v1.0 .0
18
+ TALOS_VMTOOLSD_VERSION : v1.1 .0
19
19
# renovate: datasource=github-releases depName=siderolabs/talos-metal-agent
20
20
TALOS_METAL_AGENT_VERSION : v0.1.3
Original file line number Diff line number Diff line change 1
1
name : vmtoolsd-guest-agent
2
2
variant : scratch
3
3
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
20
4
dependencies :
21
5
- stage : base
22
6
- image : {{ .BUILD_ARG_PKGS_PREFIX }}/talos-vmtoolsd:{{ .TALOS_VMTOOLSD_VERSION }}
29
13
finalize :
30
14
- from : /rootfs
31
15
to : /
32
- # {{ end }} This in fact is YAML comment, but Go templating instruction is evaluated by bldr
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ Kata containers: 3.17.0
32
32
NVIDIA LTS: 535.247.01
33
33
NVIDIA Production: 570.140.08
34
34
NVIDIA Container Toolkit: 1.17.8
35
+ vmtoolsd: 1.1.0
35
36
"""
36
37
37
38
[notes .youki ]
You can’t perform that action at this time.
0 commit comments