-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
708f948
commit 34ea46d
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Changelog | ||
|
||
## [0.3.0](https://github.com/opiproject/opi-evpn-bridge/compare/v0.2.0...v0.3.0) (2024-07-08) | ||
|
||
|
||
### Features | ||
|
||
* complete ci and slowpath implementation of new arch ([632bc86](https://github.com/opiproject/opi-evpn-bridge/commit/632bc8641e6eb863ae2a15af47627c7812e5e4f2)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **evpn-bridge:** add architecture docs ([561af4b](https://github.com/opiproject/opi-evpn-bridge/commit/561af4b112bd3c05bca58b69c86442bf162e0a47)) | ||
* **evpn-bridge:** add extra netlink funcs ([2d1d2ba](https://github.com/opiproject/opi-evpn-bridge/commit/2d1d2ba1e62a01d53aa74efbd2db68e0cd3b02f0)) | ||
* **evpn-bridge:** add flow charts ([a164c52](https://github.com/opiproject/opi-evpn-bridge/commit/a164c525a71c3d86c598f3965c2b8bee1435bca1)) | ||
* **evpn-bridge:** added resourceVer check and unit test fix ([a1e051b](https://github.com/opiproject/opi-evpn-bridge/commit/a1e051bfde1b0887891c61e9eceb307c7ee5062e)) | ||
* **evpn-bridge:** delete vlan on bridge-tenant during svi teardown ([5f09e81](https://github.com/opiproject/opi-evpn-bridge/commit/5f09e810494d6e8015130624f06877940236d2aa)) | ||
* **evpn-bridge:** disable pvid on vlans for bridge ports ([5847a43](https://github.com/opiproject/opi-evpn-bridge/commit/5847a4363dfccb6c1db0ef5d608084ed7d112404)) | ||
* **evpn-bridge:** filename fix ([d33fbef](https://github.com/opiproject/opi-evpn-bridge/commit/d33fbefc0eb478f15b9063a0a7cb4f7f3ce3798a)) | ||
* **evpn-bridge:** fix empty vni use cases for vrf and logical bridge ([52e9ce7](https://github.com/opiproject/opi-evpn-bridge/commit/52e9ce71991692129de4f42204c8005f086322ae)) | ||
* **evpn-bridge:** fix getsubscribers return value check ([a1c54a7](https://github.com/opiproject/opi-evpn-bridge/commit/a1c54a7a37ca7d0d0e231ee464c0f3d8fd094cf9)) | ||
* **evpn-bridge:** fix incorrect subnet in CI ([708f948](https://github.com/opiproject/opi-evpn-bridge/commit/708f94826a3a65a81d20c2fafba3d522acf7b7d9)) | ||
* **evpn-bridge:** fix return error on no subscribers ([54ded65](https://github.com/opiproject/opi-evpn-bridge/commit/54ded65722969e7081ba3c4f257ad9a82a3e061c)) | ||
* **evpn-bridge:** go os and filename fix ([d3b20f2](https://github.com/opiproject/opi-evpn-bridge/commit/d3b20f25ede4e7dcecfc30180c08e7abd73ad72f)) | ||
* **evpn-bridge:** make tracer optional ([a134153](https://github.com/opiproject/opi-evpn-bridge/commit/a134153ec1465b5790566c6982cdf71541b89d38)) | ||
* **evpn-bridge:** move ipu to intel e2000 ([fb49701](https://github.com/opiproject/opi-evpn-bridge/commit/fb4970122d1eacf845b3c19b210ec1afafb41e76)) | ||
* **evpn-bridge:** moving from uint16 to int16 ([6b422c4](https://github.com/opiproject/opi-evpn-bridge/commit/6b422c45c8ac15ecbab0e5d1d1df449b9f8bacf4)) | ||
* **evpn-bridge:** retry when the routing table is busy ([7c0854f](https://github.com/opiproject/opi-evpn-bridge/commit/7c0854f0e8d6cf9af479a132d05532a596e148cd)) | ||
* **evpn-bridge:** revisions after review ([0ad2a00](https://github.com/opiproject/opi-evpn-bridge/commit/0ad2a003558cdb49c7c367bf89ba146255737f30)) | ||
* **evpn-bridge:** revisions after review ([522b415](https://github.com/opiproject/opi-evpn-bridge/commit/522b41568516ca72a18caf77b2814fb3412923da)) | ||
* **evpn-bridge:** validate config and frr addr fix ([30c54c9](https://github.com/opiproject/opi-evpn-bridge/commit/30c54c9c8a72be2d35e7c277cfb79db5bf6d09ef)) |