From 2009bbaa22de99035c86bb509bdba0d3a6ddfcd1 Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Tue, 16 Apr 2024 13:13:23 -0700 Subject: [PATCH] prepare for release 3.14.1 (#234) Update changelog and prepare for release 3.14.1 --- CHANGELOG.md | 10 +++++++++- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa128597..6ca66f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## [Unreleased] +## [3.14.1] - 2024-04-16 + +## Fixed + +- CPU usage reporting via BPF would report CPU as always idle on some systems. + (#233) + ## [3.14.0] - 2024-04-03 ## Changed @@ -217,7 +224,8 @@ - Rewritten implementation of Rezolus using libbpf-rs and perf-event2 to provide a more modern approach to BPF and Perf Event instrumentation. -[unreleased]: https://github.com/iopsystems/rezolus/compare/v3.14.0...HEAD +[unreleased]: https://github.com/iopsystems/rezolus/compare/v3.14.1...HEAD +[3.14.1]: https://github.com/iopsystems/rezolus/compare/v3.14.0...v3.14.1 [3.14.0]: https://github.com/iopsystems/rezolus/compare/v3.13.0...v3.14.0 [3.13.0]: https://github.com/iopsystems/rezolus/compare/v3.12.0...v3.13.0 [3.12.0]: https://github.com/iopsystems/rezolus/compare/v3.11.0...v3.12.0 diff --git a/Cargo.lock b/Cargo.lock index e92329b4..0fa56e3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1527,7 +1527,7 @@ checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" [[package]] name = "rezolus" -version = "3.14.1-alpha.0" +version = "3.14.1" dependencies = [ "backtrace", "chrono", @@ -1866,7 +1866,7 @@ dependencies = [ [[package]] name = "systeminfo" -version = "3.14.1-alpha.0" +version = "3.14.1" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 0cf5fb5c..93ebc765 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" description = "High resolution systems performance telemetry agent" [workspace.package] -version = "3.14.1-alpha.0" +version = "3.14.1" license = "MIT OR Apache-2.0" [dependencies]