From 01a7c42a902eadb692cde9889e68db5327c76b09 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Wed, 21 Feb 2024 16:28:14 +0100 Subject: [PATCH] Lading 0.20.9-rc0 This commit addresses an issue with the prometheus target metrics where a blank line in the target output may cause a panic. Signed-off-by: Brian L. Troutwine --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- lading/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe0dbe40..0b5217142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.20.9-rc0] +### Fixed +- Do not crash on prometheus export that includes blank lines. + ## [0.20.8] ### Added - Parse working set memory from cgroups on Linux, opens the door to future diff --git a/Cargo.lock b/Cargo.lock index 438d7c777..e083a8ff0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1078,7 +1078,7 @@ dependencies = [ [[package]] name = "lading" -version = "0.20.8" +version = "0.20.9-rc0" dependencies = [ "async-pidfd", "average", diff --git a/lading/Cargo.toml b/lading/Cargo.toml index 63b155325..31c27ddfb 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lading" -version = "0.20.8" +version = "0.20.9-rc0" authors = ["Brian L. Troutwine ", "George Hahn