diff --git a/version/description b/version/description index 92ff9e37c..c7902779c 100644 --- a/version/description +++ b/version/description @@ -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 diff --git a/version/version.go b/version/version.go index ba4fb919a..8c7a3693c 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ package version var ( - Version = "0.10.0" + Version = "0.11.0" )