Skip to content

Commit 94965b5

Browse files
committed
Update CHANGELOG for v2.1.1
Signed-off-by: Ondrej Fabry <[email protected]>
1 parent c0bf187 commit 94965b5

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
## Release Notes
66

77
- [v2.1.0](#v2.1.0)
8+
- [v2.1.1](#v2.1.1)
89
- [v2.0.0](#v2.0.0)
910
- [v2.0.1](#v2.0.1)
1011
- [v2.0.2](#v2.0.2)
@@ -42,11 +43,31 @@ RELEASE CHANGELOG TEMPLATE:
4243
### Documentation
4344
-->
4445

46+
47+
<a name="v2.1.1"></a>
48+
# [2.1.1](https://github.com/ligato/vpp-agent/compare/v2.1.0...v2.1.1) (2019-04-05)
49+
50+
### Compatibility
51+
- **VPP 19.04** (`stable/1904`, recommended)
52+
- **VPP 19.01** (backward compatible)
53+
54+
### Bug Fixes
55+
* Fixed IPv6 detection for Linux interfaces (#1355).
56+
* Fixed config file names for ifplugin in VPP & Linux (#1341).
57+
* Fixed setting status publishers from env var: `VPP_STATUS_PUBLISHERS`.
58+
59+
### Improvements
60+
* The start/stop timeouts for agent can be configured using env vars: `START_TIMEOUT=15s` and `STOP_TIMEOUT=5s`, with values parsed as duration.
61+
* ABF was added to the `ConfigData` message for VPP (#1356).
62+
63+
### Docker Images
64+
* Images now install all compiled .deb packages from VPP (including `vpp-plugin-dpdk`).
65+
4566
<a name="v2.1.0"></a>
4667
# [2.1.0](https://github.com/ligato/vpp-agent/compare/v2.0.2...v2.1.0) (2019-05-09)
4768

4869
### Compatibility
49-
- **VPP 19.04** (`v19.04-6-g6f05f724f`, recommended)
70+
- **VPP 19.04** (`stable/1904`, recommended)
5071
- **VPP 19.01** (backward compatible)
5172
- cn-infra v2.1
5273
- Go 1.11

0 commit comments

Comments
 (0)