From 3652511793e56781702460e326c7b76384c512f1 Mon Sep 17 00:00:00 2001 From: Caleb Metz Date: Wed, 6 Nov 2024 14:45:28 -0500 Subject: [PATCH] Creating a '0.23.6-rc1' pre-release for testing target metrics startup behavior Signed-off-by: Caleb Metz --- CHANGELOG.md | 7 +++++-- Cargo.lock | 2 +- lading/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9987cf676b..05a15b7bf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,11 @@ 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 -## Added +### Unreleased +## [0.23.6-rc1] +### Changed +- Target metrics server now starts once the target is running rather than waiting for the warmup period to end. +### Added - Introduced load profile configuration for logrotate FS. This is a breaking configuration change. diff --git a/Cargo.lock b/Cargo.lock index d9b3bcfc18..5282131966 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1425,7 +1425,7 @@ dependencies = [ [[package]] name = "lading" -version = "0.23.5" +version = "0.23.6-rc1" dependencies = [ "async-compression", "async-pidfd", diff --git a/lading/Cargo.toml b/lading/Cargo.toml index d9a1a36e84..3b22e552a2 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lading" -version = "0.23.5" +version = "0.23.6-rc1" authors = [ "Brian L. Troutwine ", "George Hahn ",