Skip to content

Commit

Permalink
prepare 0.6.0 version (#149)
Browse files Browse the repository at this point in the history
Signed-off-by: Quique Llorente <[email protected]>
  • Loading branch information
qinqon authored and phoracek committed Aug 5, 2019
1 parent ac28774 commit ab4dc4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
Update NodeNeworkState desiredState only on changes

Before this release it was updateing desiredState at the same time that we refresh
currentState leaving to connectivity issues. Now currentState is update at different
controller to refresh it so desiredState is only applyed if it's really changed.
Upgrade nmstate to 0.0.8 version

There is a problem deleting bridges at nmstate https://github.com/nmstate/nmstate/pull/445 this upgrade nmstate
so we fix that

```
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.5.1"
Version = "0.6.0"
)

0 comments on commit ab4dc4f

Please sign in to comment.