Skip to content

Releases: solo-io/solo-kit

v0.24.0

28 Sep 19:15
e3e386a
Compare
Choose a tag to compare

Breaking Changes

v0.23.0

21 Sep 18:14
33fda1f
Compare
Choose a tag to compare

Breaking Changes

  • Add support for statuses from multiple reporters. (#430)

v0.22.0

16 Sep 20:00
afbf1e4
Compare
Choose a tag to compare

Breaking Changes

  • Add ability to map or not map ownerReferences FromKubeMeta(meta metav1.ObjectMeta) has been replaced with FromKubeMeta(meta metav1.ObjectMeta, copyOwnerReferences bool) (#448)

v0.21.3

27 Aug 17:36
0cf4765
Compare
Choose a tag to compare

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

27 Aug 19:07
abbdc81
Compare
Choose a tag to compare

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

19 Aug 17:07
b926b83
Compare
Choose a tag to compare
v0.21.2 Pre-release
Pre-release

This release build failed.

Fixes

v0.21.1

20 Jul 16:33
1584538
Compare
Choose a tag to compare

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

20 Jul 19:00
796b54b
Compare
Choose a tag to compare

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

02 Jun 18:40
d7292e8
Compare
Choose a tag to compare

Breaking Changes

  • Update go_package field of external protos to comply with latest protoc-gen-go requirements. (#427)

v0.20.1

02 Jun 18:23
5d9f235
Compare
Choose a tag to compare

Fixes

  • Undo discovery proto package name change which could result in a breaking change (solo-io/gloo#4369)