Skip to content

Commit 3652511

Browse files
committed
Creating a '0.23.6-rc1' pre-release for testing target metrics startup behavior
Signed-off-by: Caleb Metz <[email protected]>
1 parent 4afad48 commit 3652511

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
8-
## Added
7+
### Unreleased
8+
## [0.23.6-rc1]
9+
### Changed
10+
- Target metrics server now starts once the target is running rather than waiting for the warmup period to end.
11+
### Added
912
- Introduced load profile configuration for logrotate FS. This is a breaking
1013
configuration change.
1114

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lading/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lading"
3-
version = "0.23.5"
3+
version = "0.23.6-rc1"
44
authors = [
55
"Brian L. Troutwine <[email protected]>",
66
"George Hahn <[email protected]>",

0 commit comments

Comments
 (0)