From ef95f5c0a6f1ea2d52f49494b6288b7d7cf27bbd Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Thu, 6 Jul 2023 18:36:40 +0000 Subject: [PATCH] Update changelog, propose 0.17.0 Signed-off-by: Brian L. Troutwine --- CHANGELOG.md | 14 ++++---------- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 418067b1d..245b86b90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,17 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased - -## [0.17.0-rc3] -### Changed - - On Linux calculate CPU utilization in terms of logical, not physical, cores when possible. - -## [0.17.0-rc2] -### Changed - - CPU percentage calculated in the same manner as Agent's - -## [0.17.0-rc1] +## [0.17.0] ### Changed +- Adjusted the default throttle to stable from predictive +- On Linux calculate CPU utilization in terms of logical, not physical, cores when possible. +- CPU percentage calculated in the same manner as Agent's - Throttle metrics are now labeled with the respective generator's labels. - Observer now calculates CPU utilization with respect to target cgroup hard, soft limits. diff --git a/Cargo.lock b/Cargo.lock index d3ca33776..e7c987505 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -817,7 +817,7 @@ dependencies = [ [[package]] name = "lading" -version = "0.17.0-rc3" +version = "0.17.0" dependencies = [ "async-pidfd", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 4a1a8adc8..242ae1ced 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["./", "integration/sheepdog", "integration/ducks"] [package] name = "lading" -version = "0.17.0-rc3" +version = "0.17.0" authors = ["Brian L. Troutwine "] edition = "2021" license = "MIT"