Skip to content

Releases: solo-io/solo-kit

v0.20.8

27 Jun 02:18
70caf75
Compare
Choose a tag to compare

Fixes

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

v0.22.1

24 Jun 17:53
31ccbd9
Compare
Choose a tag to compare

New Features

  • Add ordering to Response Watches so that the order sent to Envoy is in sync.
    This would cause an issue in Envoy where the ClusterAssignmentLoad would update before
    Clusters would. This caused the Clusters to stay in a warming state until Envoy timed
    out, deleting the Endpoints on the cluster. (solo-io/gloo#6337)

v0.29.1

21 Jun 17:09
f2a89de
Compare
Choose a tag to compare

Dependency Bumps

  • solo-io/go-list-licenses has been upgraded to v0.1.0.
  • onsi/ginkgo has been upgraded to v1.16.5.
  • onsi/gomega has been upgraded to v1.16.0.

v0.28.3

21 Jun 22:14
2d8f93a
Compare
Choose a tag to compare

This release contained no user-facing changes.

v0.24.5

21 Jun 20:03
5d9f53d
Compare
Choose a tag to compare

Fixes

v0.20.7

21 Jun 20:03
5769956
Compare
Choose a tag to compare

Fixes

v0.29.0

17 Jun 18:33
d40850e
Compare
Choose a tag to compare

Dependency Bumps

  • solo-io/protoc-gen-openapi has been upgraded to v0.1.0.

Breaking Changes

New Features

  • Add messages to status proto (for the immediate purpose of writing the stitched schema to the status field of gateway schema resources) (solo-io/solo-projects#3338)

Fixes

v0.24.4

16 Jun 21:30
c9d3b16
Compare
Choose a tag to compare

New Features

  • Add ordering to Response Watches so that the order sent to Envoy is in sync.
    This would cause an issue in Envoy where the ClusterAssignmentLoad would update before
    Clusters would. This caused the Clusters to stay in a warming state until Envoy timed
    out, deleting the Endpoints on the cluster. (solo-io/gloo#6337)

v0.20.6

16 Jun 21:31
2a7076d
Compare
Choose a tag to compare

New Features

  • Add ordering to Response Watches so that the order sent to Envoy is in sync.
    This would cause an issue in Envoy where the ClusterAssignmentLoad would update before
    Clusters would. This caused the Clusters to stay in a warming state until Envoy timed
    out, deleting the Endpoints on the cluster. (solo-io/gloo#6337)

v0.28.0

14 Jun 15:07
45e2af3
Compare
Choose a tag to compare

Breaking changes

  • NewSnapshotCache now requires CacheSettings
  • resources have moved to pkg/api/v1/control-plane/types
  • NewStatusInfo now has prioritySet added to it.

Breaking Changes

  • Add ordering to Response Watches so that the order sent to Envoy is in sync.
    This would cause an issue in Envoy where the ClusterAssignmentLoad would update before
    Clusters would. This caused the Clusters to stay in a warming state until Envoy timed
    out, deleting the Endpoints on the cluster. (solo-io/gloo#6337)