Skip to content

Commit a1145af

Browse files
committed
Release 0.25.2-rc0
This commit cuts the first RC release for 0.25.2. Minor changes are present here -- some telemetry changes, base OS image is updated -- and we believe now that the container images will be published properly. Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent fdcd881 commit a1145af

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ 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-
- The `bytes_received` metric in the HTTP and splunk_hec blackholes now tracks
7+
## [0.25.2-rc0]
8+
## Changed
9+
- The `bytes_received` metric in the HTTP and splunk_heck blackholes now tracks
910
wire bytes, the former metric is preserved with `decoded_bytes_received`.
1011
- Base image is now bookworm, updated from bullseye.
1112

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.25.1"
3+
version = "0.25.2-rc0"
44
authors = [
55
"Brian L. Troutwine <[email protected]>",
66
"George Hahn <[email protected]>",

0 commit comments

Comments
 (0)