Skip to content

Commit 0e2bd7a

Browse files
authored
prepare for release 2.13.0 (#234)
Update changelog and increment version number for release
1 parent a69dd0e commit 0e2bd7a

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# [Unreleased]
22

3+
# [2.13.0] - 2020-07-12
4+
## Fixed
5+
- Interrupt sampler failed to sample all interrupts if it encountered an
6+
unexpected keyword. (#225)
7+
- Interrupt sampler incorrectly initialized per-NUMA node counts for NVMe and
8+
network interrupts. (#226)
9+
- Memory sampler failed to report some stats. (#227)
10+
- CPU c-state sampling now handles older style c-state names. (#229)
11+
- Prometheus metric exposition now includes type annotations and changes the
12+
format for percentiles to be encoded as a label value. This fixes collection
13+
with OpenTelemetry. (#230)
14+
15+
## Changed
16+
- Removed unused `interrupt/serial` metric from the interrupt sampler. (#228)
17+
318
# [2.12.0] - 2020-06-10
419
## Fixed
520
- NTP sampler failed to build with musl toolchain. (#216)
@@ -172,7 +187,8 @@ characteristics.
172187

173188
Initial release.
174189

175-
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.12.0...HEAD
190+
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.13.0...HEAD
191+
[2.13.0]: https://github.com/twitter/rezolus/compare/v2.12.0...v2.13.0
176192
[2.12.0]: https://github.com/twitter/rezolus/compare/v2.11.1...v2.12.0
177193
[2.11.1]: https://github.com/twitter/rezolus/compare/v2.11.0...v2.11.1
178194
[2.11.0]: https://github.com/twitter/rezolus/compare/v2.10.0...v2.11.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rezolus"
3-
version = "2.12.0"
3+
version = "2.13.0"
44
authors = ["Brian Martin <[email protected]>"]
55
license = "Apache-2.0"
66
build = "build.rs"

0 commit comments

Comments
 (0)