Skip to content

Commit

Permalink
Release lading 0.23.5
Browse files Browse the repository at this point in the history
This commit addresses a bug in the lading target mechanism. In some cases
pid 0 would be reported by docker as the pid of the watched container. We
also now scope our release down to only the container artifact.

Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
  • Loading branch information
blt committed Nov 4, 2024
1 parent 319e9be commit 6897316
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
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
## [0.23.5]
### Fixed
- Target pid watcher will not report 0 for containers.
### Removed
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.23.4"
version = "0.23.5"
authors = [
"Brian L. Troutwine <brian.troutwine@datadoghq.com>",
"George Hahn <george.hahn@datadoghq.com>",
Expand Down

0 comments on commit 6897316

Please sign in to comment.