From 2bb350625290771dfdcbe2da196f5a5af41fb31f Mon Sep 17 00:00:00 2001 From: Federico Paolinelli Date: Fri, 22 Nov 2024 11:29:30 +0100 Subject: [PATCH] Prepare v0.0.16 release notes Signed-off-by: Federico Paolinelli --- RELEASE_NOTES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 216922be..7db4c985 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,16 @@ # FRRK8s Release Notes +## Release v0.0.16 + +### New Features + +- Make the acceptance of incoming BGP connections optional via an helm parameter. (#229, @fedepaol) + +### Bug fixes + +- Bug: throw better error when prefix for same localPref is added twice (#221, @karampok) +- The BGP metrics label corresponding to the peer does not have the port anymore. Because now FRR-K8S allow incoming connections, the port might be source port of the tcp connection, making the metrics label not reliable. Additionally, we can only have one peer per VRF, so the port is not relevant. (#206, @fedepaol) + ## Release v0.0.15 ### New Features