Skip to content

Commit

Permalink
Prepare v0.0.16 release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Paolinelli <[email protected]>
  • Loading branch information
fedepaol committed Nov 22, 2024
1 parent 12e4dd6 commit 2bb3506
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2bb3506

Please sign in to comment.