-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
9689d21
commit 5cb639b
Showing
1 changed file
with
29 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,29 @@ | ||
# Changelog | ||
|
||
## [0.2.0](https://github.com/opiproject/opi-evpn-bridge/compare/v0.1.0...v0.2.0) (2023-09-19) | ||
|
||
|
||
### Features | ||
|
||
* add grpc gw http listener ([2b3f8c6](https://github.com/opiproject/opi-evpn-bridge/commit/2b3f8c6b23b244e25ddf194f2fdfbdc0006efa88)) | ||
* add initial impl for List funcs ([739af1c](https://github.com/opiproject/opi-evpn-bridge/commit/739af1c5f3bf69b24c7e55df2ae03f5e65dbaa2f)) | ||
* add new inventory service ([e5f1cf8](https://github.com/opiproject/opi-evpn-bridge/commit/e5f1cf80d89ca5cd7725b5f700b5d7b9f3fa99f9)) | ||
* add TLS option for gRPC connection ([5db703d](https://github.com/opiproject/opi-evpn-bridge/commit/5db703d4e0103b222e460c66f450f03a8f207f24)) | ||
* **db:** add redis to compose file ([42afe43](https://github.com/opiproject/opi-evpn-bridge/commit/42afe437686d46845ea8a12821a537044f89bdf5)) | ||
* **list:** add more pagination limits to list funcs ([6b042bb](https://github.com/opiproject/opi-evpn-bridge/commit/6b042bbec349a7ff4b7aecb8d4666c20746cc815)) | ||
* **list:** add pagination to list funcs ([71379e5](https://github.com/opiproject/opi-evpn-bridge/commit/71379e557df1718d439a8677fedbdd7373c54a50)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **ci:** make pvid untagged work ([1f85231](https://github.com/opiproject/opi-evpn-bridge/commit/1f8523198ce28d6e56ec615f5c50f07e798635e2)) | ||
* **ci:** remove ARP per code review ([25ccd49](https://github.com/opiproject/opi-evpn-bridge/commit/25ccd49261a316fc19e6dacdb7e278bab7e18ae0)) | ||
* **deps:** update github.com/opiproject/opi-api digest to 02d3827 ([ee42308](https://github.com/opiproject/opi-evpn-bridge/commit/ee423087586924293e376f92ec096ee4ac2d7bd8)) | ||
* **deps:** update github.com/opiproject/opi-api digest to 7e87754 ([efe71e8](https://github.com/opiproject/opi-evpn-bridge/commit/efe71e87bc183fcf3a04e5f73612b97ba8b65b06)) | ||
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to 529b43a ([fa69fe4](https://github.com/opiproject/opi-evpn-bridge/commit/fa69fe48c808a8210becfc50171b1dd769fad6dc)) | ||
* **deps:** update module github.com/google/uuid to v1.3.1 ([f224488](https://github.com/opiproject/opi-evpn-bridge/commit/f224488e546e0398b020ecd0457416cd61c37611)) | ||
* **deps:** update module github.com/vektra/mockery to v2 ([7e5f972](https://github.com/opiproject/opi-evpn-bridge/commit/7e5f972ae5faf30d2344cf6049c4f3fec9f3c12f)) | ||
* **deps:** update module golang.org/x/tools to v0.13.0 ([d1f2144](https://github.com/opiproject/opi-evpn-bridge/commit/d1f2144b2d252fc5d43da0d774cc62ceb1717f61)) | ||
* **deps:** update module google.golang.org/grpc to v1.58.0 ([0edf498](https://github.com/opiproject/opi-evpn-bridge/commit/0edf498af715528d8aee4025efd5a91d928d4101)) | ||
* **deps:** update module google.golang.org/grpc to v1.58.1 ([3c52616](https://github.com/opiproject/opi-evpn-bridge/commit/3c52616eeb6018844876d7a788fb009edc8dc102)) | ||
* **port:** change TRUNK to ACCESS ([13d2187](https://github.com/opiproject/opi-evpn-bridge/commit/13d21878f006ac4ddf975614c48e908b5304cf4a)), closes [#104](https://github.com/opiproject/opi-evpn-bridge/issues/104) |