Skip to content

Commit

Permalink
fix: vmtoolsd extension name
Browse files Browse the repository at this point in the history
Fix the name used for vmtools, as it was conflicting with the container
image name in talos-vmtoolds repo.

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Apr 3, 2024
1 parent eb79cf8 commit eb36dc5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ spec:
- realtek-firmware
- stargz-snapshotter
- tailscale
- talos-vmtoolsd
- thunderbolt
- usb-modem-drivers
- util-linux-tools
- v4l-uvc-drivers
- vmtoolsd-guest-agent
- wasmedge
- xen-guest-agent
- zfs
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-04-02T12:54:22Z by kres latest.
# Generated on 2024-04-03T11:18:15Z by kres latest.

# common variables

Expand Down Expand Up @@ -85,11 +85,11 @@ TARGETS += qlogic-firmware
TARGETS += realtek-firmware
TARGETS += stargz-snapshotter
TARGETS += tailscale
TARGETS += talos-vmtoolsd
TARGETS += thunderbolt
TARGETS += usb-modem-drivers
TARGETS += util-linux-tools
TARGETS += v4l-uvc-drivers
TARGETS += vmtoolsd-guest-agent
TARGETS += wasmedge
TARGETS += xen-guest-agent
TARGETS += zfs
Expand Down
2 changes: 1 addition & 1 deletion guest-agents/talos-vmtoolsd/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: talos-vmtoolsd
name: vmtoolsd-guest-agent
variant: scratch
dependencies:
- image: {{ .BUILD_ARG_PKGS_PREFIX }}/talos-vmtoolsd:{{ .TALOS_VMTOOLSD_VERSION }}
Expand Down
15 changes: 11 additions & 4 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ See [Talos Linux documentation](https://www.talos.dev/v1.7/talos-guides/configur
description = """\
Xen guest agent extension is now available. This removes the previous `xe-guest-utilities` extension.
See [this](https://github.com/xenserver/xe-guest-utilities/issues/118) for more info.
"""

[notes.vmtoolsd]
title = "VMware Tools Daemon"
description = """\
VMware Tools Daemon extension is now available. This extension provides the VMware Tools Daemon for VMware guests.
See [Talos VMToolsd](https://github.com/siderolabs/talos-vmtoolsd/) for more info.
"""

[notes.updates]
Expand All @@ -29,11 +36,11 @@ See [this](https://github.com/xenserver/xe-guest-utilities/issues/118) for more
* ZFS: 2.2.3
* Linux Firmware: 20240312
* DRBD: 9.2.8
* gvisor: 20240305.0
* gvisor: 20240325.0
* QEMU: 8.2.2
* Tailscale: 1.60.1
* nvidia-container-runtime: v1.14.5
* libnvidia-container: v1.14.5
* Tailscale: 1.62.1
* nvidia-container-runtime: v1.14.6
* libnvidia-container: v1.14.6
* Intel CPU Microcode: 20240312
"""

Expand Down

0 comments on commit eb36dc5

Please sign in to comment.