Skip to content

Commit

Permalink
Release v0.11.0 (#237)
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek authored and qinqon committed Oct 24, 2019
1 parent 9d49e0c commit e8624de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 4 additions & 11 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
Increase resilience and force vlan_filtering at bridge
Use latest nmstate obtained from master

The NetworkManager < 1.20 present some race conditions that end with
nmstatectl set with transitory failures, they can be overcome by some
retry + sleep mechanism implemented in this release.

A rollback mechanism has being implemented to go back to previous network
configuration in case of error at running the vlan-filtering script or pinging
default gw.

The vlan-filtering script was not setting the pvid untagged flag at the bridge
itself.
The version 0.8.0 we used until now is pretty old and contains some major bugs.
We are moving to use the current master until nmstate publishes a new stable
release.

```
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.10.0"
Version = "0.11.0"
)

0 comments on commit e8624de

Please sign in to comment.