From 756576349d2ec70c372334ec48a9a03f883aaa65 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Mon, 16 Dec 2024 19:58:01 -0800 Subject: [PATCH] add changelog entry Signed-off-by: Brian L. Troutwine --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9050011c..53e6abfb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Changed - The `bytes_received` metric in the HTTP blackhole now tracks wire bytes, the former metric is preserved with `decoded_bytes_received`. +- Base image is now bookworm, updated from bullseye. ## [0.25.1] ## Removed