Skip to content

Releases: siderolabs/talos-vmtoolsd

0.4.0

12 Feb 14:44
1993c92

Choose a tag to compare

Changelog:

  • Restore compatibility with Talos 1.5/1.6 (@mologie)

0.3.2

17 Jan 14:29

Choose a tag to compare

This release supports Talos 0.11 to 1.4 only. Talos 1.5 support is provided by the master/unstable build, and will be included into the upcoming version 0.4 of talos-vmtoolsd.

The purpose of this release is to have a 0.3.X package built and available in the siderolabs GitHub org only. It does not resolve any compatibility issues.

Changelog:

  • Migrate project to siderolabs GitHub organization
  • Add version tag to deployment YAML file #7
  • Built with Go 1.21.6

0.3.1

26 Sep 17:43

Choose a tag to compare

Changelog:

  • Fix RPC error handling, which could cause talos-vmtoolsd to stop working after vMotion or other undetermined events (#6)

Thanks to @jonkerj for this contribution!

0.3

16 Mar 11:55

Choose a tag to compare

0.3

This is the second release of talos-vmtoolsd. Changelog:

  • Add support for Talos 0.14 and later (including 1.0) by using the network resource API
  • Built with Go 1.17.8

Installation instructions are available in the release branch's readme file:

https://github.com/mologie/talos-vmtoolsd/tree/release-0.3#installation

0.2

16 Oct 14:59

Choose a tag to compare

0.2

This is the first tagged release of talos-vmtoolsd. Changelog:

  • Log JSON to stderr by default
  • Lower memory request to 8 MiB
  • Automatically sleep forever when deployed on a non-ESXi node to simplify mixed-platform deployments
  • Use distroless as base image for a compressed container size below 5 MiB
  • Run as non-root user
  • Built with Go 1.17.2

Installation instructions are available in the release branch's readme file:

https://github.com/mologie/talos-vmtoolsd/tree/release-0.2#installation

There are no known issues, and no issues were fixed compared to the previous untagged/unstable release from 2020.
A pre-release version of this build has been in use at Authentic Vision's production cluster for almost one year.