Skip to content

Commit

Permalink
chore: Release v3.1.0 (#1641)
Browse files Browse the repository at this point in the history
* Update version to v3.1.0

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>

* Update CHANGELOG for v3.1.0

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>

* Update CHANGELOG.md

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>

* Update CHANGELOG.md

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>

* Update CHANGELOG.md

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>

* Update CHANGELOG.md

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
  • Loading branch information
ondrej-fabry authored Mar 13, 2020
1 parent b2e9a57 commit 8657564
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

## Release Notes

- [v3.1.0](#v3.1.0)
- [v3.0.0](#v3.0.0)
- [v3.0.1](#v3.0.1)
- [v2.5.0](#v2.5.0)
Expand Down Expand Up @@ -51,11 +52,34 @@ RELEASE CHANGELOG TEMPLATE:
### Documentation
-->

<a name="v3.1.0"></a>
# [3.1.0](https://github.com/ligato/vpp-agent/compare/v3.0.0...v3.1.0) (2020-03-13)

### BREAKING CHANGES
* Switch cn-infra dependency to using vanity import path [#1620](https://github.com/ligato/vpp-agent/pull/1620)

To migrate, replace all cn-infra import paths (`github.com/ligato/cn-infra` -> `go.ligato.io/cn-infra/v2`)

To update cn-infra dependency, run `go get -u go.ligato.io/cn-infra/v2@master`.

### Bug Fixes
* Add missing models to ConfigData [#1625](https://github.com/ligato/vpp-agent/pull/1625)
* Fix watching VPP events [#1640](https://github.com/ligato/vpp-agent/pull/1640)

### Features
* Allow customizing polling from stats poller [#1634](https://github.com/ligato/vpp-agent/pull/1634)
* IPIP tunnel + IPSec tunnel protection support [#1638](https://github.com/ligato/vpp-agent/pull/1638)
* Add prometheus metrics to govppmux [#1626](https://github.com/ligato/vpp-agent/pull/1626)
* Add prometheus metrics to kvscheduler [#1630](https://github.com/ligato/vpp-agent/pull/1630)

### Improvements
* Improve performance testing suite [#1630](https://github.com/ligato/vpp-agent/pull/1630)

<a name="v3.0.1"></a>
# [3.0.1](https://github.com/ligato/vpp-agent/compare/v3.0.0...v3.0.1) (2020-02-20)

### Bug Fixes
* fix: Add missing models to ConfigData (https://github.com/ligato/vpp-agent/pull/1625)
* Add missing models to ConfigData (https://github.com/ligato/vpp-agent/pull/1625)

<a name="v3.0.0"></a>
# [3.0.0](https://github.com/ligato/vpp-agent/compare/v2.5.0...master) (2020-02-10)
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

var (
app = "vpp-agent"
version = "v3.1.0-dev"
version = "v3.1.0"
gitCommit = "unknown"
gitBranch = "HEAD"
buildUser = "unknown"
Expand Down

0 comments on commit 8657564

Please sign in to comment.