From 689731683364633bb29129cab259641402ac519a Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Mon, 4 Nov 2024 12:27:43 -0800 Subject: [PATCH] Release lading 0.23.5 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 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- lading/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e9092d2a..17bb285c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 89852a539..7111fa4d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1424,7 +1424,7 @@ dependencies = [ [[package]] name = "lading" -version = "0.23.4" +version = "0.23.5" dependencies = [ "async-compression", "async-pidfd", diff --git a/lading/Cargo.toml b/lading/Cargo.toml index 59299467f..31b4e67f0 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lading" -version = "0.23.4" +version = "0.23.5" authors = [ "Brian L. Troutwine ", "George Hahn ",