This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Releases: clearlinux/telemetrics-client
Releases · clearlinux/telemetrics-client
v2.4.3-rc1: configure.ac: bump version
Small improvements after static code analysis. Signed-off-by: Alex Jaramillo <[email protected]>
v2.4.2
v2.4.0: configure.ac: bump version
This release contains:
- Record format changed from simple text to json format.
Version 2.3.5
This release contains:
- Fix first record missing from telemetry journal when the service is woken up.
- Do not start the klogscanner service when running inside a container.
Version 2.3.4
This release contains:
- Fix in crash probe counter reset.
- Random shift for hprobe timer.
- Fix memory leaks in oops_parser.
- Valgrind memcheck added to check unit tests.
- Transition from travis-CI to GitHub actions.
Version 2.3.3
This release contains:
- telemctl.c: fix buffer overflow
Version 2.3.2
This release contains:
- Refactored klogscanner to add BERT probe functionality and removed BERT probe as independent probe.
Version 2.3.1
This release contains:
- bertprobe: fix failures and logging.
Version 2.3.0
This release contains:
- Explicit opt-in. This change makes sure that if telemetrics-client is installed it will require
telemctl opt-inone time before it starts working. - Modify
telemctl <command>privileges. Not every command need to be run as root.
Version 2.2.3
This release contains:
- Simplified python probe logic.