0.3.1
Version 0.3.1 fixes a bug with the scoping of Kilo's Peer CustomResourceDefinition, which incorrectly caused the Peers to be namespaced (#226).
Note: to upgrade from the affected version of Kilo, 0.3.0, take the following steps:
- delete the old Kilo Peer CRD:
kubectl delete crd peers.kilo.squat.ai
; and - apply the Kilo Peer CRD manifest:
kubectl apply -f https://raw.githubusercontent.com/squat/kilo/0.3.1/manifests/crds.yaml
.