Telegraf | v1.39.1

Telegraf v1.39.1 released on 29-06-2026


Telegraf v1.39.1 is out now. Operators and integrators get a set of targeted bug fixes that address session reload leaks, panics under load, parsing issues and packaging problems.

See the release notes on the project’s GitHub release page for full details, downloads and SHA256 checksums.

What’s in this release

  • Build: tarballs are created correctly from the build system, ensuring downloadable archives match expected outputs.
  • Inputs.opcua: sessions are closed on stop to avoid reload leaks and client certificates are skipped on unsecured “None” channels.
  • Stability and parsing fixes: inputs.tail now avoids panics when closing tailers under load; inputs.temp uses non-blocking hwmon reads; inputs.vsphere restores the vSAN overall_health metric; inputs.smartctl restricts parsing to stdout to prevent corrupting JSON; processors.parser correctly handles metrics without inner timestamps.

Upgrade notes

  • OpenWeatherMap: calls to the deprecated v2.5 group API have been removed. Review your openweathermap configuration and apply the provided migration for query_style as documented in the release notes.
  • Migrations added for inputs.aerospike, inputs.kafka_consumer (connection_strategy), inputs.openstack (server_diagnostics), inputs.openweathermap (query_style), inputs.tail (from_beginning) and outputs.amon — consult the migrations section before upgrading.

If you upgrade, please share how it goes and report any regressions or unexpected behaviour on the project’s GitHub issues so others can benefit from your experience.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes