File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ changelog :
2
+ - type : DEPENDENCY_BUMP
3
+ dependencyOwner : solo-io
4
+ dependencyRepo : solo-kit
5
+ dependencyTag : v0.36.4
6
+ - type : FIX
7
+ issueLink : https://github.com/kgateway-dev/kgateway/issues/8626
8
+ resolvesIssue : false
9
+ description : Pull in solo-kit fix to reduce log level of snapshot cache watches.
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ require (
58
58
// Ref: https://github.com/solo-io/gloo/pull/9463/files#r1594409655 && https://solo-io-corp.slack.com/archives/C03MFATU265/p1716913420716729?thread_ts=1716476992.938679&cid=C03MFATU265
59
59
// as to why it is now based off `gloo-main` and not `gloo-repo-branch`
60
60
github.com/solo-io/solo-apis v0.0.0-20240917212400-9103ca169358
61
- github.com/solo-io/solo-kit v0.36.3
61
+ github.com/solo-io/solo-kit v0.36.4
62
62
github.com/spf13/afero v1.11.0
63
63
github.com/spf13/cobra v1.8.1
64
64
github.com/spf13/pflag v1.0.5
Original file line number Diff line number Diff line change @@ -2705,8 +2705,8 @@ github.com/solo-io/skv2 v0.41.0 h1:NRZUe83LquB8zR++SY36JKhw1abRd+SBuGUGAHS9rWA=
2705
2705
github.com/solo-io/skv2 v0.41.0 /go.mod h1:GtEN0CCne94tm710YbefQh9YcMFcIu2X490g7Loq/Zs =
2706
2706
github.com/solo-io/solo-apis v0.0.0-20240917212400-9103ca169358 h1:yNJpr6sKTBUJ0XbYEdOZuFEr+umyq4XgB/GR1cbhCCI =
2707
2707
github.com/solo-io/solo-apis v0.0.0-20240917212400-9103ca169358 /go.mod h1:xWaT1lP+nkAGYCuAtRdG1l4MsdKwphqeomC41AIsemY =
2708
- github.com/solo-io/solo-kit v0.36.3 h1:ElzKyTgJLxyiyxQhkAwzukDfIFshA3LER44SIIA9cRY =
2709
- github.com/solo-io/solo-kit v0.36.3 /go.mod h1:tLK3BllHZZUZsvgG3paVzux8ccmItKadqLSg7nOltDw =
2708
+ github.com/solo-io/solo-kit v0.36.4 h1:P1EsMDS81jNj2DK33GpKLxZ07vDmdZcGamKtenGIYuA =
2709
+ github.com/solo-io/solo-kit v0.36.4 /go.mod h1:tLK3BllHZZUZsvgG3paVzux8ccmItKadqLSg7nOltDw =
2710
2710
github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo =
2711
2711
github.com/sourcegraph/conc v0.3.0 /go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0 =
2712
2712
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 /go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA =
You can’t perform that action at this time.
0 commit comments