Releases: k8snetworkplumbingwg/accelerated-bridge-cni
Releases · k8snetworkplumbingwg/accelerated-bridge-cni
v0.6.0
What's Changed
- Perform housekeeping in the repo by @almaslennikov in #72
- Bump golang.org/x/net from 0.8.0 to 0.17.0 by @dependabot in #74
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #75
- Bump cni ver by @adrianchiris in #76
- Update actions and add image build test by @adrianchiris in #77
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- Update golang text library by @rollandf in #64
- Return success if plugin config is not found in CmdDel by @almaslennikov in #65
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #66
- Update protobuf lib by @rollandf in #67
- bump golangci-lint version by @adrianchiris in #69
- Bump cni and cni plugins pkgs by @adrianchiris in #68
- Bump golang.org/x/net from 0.4.0 to 0.7.0 by @dependabot in #70
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Add capability to set VLANs on uplink interfaces by @etowah in #56
- Replace ioutil.TempDir with os.MkdirTemp functions in tests by @ykulazhenkov in #59
- Add CodeQL workflow for GitHub code scanning by @lgtm-com in #58
- Update go to 1.19 by @ykulazhenkov in #61
- Update DeviceInfo in CNIDeviceInfoFile with PCI dev details by @ykulazhenkov in #53
- Tidy DaemonSet deployment example by @adrianchiris in #63
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Bump go 1.18 and general maintenance by @adrianchiris in #51
- Add support for MTU by @rollandf in #47
- Add support for multiple Linux bridges by @ykulazhenkov in #52
- Update accelerated bridge CNI version to 0.4.0 by @ykulazhenkov in #55
New Contributors
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Update daemonset image with v0.2.0 release by @adrianchiris in #40
- Add git package installation to builder image in Dockerfile by @ykulazhenkov in #42
- Save original VF's MAC to restore it later if custom MAC was configured by @almaslennikov in #43
- Reuse getUplinkRepresentor function from sriovnet by @almaslennikov in #41
- Bump github.com/containernetworking/cni from 0.8.0 to 0.8.1 by @dependabot in #45
- Update accelerated bridge CNI version to 0.3.0 by @adrianchiris in #46
New Contributors
- @adrianchiris made their first contribution in #40
- @almaslennikov made their first contribution in #43
- @dependabot made their first contribution in #45
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Configure GitHub workflows for the repo by @ykulazhenkov in #27
- Remove unused functions from manager and utils packages by @ykulazhenkov in #30
- Configure coverage report for the repo by @ykulazhenkov in #29
- Rename and move sriovnet and netlink wrappers by @ykulazhenkov in #31
- Move configuration caching logic to separate package by @ykulazhenkov in #32
- Code refactoring and change project structure by @ykulazhenkov in #33
- Fix range of allowed VLAN IDs for trunk configuration by @ykulazhenkov in #35
- Add unit tests for plugin package by @ykulazhenkov in #34
- Refactoring plugin package by @ykulazhenkov in #36
- Enable funlen and gocognit linters by @ykulazhenkov in #37
- Add support for VFs which use userspace drivers by @ykulazhenkov in #38
Full Changelog: v0.1.0...v0.2.0
v0.1.0 initial release
v0.1.0 Initial release
Supported features:
- moving VF to container namespace
- change VF mac
- add VF representor to Linux Bridge
- configure VLAN ID on VF representor
- configure VLAN trunk on VF representor