talos-vmtoolsd

VMware tools implementation for the Talos Kubernetes platform, using govmomi and Talos' apid

APACHE-2.0 License

Stars
27
Committers
6

Bot releases are visible (Hide)

talos-vmtoolsd - v0.6.0

Published by robinelfrink 3 months ago

What's Changed

Full Changelog: https://github.com/siderolabs/talos-vmtoolsd/compare/v0.5.1...v0.6.0

talos-vmtoolsd - v0.5.1 Latest Release

Published by robinelfrink 5 months ago

Starting with this release the tag will be prepended with 'v'.

What's Changed

New Contributors

Full Changelog: https://github.com/siderolabs/talos-vmtoolsd/compare/v0.5.0...v0.5.1

talos-vmtoolsd - 0.5.0

Published by robinelfrink 7 months ago

This release adds support to run talos-vmtoolsd as a System Extension.

What's Changed

New Contributors

Full Changelog: https://github.com/siderolabs/talos-vmtoolsd/compare/0.4.0...0.5.0

talos-vmtoolsd - 0.4.0

Published by robinelfrink 8 months ago

Changelog:

  • Restore compatibility with Talos 1.5/1.6 (@mologie)
talos-vmtoolsd - 0.3.2

Published by mologie 9 months ago

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
talos-vmtoolsd - 0.3.1

Published by mologie about 2 years ago

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!

talos-vmtoolsd - 0.3

Published by mologie over 2 years ago

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

talos-vmtoolsd - 0.2

Published by mologie about 3 years ago

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.