Skip to content

Commit 4010c8b

Browse files
committed
Cut lading 0.22.0
This commit is the release of 0.22.0 version of lading. We have improved lading's ability to operate in a container ecosystem, exposing telemetry over UDS and by allowing a target to be specified by container name and enable effectively infinite duration experiments. REF SMPTNG-441 Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
1 parent 1b90dbc commit 4010c8b

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8-
### Added
9-
- Retrieve memory, CPU information from cgroup controller for every pid observed on Linux.
8+
9+
## [0.22.0]
1010
### Fixed
1111
- Fixes bugs in `smaps` parsing code that can result in under-counting RSS in
1212
the smaps view of the data.
13-
14-
## [0.22.0-rc1]
15-
### Fixed
1613
- Target observer was not exposed through CLI.
17-
18-
## [0.22.0-rc0]
1914
### Changed
2015
- Now built using rust 1.79.0
2116
### Added

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.

lading/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lading"
3-
version = "0.22.0-rc1"
3+
version = "0.22.0"
44
authors = [
55
"Brian L. Troutwine <brian.troutwine@datadoghq.com>",
66
"George Hahn <george.hahn@datadoghq.com>",

0 commit comments

Comments
 (0)