Skip to content

Commit

Permalink
version 0.8.0 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinqon authored Sep 10, 2019
1 parent 2ddc2f0 commit a2cbc69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
Support untagged traffic at linux bridges
Increase nmstate set timeout to 60 seconds

There were some issues sending untagged traffic out of the bridge with
https://github.com/nmstate/kubernetes-nmstate/pull/163 we fix that.

Also:
- Add policies to documentation
- Use range 2-4094 for vlan filtering at linux bridges
The nmstate main loop timeout is harcoded to 20 seconds this is problematic
at some scenarios, this release increment it to 60 seconds.

```
docker pull HANDLER_IMAGE
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "0.7.0"
Version = "0.8.0"
)

0 comments on commit a2cbc69

Please sign in to comment.