Skip to content

0.3.1

Compare
Choose a tag to compare
@squat squat released this 19 Aug 21:54
· 173 commits to main since this release
0.3.1
acc3696

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:

  1. delete the old Kilo Peer CRD: kubectl delete crd peers.kilo.squat.ai; and
  2. apply the Kilo Peer CRD manifest: kubectl apply -f https://raw.githubusercontent.com/squat/kilo/0.3.1/manifests/crds.yaml.