Skip to content

Releases: solo-io/solo-kit

v0.38.0

20 Feb 15:30
2d1d993
Compare
Choose a tag to compare

Dependency Bumps

  • solo-io/go-utils has been upgraded to v0.28.4.
  • solo-io/anyvendor has been upgraded to v0.2.0.
  • solo-io/k8s-utils has been upgraded to v0.10.0.
  • solo-io/protoc-gen-ext has been upgraded to v0.1.0.
  • solo-io/protoc-gen-openapi has been upgraded to v0.3.0.

Breaking Changes

v0.37.0

14 Feb 01:30
fa9bccc
Compare
Choose a tag to compare

Dependency Bumps

  • k8s.io/api has been upgraded to v0.32.2.
  • k8s.io/apimachinery has been upgraded to v0.32.2.
  • k8s.io/apiextensions-apiserver has been upgraded to v0.32.2.
  • k8s.io/client-go has been upgraded to v0.32.2.
  • google/protobuf has been upgraded to v1.35.1.
  • onsi/gomega has been upgraded to v1.35.1.
  • onsi/ginkgo has been upgraded to v2.21.0.
  • go.uber.org/zap has been upgraded to v1.27.0.
  • solo-io/go-utils has been upgraded to v0.27.4.
  • solo-io/k8s-utils has been upgraded to v0.9.0.
  • solo-io/cloud-builders has been upgraded to v0.11.1.

Breaking Changes

v0.35.6

13 Feb 22:50
d0c921e
Compare
Choose a tag to compare

Fixes

  • Downgrade the level of message "respond open watch priority %d and index %d :%v with new version %q" to debug. (solo-io/solo-projects#7530)

v0.36.4

31 Jan 14:47
7a244c5
Compare
Choose a tag to compare

Fixes

  • Downgrade the level of message "respond open watch priority %d and index %d :%v with new version %q" to debug. (kgateway-dev/kgateway#8626)

v0.36.3

20 Nov 15:55
dbc3d5e
Compare
Choose a tag to compare

Fixes

v0.34.4

18 Nov 20:45
c961dd6
Compare
Choose a tag to compare

Fixes

  • Update protobuf processing to no longer render links to locally hosted external API docs, as they are being removed. (solo-io/solo-projects#6768)

v0.33.2

18 Nov 20:46
e702790
Compare
Choose a tag to compare

Fixes

  • Update protobuf processing to no longer render links to locally hosted external API docs, as they are being removed. (solo-io/solo-projects#6768)

v0.35.5

15 Nov 21:34
e0ea3c3
Compare
Choose a tag to compare

Fixes

  • Update protobuf processing to no longer render links to locally hosted external API docs, as they are being removed. (solo-io/solo-projects#6768)

v0.36.2

14 Nov 23:55
57e43a2
Compare
Choose a tag to compare

Fixes

  • Update protobuf processing to no longer render links to locally hosted external API docs, as they are being removed. (solo-io/solo-projects#6768)

v0.36.1

26 Sep 19:18
6caea09
Compare
Choose a tag to compare

Fixes

  • Adds the RemoveMatches method in snapshot_template.go that removes all resources that match the given predicate. Adds the ability for event loops to determine if the Syncer passed is a SyncDecider to determine if a sync is necessary. (solo-io/gloo#9274)
  • Fixes the issue of multiple declarations of Predicate when multiple snapshots are generated (solo-io/gloo#9274)