v0.77.0
What's Changed
- Revert "docker: Remove buildx init/install (#1134)" by @qinqon in #1144
- Deploy and enable the UI plugin by nmstate-operator by @orenc1 in #1146
- build(deps): bump github.com/emicklei/go-restful from 2.9.5+incompatible to 2.16.0+incompatible by @dependabot in #1148
- owners: Add Ben by @qinqon in #1139
- Revert "handler: Temporaly use Gris repo" by @qinqon in #1152
- deps: Bump x/text to 0.3.8 at /api by @qinqon in #1154
- go.mod: update mongodb-driver to 1.11.2 by @dougsland in #1158
- Probes: choose the default gw from the main routing table by @fedepaol in #1153
- Use nmstatectl rust by @qinqon in #1059
- Use correct domain root-servers.net for DNS probes by @andreaskaris in #1163
- build: Install nmstate from c9s by @qinqon in #1169
- Don't deploy UI Plugin resources if the manifests are missing by @orenc1 in #1165
New Contributors
- @orenc1 made their first contribution in #1146
- @dougsland made their first contribution in #1158
- @andreaskaris made their first contribution in #1163
Full Changelog: v0.76.0...v0.77.0
Installation
First, install kubernetes-nmstate operator:
kubectl apply -f https://github.com/nmstate/kubernetes-nmstate/releases/download/v0.77.0/nmstate.io_nmstates.yaml
kubectl apply -f https://github.com/nmstate/kubernetes-nmstate/releases/download/v0.77.0/namespace.yaml
kubectl apply -f https://github.com/nmstate/kubernetes-nmstate/releases/download/v0.77.0/service_account.yaml
kubectl apply -f https://github.com/nmstate/kubernetes-nmstate/releases/download/v0.77.0/role.yaml
kubectl apply -f https://github.com/nmstate/kubernetes-nmstate/releases/download/v0.77.0/role_binding.yaml
kubectl apply -f https://github.com/nmstate/kubernetes-nmstate/releases/download/v0.77.0/operator.yaml
Once that's done, create an NMState
CR, triggering deployment of
kubernetes-nmstate handler:
cat <<EOF | kubectl create -f -
apiVersion: nmstate.io/v1
kind: NMState
metadata:
name: nmstate
EOF