Skip to content

Commit

Permalink
Merge pull request #758 from VladoLavor/release-1.5.2
Browse files Browse the repository at this point in the history
v1.5.2 changelog + cn-infra 1.4.1
  • Loading branch information
ondrej-fabry authored Jul 23, 2018
2 parents 366dea1 + 19109ed commit bb291ff
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 17 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Release v1.5.2 (2018-07-23)

## Compatibility
- VPP 18.07-rc0~358-ga5ee900
- cn-infra v1.4.1 (minor version fixes bug in Consul)

## Bugfix
- [Telemetry](plugins/telemetry)
* Fixed bug where lack of config file could cause continuous polling. The interval now also
cannot be changed to value less than 5 seconds.
* Telemetry plugin is now closed properly

# Release v1.5.1 (2018-07-20)

## Compatibility
- VPP 18.07-rc0~358-ga5ee900
- cn-infra v1.4

Expand Down
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ required = [

[[constraint]]
name = "github.com/ligato/cn-infra"
version = "1.4"
version = "1.4.1"

[[constraint]]
branch = "master"
Expand Down
35 changes: 22 additions & 13 deletions vendor/github.com/ligato/cn-infra/db/keyval/consul/consul.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bb291ff

Please sign in to comment.