File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed
Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 44
55## Release Notes
66
7+ - [ v3.1.0] ( #v3.1.0 )
78- [ v3.0.0] ( #v3.0.0 )
89 - [ v3.0.1] ( #v3.0.1 )
910- [ v2.5.0] ( #v2.5.0 )
@@ -51,11 +52,34 @@ RELEASE CHANGELOG TEMPLATE:
5152### Documentation
5253-->
5354
55+ <a name =" v3.1.0 " ></a >
56+ # [ 3.1.0] ( https://github.com/ligato/vpp-agent/compare/v3.0.0...v3.1.0 ) (2020-03-13)
57+
58+ ### BREAKING CHANGES
59+ * Switch cn-infra dependency to using vanity import path [ #1620 ] ( https://github.com/ligato/vpp-agent/pull/1620 )
60+
61+ To migrate, replace all cn-infra import paths (` github.com/ligato/cn-infra ` -> ` go.ligato.io/cn-infra/v2 ` )
62+
63+ To update cn-infra dependency, run ` go get -u go.ligato.io/cn-infra/v2@master ` .
64+
65+ ### Bug Fixes
66+ * Add missing models to ConfigData [ #1625 ] ( https://github.com/ligato/vpp-agent/pull/1625 )
67+ * Fix watching VPP events [ #1640 ] ( https://github.com/ligato/vpp-agent/pull/1640 )
68+
69+ ### Features
70+ * Allow customizing polling from stats poller [ #1634 ] ( https://github.com/ligato/vpp-agent/pull/1634 )
71+ * IPIP tunnel + IPSec tunnel protection support [ #1638 ] ( https://github.com/ligato/vpp-agent/pull/1638 )
72+ * Add prometheus metrics to govppmux [ #1626 ] ( https://github.com/ligato/vpp-agent/pull/1626 )
73+ * Add prometheus metrics to kvscheduler [ #1630 ] ( https://github.com/ligato/vpp-agent/pull/1630 )
74+
75+ ### Improvements
76+ * Improve performance testing suite [ #1630 ] ( https://github.com/ligato/vpp-agent/pull/1630 )
77+
5478<a name =" v3.0.1 " ></a >
5579# [ 3.0.1] ( https://github.com/ligato/vpp-agent/compare/v3.0.0...v3.0.1 ) (2020-02-20)
5680
5781### Bug Fixes
58- * fix: Add missing models to ConfigData (https://github.com/ligato/vpp-agent/pull/1625 )
82+ * Add missing models to ConfigData (https://github.com/ligato/vpp-agent/pull/1625 )
5983
6084<a name =" v3.0.0 " ></a >
6185# [ 3.0.0] ( https://github.com/ligato/vpp-agent/compare/v2.5.0...master ) (2020-02-10)
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424
2525var (
2626 app = "vpp-agent"
27- version = "v3.1.0-dev "
27+ version = "v3.1.0"
2828 gitCommit = "unknown"
2929 gitBranch = "HEAD"
3030 buildUser = "unknown"
You can’t perform that action at this time.
0 commit comments