Skip to content

Releases: clearlinux/telemetrics-client

Version 2.3.5

24 Feb 21:48
Compare
Choose a tag to compare

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

30 Jan 22:12
Compare
Choose a tag to compare

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

09 Jan 21:56
Compare
Choose a tag to compare

This release contains:

  • telemctl.c: fix buffer overflow

Version 2.3.2

18 Dec 18:32
Compare
Choose a tag to compare

This release contains:

  • Refactored klogscanner to add BERT probe functionality and removed BERT probe as independent probe.

Version 2.3.1

25 Nov 18:43
Compare
Choose a tag to compare

This release contains:

  • bertprobe: fix failures and logging.

Version 2.3.0

12 Nov 18:59
Compare
Choose a tag to compare

This release contains:

  • Explicit opt-in. This change makes sure that if telemetrics-client is installed it will require telemctl opt-in one time before it starts working.
  • Modify telemctl <command> privileges. Not every command need to be run as root.

Version 2.2.3

08 Oct 17:08
Compare
Choose a tag to compare

This release contains:

  • Simplified python probe logic.

Version 2.2.2

09 Sep 21:13
Compare
Choose a tag to compare

This release contains:

  • Multiple bug fixes.
  • Enable record creation telem_record_gen when telemetry is opt-out
  • Added a "ACPI Error" pattern for ACPI issues.

Version 2.2.1

02 Aug 22:20
Compare
Choose a tag to compare

This release contains:

  • Fixed outdated references to telemd.
  • Fixed systemd logging build.
  • crash_probe limit size of backtrace to limit processing time.

Release v2.2.0

09 Jul 17:36
Compare
Choose a tag to compare

This release contains:

  • telem_journal provide additional information in the usage message.
  • Journal, reduce severity of message when failing to opening old records.
  • For for compilation warning [-Wstringop-overflow]
  • Protect security checks from removal by compiler optimization.
  • Standardize log and debug messages across all the source code.
  • Use name space separation for daemons.
  • Provide additional information using variants in the system_name header.
  • Implement layered configuration.
  • Add support for the use of custom configuration files.
  • Fix for compilation warning [-Wstringop-truncation]
  • Fix telem_debug macro.
  • Fix position of misplaced comment.
  • Fix telempostd retries loop to make it shorter, this will reduce the time that the daemon is idle on memory.
  • Fix memory leak in spool.c