Skip to content

Releases: solo-io/solo-kit

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)

v0.35.4

19 Sep 18:49
dc4646f
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)

v0.36.0

11 Sep 17:15
f03f859
Compare
Choose a tag to compare

Dependency Bumps

  • envoyproxy/go-control-plane has been upgraded to v0.12.0.
  • envoyproxy/protoc-gen-validate has been upgraded to v1.0.4.
  • golang/protobuf has been upgraded to v1.5.4.
  • iancoleman/strcase has been upgraded to v0.3.0.
  • onsi/ginkgo has been upgraded to v2.19.0.
  • onsi/gomega has been upgraded to v1.33.1.
  • solo-io/go-utils has been upgraded to v0.26.0.
  • solo-io/k8s-utils has been upgraded to v0.8.0.
  • golang/x/sync has been upgraded to v0.8.0.
  • google/genproto/googleapis/apis has been upgraded to v0.0.0-20240528184218-531527333157.
  • google/genproto/googleapis/rpc has been upgraded to v0.0.0-20240701130421-f6361c86f094.
  • google/genproto/googleapis/rpc has been upgraded to v0.0.0-20240701130421-f6361c86f094.
  • google/grpc has been upgraded to v1.65.0.
  • google/protobuf has been upgraded to v1.34.2.
  • k8s.io/api has been upgraded to v0.31.0.
  • k8s.io/apiextensions-apiserver has been upgraded to v0.31.0.
  • k8s.io/apimachinery has been upgraded to v0.31.0.
  • k8s.io/client-go has been upgraded to v0.31.0.
  • k8s.io/code-generator has been upgraded to v0.31.0.
  • k8s.io/utils has been upgraded to v0.0.0-20240711033017-18e509b52bc8.
  • solo-io/cloud-builders has been upgraded to v0.10.1.

Breaking Changes

v0.35.3

17 Jun 21:39
1baf6de
Compare
Choose a tag to compare

Fixes

  • Reverts the change in #554 (released in v0.35.1) that implemented json.Marshaler in snapshot templates.
    That change was unused (the initial issue was resolved without it).
    However, when pulled into the https://github.com/solo-io/gloo repo to get the subsequent change, it resulted in test failures; reverting to fix the tests. (solo-io/gloo-mesh-enterprise#16010)

v0.35.2

14 Jun 19:00
ecc4f32
Compare
Choose a tag to compare

Dependency Bumps

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

New Features