From 5a059bee8d8ffa4e75947c5055fb0abeefc582e6 Mon Sep 17 00:00:00 2001 From: Jesus Vazquez Date: Thu, 4 Dec 2025 20:16:04 +0100 Subject: [PATCH] Release v0.28.0 Signed-off-by: Jesus Vazquez --- CHANGELOG.md | 25 +++++++++++++++++++------ VERSION | 2 +- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3571d750..71bbc0d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,30 @@ BREAKING CHANGES: +* [CHANGE] +* [FEATURE] +* [ENHANCEMENT] +* [BUGFIX] + +## 0.28.0 / 2025-12-04 + +BREAKING CHANGES: + * The `--log.prober` flag behavior has changed. The scrape probe logger is now an independent logger. Please review the README.md and adjust configurations as needed. #1461 * Log leveling has been improved for several prober modules. Changes include logging errors at `ERROR` level instead of `INFO`, and adjusting many prober logs from `INFO` to `DEBUG` level. To see more detailed probe logs, set `--log.prober=debug`. #1461 Changes: -* [CHANGE] -* [FEATURE] -* [ENHANCEMENT] -* [BUGFIX] -* [FEATURE] Support config reload automatically - feature flag `config.enable-auto-reload`, `config.auto-reload-interval` -* [CHANGE] Config is not reloaded if the file content didn't change when using all reload methods +* [CHANGE] Make default HTTP User-Agent compliant with RFC9110 (now `Blackbox-Exporter/`) #1446 +* [CHANGE] Config is not reloaded if the file content didn't change when using all reload methods #1464 +* [FEATURE] Support HTTP/3 (QUIC) prober #1425 +* [FEATURE] Add support for configuring gRPC metadata in gRPC prober #956 +* [FEATURE] Implement byte matching in TCP query responses #1441 +* [FEATURE] Add a new type of probe using unix domain sockets #1480 +* [FEATURE] Support config reload automatically - feature flag `config.enable-auto-reload`, `config.auto-reload-interval` #1464 +* [BUGFIX] Fix retrieving probe logs by target name when probed by multiple modules #1257 +* [BUGFIX] Fix error handling in auto-reload config case #1478 +* [BUGFIX] Fix `debug` param log output work regardless of log level #1438 ## 0.27.0 / 2025-06-26 diff --git a/VERSION b/VERSION index 1b58cc10..697f087f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.27.0 +0.28.0