Skip to content

Commit

Permalink
prepare for release 3.14.1 (#234)
Browse files Browse the repository at this point in the history
Update changelog and prepare for release 3.14.1
  • Loading branch information
brayniac authored Apr 16, 2024
1 parent d78ff65 commit 2009bba
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 2009bba

Please sign in to comment.