Skip to content

Commit

Permalink
Cut lading 0.22.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
blt committed Aug 19, 2024
1 parent 6945a58 commit aef2248
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Added
- Retrieve memory, CPU information from cgroup controller for every pid observed on Linux.

## [0.22.0]
### Fixed
- Fixes bugs in `smaps` parsing code that can result in under-counting RSS in
the smaps view of the data.

## [0.22.0-rc1]
### Fixed
- Target observer was not exposed through CLI.

## [0.22.0-rc0]
### Changed
- Now built using rust 1.79.0
### Added
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 lading/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lading"
version = "0.22.0-rc1"
version = "0.22.0"
authors = [
"Brian L. Troutwine <brian.troutwine@datadoghq.com>",
"George Hahn <george.hahn@datadoghq.com>",
Expand Down

0 comments on commit aef2248

Please sign in to comment.