From 9458ebdd398e0414e83bc02fd3c636485c97292a Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Tue, 26 Aug 2025 17:58:37 +0000 Subject: [PATCH] Update CHANGES, VERSION, and NEWS for v8.0.1 --- CHANGES | 4 ++++ NEWS | 28 ++++++++++++++++++++++++++++ VERSION | 2 +- 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 39b210b3b0..4ae920e305 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +8.0.1 | 2025-08-26 17:58:37 +0000 + + * Update CHANGES, VERSION, and NEWS for v8.0.1 (Tim Wojtulewicz, Corelight) + 8.0.0-12 | 2025-08-26 09:47:30 -0700 * cluster/serializer/broker: Drop unused include (Arne Welzel, Corelight) diff --git a/NEWS b/NEWS index b282d5ce96..4b1357a4c7 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,34 @@ This document summarizes the most important changes in the current Zeek release. For an exhaustive list of changes, see the ``CHANGES`` file (note that submodules, such as Broker, come with their own ``CHANGES``.) +Zeek 8.0.1 +========== + +We would like to thank Fupeng Zhao (@AmazingPP), Mike Dopheide (@dopheide-esnet), and +@DigiAngel for their contributions to this release. + +- The official Zeek docker images are now based on Debian 13.0 (trixie). + +- Cluster data passed via websockets was previously double-wrapping Broker data records, + leading to decoding issues. This is now resolved. + +- Cluster events will no longer pass empty arrays for metadata if there was no metadata + for the event. + +- The PostgreSQL analyzer now only reports login success after a ``ReadyForQuery`` message + is received. + +- Zeekctl added a new ``MetricsAddr`` address to override the address that the telemetry + uses to communicate to Prometheus. It defaults to ``0.0.0.0`` and the documentation + describes how to override it. + +- Zeekctl added documentation for the ``MetricsPort`` option used to control what ports + the telemetry framework listens on to communicate with Prometheus. It describes how + the range is chosen, as well as how to override it. + +- The deprecation warning for the ``zeek::Event`` should be more clear as to what action + plugin authors need to take. + Zeek 8.0.0 ========== diff --git a/VERSION b/VERSION index 5cfe27016b..cd1d2e94f3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.0-12 +8.0.1