Skip to content

chore(main): release 1.0.0#5

Open
github-actions[bot] wants to merge 1 commit intomainfrom
release-please--branches--main
Open

chore(main): release 1.0.0#5
github-actions[bot] wants to merge 1 commit intomainfrom
release-please--branches--main

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented May 27, 2024

🤖 I have created a release beep boop

1.0.0 (2025-03-10)

Features

  • add grpc gw http listener (2b3f8c6)
  • add grpc interceptor to log calls (421d8f3)
  • add initial impl for List funcs (739af1c)
  • add new inventory service (e5f1cf8)
  • add otel grpc for monitoring (a509d8c)
  • add TLS option for gRPC connection (5db703d)
  • adding test for common (9084b16)
  • adding test for config (60b9365)
  • adding test for config (60b9365)
  • adding test for config (60b9365)
  • adding test for config (60b9365)
  • bridge: decouple linux devname from object resource id (e21063e)
  • complete ci and slowpath implementation of new arch (632bc86)
  • db: add redis to compose file (42afe43)
  • decouple linux devname from object resource id in get and update (652a65a)
  • evpn-bridge: introduce replaydb feature (5cf6bea)
  • evpn-bridge: netlink watcher for configuration (46a655f)
  • evpn: complete fastpath implementation of new arch (48780c6)
  • evpn: save frr config (62184c5)
  • frr: call frr cmds via telnet (9388351)
  • frr: enable privileged mode (1962819)
  • frr: get frr address from external config (c5d770b)
  • frr: implement ExitPrivileged mode (6833728)
  • frr: make it an interface and create mockery (9dafc65)
  • frr: replace static config with dynamic grpc (1367389)
  • frr: send example configuration commands from VRF (d1fdff8)
  • frr: support multiple ports for multiple services (a8a8a0f)
  • idpool: fixed review comment getId function spliting (9558c45)
  • idpool: fixed review comments (a81f245)
  • idpool: fixed review comments getId function spliting (07bdad3)
  • idpool: fixed routing table id busy error handling (e1620bb)
  • idpool: fixed routing table id busy error handling and reference (8ea784f)
  • idpool: idpool feature for generating id's (73cdf8f)
  • idpool: removed duplicate code in idpool (90ff64f)
  • list: add more pagination limits to list funcs (6b042bb)
  • list: add pagination to list funcs (71379e5)
  • models: add created_at and updated_at timestamps (695ff86)
  • models: add EvpnObject interface (dda8c55)
  • models: add name field and getname method (6d90041)
  • models: add new package to handle protobuf translation (4a6e6dd)
  • netlink: add context in tests as well (bcf0a95)
  • netlink: pass context to all functions (60880b2)
  • otel: add more frr attributes (a58884e)
  • redis address configurable (e6261eb)
  • redis: test connection to redis (7ac1063)
  • store: replace Bridges map with gokv.Store abstraction (11ecce4)
  • store: replace List methods with gokv.Store abstraction (34c4d56)
  • store: replace Ports map with gokv.Store abstraction (878ec09)
  • store: replace SVIs map with gokv.Store abstraction (99a0583)
  • store: replace VRFs map with gokv.Store abstraction (23a71e7)
  • store: use gokv pkg to abstract persistant store (eb9d97b)
  • store: use proto marshal instead of json (073716d)
  • svi: call BridgeVlanDel on delete (0ae986a)
  • svi: decouple linux devname from object resource id (d90a651)
  • svi: implement frr command (ca31b7b)
  • svi: prepare for FRR config in create and delete (158ad22)
  • trace: add link name to nested netlink trace (2af0f0d)
  • trace: add nested traces for FRR commands (e28dc40)
  • trace: add nested traces to netlink (f66de49)
  • use optional keyword (e8c2c86)
  • vrf: delete bridge and vxlan netdevs (590edeb), closes #120

Bug Fixes

  • add deprecation note for docker-compose (bf70e3a)
  • bridge: create vxlan only if VNI is not empty (9a6cf4c), closes #86
  • bridge: delete and get only if VNI is not empty (b9b3688)
  • bridge: use cusomer given netdev name via resourceID (d13fa0a)
  • bridge: use VTEP IP instead of hard-coded (7784b83), closes #83
  • ci: make pvid untagged work (1f85231)
  • ci: remove ARP per code review (25ccd49)
  • deps: update github.com/opiproject/opi-api digest to 00e9f8d (7e10fd2)
  • deps: update github.com/opiproject/opi-api digest to 02d3827 (ee42308)
  • deps: update github.com/opiproject/opi-api digest to 1db0f9c (b9b1784)
  • deps: update github.com/opiproject/opi-api digest to 1e58d25 (915cb25)
  • deps: update github.com/opiproject/opi-api digest to 30a342b (1c079a2)
  • deps: update github.com/opiproject/opi-api digest to 432a550 (e9b998d)
  • deps: update github.com/opiproject/opi-api digest to 48b273e (d0cfb69)
  • deps: update github.com/opiproject/opi-api digest to 56e46f7 (1ff6939)
  • deps: update github.com/opiproject/opi-api digest to 5b8771b (5587da3)
  • deps: update github.com/opiproject/opi-api digest to 66209d5 (16cf7fc)
  • deps: update github.com/opiproject/opi-api digest to 67b3821 (1845c1e)
  • deps: update github.com/opiproject/opi-api digest to 6d34249 (7447aeb)
  • deps: update github.com/opiproject/opi-api digest to 7979f3e (4d7ca42)
  • deps: update github.com/opiproject/opi-api digest to 7b62be4 (ec2a361)
  • deps: update github.com/opiproject/opi-api digest to 7dc7290 (9001d2a)
  • deps: update github.com/opiproject/opi-api digest to 7e87754 (efe71e8)
  • deps: update github.com/opiproject/opi-api digest to 8df008b (cef816e)
  • deps: update github.com/opiproject/opi-api digest to 94550f5 (dce69f1)
  • deps: update github.com/opiproject/opi-api digest to ab0b6c9 (87c245f)
  • deps: update github.com/opiproject/opi-api digest to afce425 (169f0b3)
  • deps: update github.com/opiproject/opi-api digest to b990048 (e5e7373)
  • deps: update github.com/opiproject/opi-api digest to b9b5358 (72d4dca)
  • deps: update github.com/opiproject/opi-api digest to cc0946b (eea263e)
  • deps: update github.com/opiproject/opi-api digest to e33accd (195d786)
  • deps: update github.com/opiproject/opi-api digest to ea8314a (8cfd3c8)
  • deps: update github.com/opiproject/opi-api digest to ec55946 (e630717)
  • deps: update github.com/opiproject/opi-api digest to f241fad (05bd163)
  • deps: update github.com/opiproject/opi-api digest to f307f1a (24b0bf2)
  • deps: update github.com/opiproject/opi-api digest to fe751a6 (f3484c8)
  • deps: update github.com/opiproject/opi-smbios-bridge digest to 0082ec9 (82ae7ac)
  • deps: update github.com/opiproject/opi-smbios-bridge digest to 3810763 (9183333)
  • deps: update github.com/opiproject/opi-smbios-bridge digest to 39d25de (87b1cd5)
  • deps: update github.com/opiproject/opi-smbios-bridge digest to 42d9a10 (253ad68)
  • deps: update github.com/opiproject/opi-smbios-bridge digest to 4401aa6 (a92d892)
  • deps: update github.com/opiproject/opi-smbios-bridge digest to 4953908 (3a8a2d7)
  • deps: update github.com/opiproject/opi-smbios-bridge digest to 529b43a (fa69fe4)
  • deps: update github.com/opiproject/opi-smbios-bridge digest to 70db772 (b5fc687)
  • deps: update github.com/opiproject/opi-smbios-bridge digest to 71ff936 (39683f6)
  • deps: update github.com/opiproject/opi-smbios-bridge digest to 842ba3f (fe59a40)
  • deps: update github.com/opiproject/opi-smbios-bridge digest to 9e34bad (44e70c3)
  • deps: update github.com/opiproject/opi-smbios-bridge digest to bbddb63 (ede704d)
  • deps: update github.com/opiproject/opi-smbios-bridge digest to c00b347 (2dad3c9)
  • deps: update github.com/opiproject/opi-smbios-bridge digest to c6a3b5c (1f95b27)
  • deps: update github.com/opiproject/opi-smbios-bridge digest to c7f7339 (eb11d6d)
  • deps: update github.com/opiproject/opi-smbios-bridge digest to ce6b7d8 (8a26d92)
  • deps: update github.com/opiproject/opi-smbios-bridge digest to e507486 (550f2b3)
  • deps: update github.com/opiproject/opi-smbios-bridge digest to e57f214 (b74d4a3)
  • deps: update github.com/opiproject/opi-smbios-bridge digest to ed2cf72 (b079ec2)
  • deps: update github.com/opiproject/opi-smbios-bridge digest to f6b1ccd (1b5cdea)
  • deps: update module github.com/golangci/golangci-lint to v1.55.0 (f8f40bc)
  • deps: update module github.com/golangci/golangci-lint to v1.55.1 (3ae6edc)
  • deps: update module github.com/google/uuid to v1.3.1 (f224488)
  • deps: update module github.com/google/uuid to v1.4.0 (cbc77e5)
  • deps: update module github.com/google/uuid to v1.5.0 (916805f)
  • deps: update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.19.0 (6e1e92c)
  • deps: update module github.com/onsi/ginkgo/v2 to v2.12.1 (0ad63e7)
  • deps: update module github.com/onsi/ginkgo/v2 to v2.13.0 (cfe521d)
  • deps: update module github.com/onsi/ginkgo/v2 to v2.13.2 (a0330fc)
  • deps: update module github.com/onsi/ginkgo/v2 to v2.14.0 (c0a9a50)
  • deps: update module github.com/philippgille/gokv to v0.6.0 (b55b04c)
  • deps: update module github.com/vektra/mockery to v2 (7e5f972)
  • deps: update module github.com/vektra/mockery/v2 to v2.34.0 (eb1cfcb)
  • deps: update module github.com/vektra/mockery/v2 to v2.34.2 (a2610f6)
  • deps: update module github.com/vektra/mockery/v2 to v2.35.2 (0829010)
  • deps: update module github.com/vektra/mockery/v2 to v2.35.4 (0800930)
  • deps: update module github.com/vektra/mockery/v2 to v2.36.0 (e67bc9d)
  • deps: update module github.com/vektra/mockery/v2 to v2.37.0 (3ef0378)
  • deps: update module github.com/vektra/mockery/v2 to v2.37.1 (ce0e7ab)
  • deps: update module github.com/vektra/mockery/v2 to v2.38.0 (9046c62)
  • deps: update module go.einride.tech/aip to v0.61.0 (cd27c9b)
  • deps: update module go.einride.tech/aip to v0.62.0 (a2b7572)
  • deps: update module go.einride.tech/aip to v0.63.0 (33e7614)
  • deps: update module go.einride.tech/aip to v0.65.0 (832a869)
  • deps: update module go.einride.tech/aip to v0.66.0 (9b99f27)
  • deps: update module golang.org/x/tools to v0.13.0 (d1f2144)
  • deps: update module golang.org/x/tools to v0.14.0 (405d63b)
  • deps: update module golang.org/x/tools to v0.15.0 (b295a3b)
  • deps: update module golang.org/x/tools to v0.16.0 (19e48c4)
  • deps: update module golang.org/x/tools to v0.16.1 (c0c75a9)
  • deps: update module golang.org/x/tools to v0.17.0 (e182878)
  • deps: update module google.golang.org/grpc to v1.56.0 (cf34775)
  • deps: update module google.golang.org/grpc to v1.56.1 (1dc595e)
  • deps: update module google.golang.org/grpc to v1.56.2 (c78358d)
  • deps: update module google.golang.org/grpc to v1.57.0 (423c771)
  • deps: update module google.golang.org/grpc to v1.58.0 (0edf498)
  • deps: update module google.golang.org/grpc to v1.58.1 (3c52616)
  • deps: update module google.golang.org/grpc to v1.58.3 (a725347)
  • deps: update module google.golang.org/grpc to v1.59.0 (53bb391)
  • deps: update module google.golang.org/grpc to v1.60.0 (335d9bc)
  • deps: update module google.golang.org/grpc to v1.60.1 (716b452)
  • deps: update module google.golang.org/protobuf to v1.31.0 (c0a6b0a)
  • deps: update module google.golang.org/protobuf to v1.32.0 (a42ee77)
  • deps: update module otelgrpc to v0.46.0 (7204ec6)
  • deps: update module otelgrpc to v0.46.1 (c361983)
  • deps: update opentelemetry-go monorepo to v1.21.0 (8e9fe5b)
  • evpn_bridge: feature ecmp (bd3c72b)
  • evpn-bridge: add architecture docs (561af4b)
  • evpn-bridge: add extra netlink funcs (2d1d2ba)
  • evpn-bridge: add flow charts (a164c52)
  • evpn-bridge: added resourceVer check and unit test fix (a1e051b)
  • evpn-bridge: correct command syntax in docker-compose (413394a)
  • evpn-bridge: correct ptype in README create commands (302b8c1)
  • evpn-bridge: delete vlan on bridge-tenant during svi teardown (5f09e81)
  • evpn-bridge: disable pvid on vlans for bridge ports (5847a43)
  • evpn-bridge: filename fix (d33fbef)
  • evpn-bridge: fix empty vni use cases for vrf and logical bridge (52e9ce7)
  • evpn-bridge: fix for frr to handle vrf setup and teardown (141d7a3)
  • evpn-bridge: fix getsubscribers return value check (a1c54a7)
  • evpn-bridge: fix incorrect subnet in CI (708f948)
  • evpn-bridge: fix return error on no subscribers (54ded65)
  • evpn-bridge: fix system behaviour for pending objects (4505d4f)
  • evpn-bridge: go os and filename fix (d3b20f2)
  • evpn-bridge: log file fix (5505b13)
  • evpn-bridge: make tracer optional (a134153)
  • evpn-bridge: move ipu to intel e2000 (fb49701)
  • evpn-bridge: moving from uint16 to int16 (6b422c4)
  • evpn-bridge: netlink neighbor fix (aeedab7)
  • evpn-bridge: retry when the routing table is busy (7c0854f)
  • evpn-bridge: revisions after review (0ad2a00)
  • evpn-bridge: revisions after review (522b415)
  • evpn-bridge: update for api dependencies on evpn-gw api (b55301d)
  • evpn-bridge: validate config and frr addr fix (30c54c9)
  • evpn: addressing reviews first attempt (2d5907c)
  • evpn: addressing reviews second attempt (ec7a59c)
  • evpn: addressing reviews third attempt (37653fb)
  • evpn: changed the string length in if condition to string compare (ad8591e)
  • evpn: create checkStatus func in task manager (de5834e)
  • evpn: fix ci docker failure (872edab)
  • evpn: fix error handling in frr utils (9154173)
  • evpn: fix graceful shutdown, make tracer optional (4829ecd)
  • evpn: fix lint errors first attempt (b83a4c6)
  • evpn: fix linter issues in mocks (ea87a1f)
  • evpn: frr bug pr review fix of frrbgpcmd output (6427397)
  • evpn: frr bug pr review fix of frrbgpcmd vrf show cmd (e4e547d)
  • evpn: frr bug pr review fixes (421b9bd)
  • evpn: frr bug pr review fixes (4f62d9b)
  • evpn: frr bug pr, removed regex check of frrbgpcmd (1b35286)
  • evpn: minor syntax improvements in netlink (14dcaaa)
  • evpn: netlink fixes (d7b6081)
  • evpn: netlink PR comments (eaad649)
  • evpn: netlink reviews (cbc1fba)
  • evpn: netlink split changes (0596327)
  • evpn: netlink split changes (e742efa)
  • evpn: netlink split changes (cced04b)
  • evpn: remove comments (10627ad)
  • evpn: remove liters from frr function (a0c492c)
  • evpn: remove vendor-plugins and related config (8f51de1)
  • evpn: rename infradb utils file (a2bf068)
  • evpn: replace loops with a map (a36839a)
  • evpn: report error in comp details (e287e09)
  • evpn: report error in comp details review fixes (12cd7c0)
  • evpn: send signal instead of closing channel (572b394)
  • evpn: split netlink files (58f0046)
  • evpn: update netlink split changes (971033e)
  • evpn: use deferErr to assign the returned error (35e8c54)
  • frr: change telnet port (ff401db)
  • frr: support multi-line commands (f500bd3)
  • make br-tenant a constant (e5b6895), closes #100
  • netlink: complete working netlink (7b98801)
  • port: change TRUNK to ACCESS (13d2187), closes #104
  • port: raise new error (76d8099), closes #95
  • review: code review fixes (9dcaa2d)
  • review: use correct VRF loop IPs (66f5aae)
  • variable: rename old copy paste volume name (594a3ee)
  • vrf: create bridge and vxlan only if VNI value is not empty (3a37d72), closes #105
  • vrf: fill missing mac in status object (54491ab)
  • vrf: handle empty Vni case (c020668)
  • vrf: ipprefix len should be 32 (41a522f), closes #75

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main branch from 4f022a7 to 4763d2e Compare July 9, 2024 07:40
@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from 8d5500f to 766c7fa Compare September 1, 2024 12:14
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 766c7fa to 0320aea Compare September 11, 2024 09:29
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 0320aea to 4ce6c6d Compare October 15, 2024 14:05
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 4ce6c6d to ba3629a Compare November 28, 2024 09:15
@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from 740ebe8 to c82f316 Compare February 7, 2025 12:15
@github-actions github-actions bot force-pushed the release-please--branches--main branch from c82f316 to e3a9fe7 Compare March 10, 2025 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants