mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Update CHANGES, VERSION, and NEWS for v8.0.1
This commit is contained in:
parent
56e4dc9247
commit
aeb9eeb94c
3 changed files with 33 additions and 1 deletions
4
CHANGES
4
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
|
8.0.0-12 | 2025-08-26 09:47:30 -0700
|
||||||
|
|
||||||
* cluster/serializer/broker: Drop unused include (Arne Welzel, Corelight)
|
* cluster/serializer/broker: Drop unused include (Arne Welzel, Corelight)
|
||||||
|
|
28
NEWS
28
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
|
release. For an exhaustive list of changes, see the ``CHANGES`` file
|
||||||
(note that submodules, such as Broker, come with their own ``CHANGES``.)
|
(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
|
Zeek 8.0.0
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
8.0.0-12
|
8.0.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue