Skip to content

Commit 17bb9d4

Browse files
authored
Bumping solo-kit to v0.35.6 (#10614)
1 parent d7870f4 commit 17bb9d4

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

changelog/v1.17.23/bump-solo-kit.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
changelog:
2+
- type: DEPENDENCY_BUMP
3+
dependencyOwner: solo-io
4+
dependencyRepo: solo-kit
5+
dependencyTag: v0.35.6
6+
issueLink: https://github.com/solo-io/solo-projects/issues/7530

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ require (
5858
// 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
5959
// as to why it is now based off `gloo-main` and not `gloo-repo-branch`
6060
github.com/solo-io/solo-apis v0.0.0-20240528173540-7879b7d12cb9
61-
github.com/solo-io/solo-kit v0.35.5
61+
github.com/solo-io/solo-kit v0.35.6
6262
github.com/spf13/afero v1.9.2
6363
github.com/spf13/cobra v1.8.1
6464
github.com/spf13/pflag v1.0.5

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -2029,8 +2029,8 @@ github.com/solo-io/skv2 v0.39.1 h1:dWaZTWgntAsvh4lTlojd3xE+g7NF4oYNonfcdpy0nXE=
20292029
github.com/solo-io/skv2 v0.39.1/go.mod h1:Zsnl+OYmOkj+6KeaMfkzYIxHTVMC0w2gVApzNJRadM8=
20302030
github.com/solo-io/solo-apis v0.0.0-20240528173540-7879b7d12cb9 h1:4DNulNBJdaVz+fOaMQes1MqVCIO/db2vmwz7bVe3iIU=
20312031
github.com/solo-io/solo-apis v0.0.0-20240528173540-7879b7d12cb9/go.mod h1:fA+jJC7TXNM+i3uXvq7fpVrJ6JpNu1BgBxc4U9ntUW0=
2032-
github.com/solo-io/solo-kit v0.35.5 h1:fLZVHuA86n7wpQ+MNKdT8f1+EfitRs9z0jMf7+d+5P8=
2033-
github.com/solo-io/solo-kit v0.35.5/go.mod h1:KBCEfl59/wE0K68s90aDcrTc36gKR5L97TbVelwL8n4=
2032+
github.com/solo-io/solo-kit v0.35.6 h1:F9hjOReNsawIShR/RDGUoJnWkiwQzRJj/VRqgxVhcBk=
2033+
github.com/solo-io/solo-kit v0.35.6/go.mod h1:KBCEfl59/wE0K68s90aDcrTc36gKR5L97TbVelwL8n4=
20342034
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
20352035
github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ=
20362036
github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk=

0 commit comments

Comments
 (0)