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
1515XEN_GUEST_AGENT_SHA256 : c52f4781739e500e98a3298c9e44fe9bcbe1892c22aa6bb031d1a847123deaaa
1616XEN_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
2020TALOS_METAL_AGENT_VERSION : v0.1.3
Original file line number Diff line number Diff line change 11name : vmtoolsd-guest-agent
22variant : scratch
33shell : /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
204dependencies :
215 - stage : base
226 - image : {{ .BUILD_ARG_PKGS_PREFIX }}/talos-vmtoolsd:{{ .TALOS_VMTOOLSD_VERSION }}
2913finalize :
3014 - from : /rootfs
3115 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
3232NVIDIA LTS: 535.247.01
3333NVIDIA Production: 570.140.08
3434NVIDIA Container Toolkit: 1.17.8
35+ vmtoolsd: 1.1.0
3536"""
3637
3738 [notes .youki ]
You can’t perform that action at this time.
0 commit comments