Skip to content

Commit

Permalink
Update changelog, propose 0.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Jul 6, 2023
1 parent 90d86c5 commit ef95f5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
14 changes: 4 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -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 <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit ef95f5c

Please sign in to comment.