Releases: solo-io/solo-kit
Releases · solo-io/solo-kit
v0.2.21
Remove control plane constraint
v0.2.20
- support varied spacing on
go_package
option for proto files
- all generated tests now require
+solokit
build tag
v0.2.16
Cluster-Scoped Resources are now available for Event Loops and Generated CRD Clients
v0.2.15
Fixing tests to use kubeutils
v0.2.14
Short Name and Plural Name for resources can now be specified using proto options rather than with magic comments
v0.2.13
Namespace scoped resource clients and watch improvements:
- Resource clients can now be namespace-scoped
- Resource client watches will only receive events for the relevant resource/namespace
- Fake solo clientset to use for testing
See this PR for more details.
v0.2.12
resource groups can now be declared in solo-kit.json
v0.2.11
Remove extensions from ResourceRef so it can be used as a key in a map.