From 41b5484ed4c3237b9945691c21c672296902a0d8 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Wed, 17 Jul 2024 13:41:57 -0700 Subject: [PATCH] Cut 0.22.0-rc3 release This RC removes the in-flight work in #914 as it appears to be malfunctioning but does incorporate an added telemetry stream from the cgroup view of target processes. Signed-off-by: Brian L. Troutwine --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- lading/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6900b876f..f0003b8b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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.22.0-rc3] ### Added - Retrieve memory, CPU information from cgroup controller for every pid observed on Linux. diff --git a/Cargo.lock b/Cargo.lock index bece40a2c..894822010 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1387,7 +1387,7 @@ dependencies = [ [[package]] name = "lading" -version = "0.22.0-rc1" +version = "0.22.0-rc3" dependencies = [ "async-pidfd", "average", diff --git a/lading/Cargo.toml b/lading/Cargo.toml index c85f6a942..1bfc37f33 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lading" -version = "0.22.0-rc1" +version = "0.22.0-rc3" authors = [ "Brian L. Troutwine ", "George Hahn ",