From 30f1a4ece2d521b2d21145cea98ca499630f5567 Mon Sep 17 00:00:00 2001 From: Tim Evens Date: Sun, 6 Mar 2022 09:53:19 -0800 Subject: [PATCH] Update to 2.1.0 release notes --- release_notes/2.1.0.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/release_notes/2.1.0.md b/release_notes/2.1.0.md index 788aeed..c6495f5 100644 --- a/release_notes/2.1.0.md +++ b/release_notes/2.1.0.md @@ -1,8 +1,8 @@ --- -title: v2.1.1 (current) +title: v2.1.0 (current) --- -# Changes: +# v2.1.0 Changes: * Adds L3VPN support * L3VPN grafana dashboards @@ -17,10 +17,13 @@ title: v2.1.1 (current) Messages will be processed if they are valid BMP, but messages will not be added to DB/kafka until the router init is received. This addresses the issue with port scaner and similar clients connecting to the listening port, resulting in invalid routers and peers +* obmp-collector container now logs to STDOUT instead of /var/log/openbmpd.log + Use ```docker logs obmp-collector``` to view the collector logs * Various other bug fixes +--- -## Upgrade +# Upgrade ```danger If you haven't upgraded to 2.0.3 yet, you will need to follow the