Skip to content

Releases: solo-io/solo-kit

v0.22.3

18 Jul 21:26
40d41b7
Compare
Choose a tag to compare

New Features

  • Add ExpressionSelector to ListOpts and WatchOpts.
    This adds support to set-based label selection on resource clients, allowing selection
    of resources with multiple values for the same key. Previously, only equality-based
    label selection was supported, which required a single key and value for all defined requirements. (solo-io/gloo#6406)

Fixes

  • AllowUnknownFields when unmarshalling a kube spec into a resource. Previously,
    unknown fields would cause an error. This is safe, because for the spec to be persisted
    in the first place, it must respect the CRD validation schema definition. (#505)

v0.20.11

15 Jul 23:33
b9fdea5
Compare
Choose a tag to compare

This release contained no user-facing changes.

v0.20.10

15 Jul 22:57
889e87f
Compare
Choose a tag to compare

New Features

  • Add ExpressionSelector to ListOpts and WatchOpts.
    This adds support to set-based label selection on resource clients, allowing selection
    of resources with multiple values for the same key. Previously, only equality-based
    label selection was supported, which required a single key and value for all defined requirements. (solo-io/gloo#6406)

Fixes

  • AllowUnknownFields when unmarshalling a kube spec into a resource. Previously,
    unknown fields would cause an error. This is safe, because for the spec to be persisted
    in the first place, it must respect the CRD validation schema definition. (#505)

v0.24.7

11 Jul 21:33
f546b4b
Compare
Choose a tag to compare

Fixes

  • Ensure that the emitter namespaced map is hydrated with the initial list data. (solo-io/gloo#5554)

v0.30.1

01 Jul 20:23
460d42b
Compare
Choose a tag to compare

Fixes

  • Ensure that the emitter namespaced map is hydrated with the initial list data. (solo-io/gloo#5554)

v0.30.0

01 Jul 16:17
39c9025
Compare
Choose a tag to compare

Fixes

  • Ensure that StatusUnmarshal never returns an error. Instead, if an error would occur, set an empty status on the resource. (#484)

v0.29.2

01 Jul 15:34
4bd3b7e
Compare
Choose a tag to compare
v0.29.2 Pre-release
Pre-release

Fixes

  • Ensure that StatusUnmarshal never returns an error. Instead, if an error would occur, set an empty status on the resource. (#484)

v0.20.9

01 Jul 21:15
c29e432
Compare
Choose a tag to compare

Fixes

  • Ensure that the emitter namespaced map is hydrated with the initial list data. (solo-io/gloo#5554)

v0.24.6

30 Jun 20:07
3d0162a
Compare
Choose a tag to compare

Fixes

  • Dont error on statuses. This allows for downgrades. (#484)

v0.22.2

29 Jun 18:09
f50f03b
Compare
Choose a tag to compare

Fixes

  • Dont error on statuses. This allows for downgrades. (#484)