Skip to content

Commit 83677f7

Browse files
authored
prepare for release 2.15.1 (#268)
Update changelog and increment version number for release 2.15.1
1 parent 7e360a8 commit 83677f7

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# [Unreleased]
22

3-
# [2.15.0] - 2020-12-03
3+
# [2.15.1] - 2022-01-06
4+
## Fixed
5+
- Fixes `tcp/connection/accepted` and `tcp/connection/initiated` metrics on
6+
kernel 5.10. (#266)
7+
- Fixes `tcp/receive/duplicate` and `tcp/receive/out_of_order` metrics. (#267)
8+
9+
# [2.15.0] - 2021-12-03
410
## Changed
511
- Allow selective enablement of various BPF metrics. (#254)
612
- Support up to BCC 0.23.0 and makes it the new default version. (#256)
@@ -18,12 +24,12 @@
1824
to initialize remaining BPF probes if fault tolerant error handling is
1925
enabled. (#259)
2026

21-
# [2.14.0] - 2020-09-16
27+
# [2.14.0] - 2021-09-16
2228
## Added
2329
- Adds new `SRTT` metric for TCP sampler using BPF. (#238)
2430
- Adds new `krb5kdc` sampler to get telemetry on MIT Kerberos. (#241)
2531

26-
# [2.13.0] - 2020-07-12
32+
# [2.13.0] - 2021-07-12
2733
## Fixed
2834
- Interrupt sampler failed to sample all interrupts if it encountered an
2935
unexpected keyword. (#225)
@@ -38,7 +44,7 @@
3844
## Changed
3945
- Removed unused `interrupt/serial` metric from the interrupt sampler. (#228)
4046

41-
# [2.12.0] - 2020-06-10
47+
# [2.12.0] - 2021-06-10
4248
## Fixed
4349
- NTP sampler failed to build with musl toolchain. (#216)
4450

@@ -210,7 +216,8 @@ characteristics.
210216

211217
Initial release.
212218

213-
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.15.0...HEAD
219+
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.15.1...HEAD
220+
[2.15.1]: https://github.com/twitter/rezolus/compare/v2.15.0...v2.15.1
214221
[2.15.0]: https://github.com/twitter/rezolus/compare/v2.14.0...v2.15.0
215222
[2.14.0]: https://github.com/twitter/rezolus/compare/v2.13.0...v2.14.0
216223
[2.13.0]: https://github.com/twitter/rezolus/compare/v2.12.0...v2.13.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.15.1-alpha.0"
3+
version = "2.15.1"
44
authors = ["Brian Martin <[email protected]>"]
55
license = "Apache-2.0"
66
build = "build.rs"

0 commit comments

Comments
 (0)