Skip to content

Commit

Permalink
prepare v0.5.1 (#147)
Browse files Browse the repository at this point in the history
Signed-off-by: Quique Llorente <[email protected]>
  • Loading branch information
qinqon authored Jul 31, 2019
1 parent 231f148 commit 8488a13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Enforce linux bridge vlan_filtering with iproute tools
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.

Support for linux bridge vlan filtering is going to be at future versions
of nmstate/NM meanwhile kubenetes-nmstate implement it using iproute commands
it will set all the vlan range at outbound interface and bridge itself at the
bridges set by desired state

```
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.0"
Version = "0.5.1"
)

0 comments on commit 8488a13

Please sign in to comment.