Skip to content

Releases: nmstate/kubernetes-nmstate

v0.5.0

26 Jul 14:41
Compare
Choose a tag to compare

Enforce linux bridge vlan_filtering with iproute tools

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 quay.io/nmstate/kubernetes-nmstate-handler:v0.5.0

v0.4.0

12 Jul 13:40
Compare
Choose a tag to compare

Run nmstate at 'nmstate' namespace

Although the CRD is cluster scope the infrastructure that handle it
have to be under a namspace, also we no longer need exec.

docker pull quay.io/nmstate/kubernetes-nmstate-handler:v0.4.0

v0.3.0

01 Jul 08:38
Compare
Choose a tag to compare

This release has rewrite the project from scratch using operator-sdk

  • Use operator-sdk tools to construct it
  • Add unit tests for marshal/unmarshall nmstate yaml
  • Add e2e tests
  • The cluster-up cluster-down scripts call kubevirtci directly cloning the
    repo.
docker pull quay.io/nmstate/kubernetes-nmstate-handler:v0.3.0

Add linux bridge demo and functional tests

30 May 10:45
d5fe13b
Compare
Choose a tag to compare
  • Added new linux bridge demo with doc
  • Added minimal unit test for linux bridges
  • Fixes some issues at api regarding nmstate bridge STP.

docker pull quay.io/nmstate/kubernetes-nmstate-configuration-policy-handler:v0.2.0