From dd165731b0667774de3ec7147adc68ad55d0d254 Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Wed, 20 Mar 2024 09:39:21 -0700 Subject: [PATCH] prepare for release 3.10.1 (#183) Update changelog and prepare for release 3.10.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 ad0f3ad3..32728214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## [Unreleased] +## [3.10.1] - 2024-03-20 + +## Fixed + +- Fixes per-CPU idle time accounting in the BPF-based sampler. Starting in + release 3.9.0 these metrics incorrectly report no idle time. (#181) + ## [3.10.0] - 2024-03-19 ## Added @@ -148,7 +155,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.10.0...HEAD +[unreleased]: https://github.com/iopsystems/rezolus/compare/v3.10.1...HEAD +[3.10.1]: https://github.com/iopsystems/rezolus/compare/v3.20.0...v3.10.1 [3.10.0]: https://github.com/iopsystems/rezolus/compare/v3.9.0...v3.10.0 [3.9.0]: https://github.com/iopsystems/rezolus/compare/v3.8.0...v3.9.0 [3.8.0]: https://github.com/iopsystems/rezolus/compare/v3.7.0...v3.8.0 diff --git a/Cargo.lock b/Cargo.lock index 621fe0a4..b75c7ff3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1494,7 +1494,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "rezolus" -version = "3.10.1-alpha.0" +version = "3.10.1" dependencies = [ "backtrace", "chrono", @@ -1841,7 +1841,7 @@ dependencies = [ [[package]] name = "systeminfo" -version = "3.10.1-alpha.0" +version = "3.10.1" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 144bad57..8083af9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" description = "High resolution systems performance telemetry agent" [workspace.package] -version = "3.10.1-alpha.0" +version = "3.10.1" license = "MIT OR Apache-2.0" [dependencies]