Skip to content

Commit

Permalink
prepare for release 2.13.0 (#234)
Browse files Browse the repository at this point in the history
Update changelog and increment version number for release
  • Loading branch information
brayniac committed Jul 12, 2021
1 parent a69dd0e commit 0e2bd7a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,20 @@
# [Unreleased]

# [2.13.0] - 2020-07-12
## Fixed
- Interrupt sampler failed to sample all interrupts if it encountered an
unexpected keyword. (#225)
- Interrupt sampler incorrectly initialized per-NUMA node counts for NVMe and
network interrupts. (#226)
- Memory sampler failed to report some stats. (#227)
- CPU c-state sampling now handles older style c-state names. (#229)
- Prometheus metric exposition now includes type annotations and changes the
format for percentiles to be encoded as a label value. This fixes collection
with OpenTelemetry. (#230)

## Changed
- Removed unused `interrupt/serial` metric from the interrupt sampler. (#228)

# [2.12.0] - 2020-06-10
## Fixed
- NTP sampler failed to build with musl toolchain. (#216)
Expand Down Expand Up @@ -172,7 +187,8 @@ characteristics.

Initial release.

[Unreleased]: https://github.com/twitter/rezolus/compare/v2.12.0...HEAD
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.13.0...HEAD
[2.13.0]: https://github.com/twitter/rezolus/compare/v2.12.0...v2.13.0
[2.12.0]: https://github.com/twitter/rezolus/compare/v2.11.1...v2.12.0
[2.11.1]: https://github.com/twitter/rezolus/compare/v2.11.0...v2.11.1
[2.11.0]: https://github.com/twitter/rezolus/compare/v2.10.0...v2.11.0
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
@@ -1,6 +1,6 @@
[package]
name = "rezolus"
version = "2.12.0"
version = "2.13.0"
authors = ["Brian Martin <bmartin@twitter.com>"]
license = "Apache-2.0"
build = "build.rs"
Expand Down

0 comments on commit 0e2bd7a

Please sign in to comment.