|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -[](https://github.com/ligato/vpp-agent/compare/v3.3.0...master) |
| 3 | +[](https://github.com/ligato/vpp-agent/compare/v3.5.0...master) |
4 | 4 |
|
5 | 5 | ## Release Notes |
6 | 6 |
|
| 7 | +- [v3.5.0](#v3.5.0) |
7 | 8 | - [v3.4.0](#v3.4.0) |
8 | 9 | - [v3.3.0](#v3.3.0) |
9 | 10 | - [v3.2.0](#v3.2.0) |
@@ -55,8 +56,40 @@ RELEASE CHANGELOG TEMPLATE: |
55 | 56 | ### Documentation |
56 | 57 | --> |
57 | 58 |
|
| 59 | +<a name="v3.5.0"></a> |
| 60 | +# [3.5.0](https://github.com/ligato/vpp-agent/compare/v3.4.0...v3.5.0) (2023-02-XX) |
| 61 | + |
| 62 | +### COMPATIBILITY |
| 63 | +- VPP 22.10 (default) |
| 64 | +- VPP 22.02 |
| 65 | +- VPP 21.06 |
| 66 | +- VPP 21.01 |
| 67 | + |
| 68 | +### Bug Fixes |
| 69 | +- Fix agentctl config history not working with remote models [#1860](https://github.com/ligato/vpp-agent/pull/1860) |
| 70 | +- Fix ParseACLToInterfaceKey [#1864](https://github.com/ligato/vpp-agent/pull/1864) |
| 71 | +- Fix agentctl config dump not working with remote models [#1863](https://github.com/ligato/vpp-agent/pull/1863) |
| 72 | +- Fix e2e tests [#1895](https://github.com/ligato/vpp-agent/pull/1895) |
| 73 | + |
| 74 | +### Features |
| 75 | +- Add support for e2e tests with multiple agents [#1870](https://github.com/ligato/vpp-agent/pull/1870) |
| 76 | +- Add support for agentctl configuration labels [#1858](https://github.com/ligato/vpp-agent/pull/1858) |
| 77 | +- Add support for VPP 22.10 [#1878](https://github.com/ligato/vpp-agent/pull/1878) |
| 78 | + |
| 79 | +### Improvements |
| 80 | +- Restore some agentctl e2e test cases [#1869](https://github.com/ligato/vpp-agent/pull/1869) |
| 81 | +- Add e2e test for vlan/subinterface functionality [#1872](https://github.com/ligato/vpp-agent/pull/1872) |
| 82 | +- Enable wireguard test case for VPP 22.02 [#1877](https://github.com/ligato/vpp-agent/pull/1877) |
| 83 | +- Split e2e package into test harness and tests [#1896](https://github.com/ligato/vpp-agent/pull/1896) |
| 84 | +- Fix issues reported by golangci-lint [#1902](https://github.com/ligato/vpp-agent/pull/1902) |
| 85 | + |
| 86 | +### Other |
| 87 | +- Switch to new GoVPP module path: go.fd.io/govpp [#1862](https://github.com/ligato/vpp-agent/pull/1862) |
| 88 | +- Update Go version to 1.18 [#1894](https://github.com/ligato/vpp-agent/pull/1894) |
| 89 | +- Update GoVPP to v0.7.0 [#1899](https://github.com/ligato/vpp-agent/pull/1899) |
| 90 | + |
58 | 91 | <a name="v3.4.0"></a> |
59 | | -# [3.4.0](https://github.com/ligato/vpp-agent/compare/v3.3.0...master) (2022-06-XX) |
| 92 | +# [3.4.0](https://github.com/ligato/vpp-agent/compare/v3.3.0...3.4.0) (2022-06-XX) |
60 | 93 |
|
61 | 94 | ### COMPATIBILITY |
62 | 95 | - VPP 22.02 (default) |
|
0 commit comments