Skip to content

Commit f26d00a

Browse files
authored
Update CHANGELOG.md for v3.5.0 (#1905)
* Bump version to v3.5.0-rc0 Signed-off-by: Peter Motičák <peter.moticak@pantheon.tech> * Update CHANGELOG.md for v3.5.0 Signed-off-by: Peter Motičák <peter.moticak@pantheon.tech> --------- Signed-off-by: Peter Motičák <peter.moticak@pantheon.tech>
1 parent c2ca788 commit f26d00a

File tree

2 files changed

+36
-3
lines changed

2 files changed

+36
-3
lines changed

CHANGELOG.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
[![GitHub commits since latest release](https://img.shields.io/github/commits-since/ligato/vpp-agent/latest.svg?style=flat-square)](https://github.com/ligato/vpp-agent/compare/v3.3.0...master)
3+
[![GitHub commits since latest release](https://img.shields.io/github/commits-since/ligato/vpp-agent/latest.svg?style=flat-square)](https://github.com/ligato/vpp-agent/compare/v3.5.0...master)
44

55
## Release Notes
66

7+
- [v3.5.0](#v3.5.0)
78
- [v3.4.0](#v3.4.0)
89
- [v3.3.0](#v3.3.0)
910
- [v3.2.0](#v3.2.0)
@@ -55,8 +56,40 @@ RELEASE CHANGELOG TEMPLATE:
5556
### Documentation
5657
-->
5758

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+
5891
<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)
6093

6194
### COMPATIBILITY
6295
- VPP 22.02 (default)

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525

2626
var (
2727
app = "vpp-agent"
28-
version = "v3.5.0-dev"
28+
version = "v3.5.0-rc0"
2929
gitCommit = "unknown"
3030
gitBranch = "HEAD"
3131
buildUser = "unknown"

0 commit comments

Comments
 (0)