Releases: solo-io/solo-kit
Releases · solo-io/solo-kit
v0.24.0
Breaking Changes
- Update generated CRDs to use v1 apis. (solo-io/gloo#4304)
v0.23.0
v0.22.0
v0.21.3
New Features
- Add EnumAsIntOrString to ValidationSchemaOptions, enabling users to opt in to allowing enums to be specified with int values (solo-io/gloo#5200)
v0.20.3
New Features
- Add EnumAsIntOrString to ValidationSchemaOptions, enabling users to opt in to allowing enums to be specified with int values (solo-io/gloo#5200)
Fixes
- Fix
oneof
docs gen issue where not all one of fields are included in markdown descriptions. (solo-io/gloo#5193)
v0.21.2
v0.21.1
Fixes
- Ensure schemas for int64 fields include
x-kubernetes-int-or-string
(solo-io/gloo#5043) - Expose configuration options for generating descriptions with validation schemas (solo-io/gloo#4789)
v0.20.2
Fixes
- Ensure schemas for int64 fields include
x-kubernetes-int-or-string
(solo-io/gloo#5043) - Expose configuration options for generating descriptions with validation schemas (solo-io/gloo#4789)
v0.21.0
v0.20.1
Fixes
- Undo discovery proto package name change which could result in a breaking change (solo-io/gloo#4369)