Skip to content

Commit

Permalink
chore(deps): bump github.com/Kong/sdk-konnect-go from 0.1.15 to 0.1.18 (
Browse files Browse the repository at this point in the history
#6944)

* chore(deps): bump github.com/Kong/sdk-konnect-go from 0.1.15 to 0.1.18

Bumps [github.com/Kong/sdk-konnect-go](https://github.com/Kong/sdk-konnect-go) from 0.1.15 to 0.1.18.
- [Release notes](https://github.com/Kong/sdk-konnect-go/releases)
- [Changelog](https://github.com/Kong/sdk-konnect-go/blob/main/.goreleaser.yml)
- [Commits](Kong/sdk-konnect-go@v0.1.15...v0.1.18)

---
updated-dependencies:
- dependency-name: github.com/Kong/sdk-konnect-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* use konnect cfg change detector in synchronizer tests

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Grzegorz Burzyński <[email protected]>
  • Loading branch information
dependabot[bot] and czeslavo authored Jan 8, 2025
1 parent 7a6b9e7 commit cf58f7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ require (
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
github.com/Kong/go-diff v1.2.2 // indirect
github.com/Kong/gojsondiff v1.3.2 // indirect
github.com/Kong/sdk-konnect-go v0.1.15
github.com/Kong/sdk-konnect-go v0.1.18
github.com/MakeNowJust/heredoc v1.0.0 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.3.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ github.com/Kong/go-diff v1.2.2 h1:KKKaqHc8IxuguFVIZMNt3bi6YuC/t9r7BGD8bOOpSgM=
github.com/Kong/go-diff v1.2.2/go.mod h1:nlvdwVZQk3Rm+tbI0cDmKFrOjghtcZTrZBp+UruvvA8=
github.com/Kong/gojsondiff v1.3.2 h1:qIOVq2mUXt+NXy8Be5gRUee9TP3Ve0MbQSafg9bXKZE=
github.com/Kong/gojsondiff v1.3.2/go.mod h1:DiIxtU59q4alK7ecP+7k56C5UjgOviJ5gQVR2esEhYw=
github.com/Kong/sdk-konnect-go v0.1.15 h1:DO665UeuAVt3UNw5Yeo0I8eOQXkuE+3TyUvqc17Bz5Y=
github.com/Kong/sdk-konnect-go v0.1.15/go.mod h1:xsmTIkBbmVyUh1nRFjQMOhxYIPDl+sMfmRmPuZHtwLE=
github.com/Kong/sdk-konnect-go v0.1.18 h1:9ifPoIIozRBXqj4n4N8yTHmixfvHqjcakK9wF+A3/04=
github.com/Kong/sdk-konnect-go v0.1.18/go.mod h1:xsmTIkBbmVyUh1nRFjQMOhxYIPDl+sMfmRmPuZHtwLE=
github.com/MakeNowJust/heredoc v1.0.0 h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=
github.com/MakeNowJust/heredoc v1.0.0/go.mod h1:mG5amYoWBHf8vpLOuehzbGGw0EHxpZZ6lCpQ4fNJ8LE=
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
Expand Down
4 changes: 2 additions & 2 deletions internal/konnect/config_synchronizer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestConfigSynchronizer_UpdatesKongConfigAccordingly(t *testing.T) {
ConfigUploadTicker: clock.NewTickerWithDuration(testSendConfigPeriod),
KonnectClientFactory: &mocks.KonnectClientFactory{Client: testKonnectClient},
UpdateStrategyResolver: resolver,
ConfigChangeDetector: sendconfig.NewKongGatewayConfigurationChangeDetector(log),
ConfigChangeDetector: sendconfig.NewKonnectConfigurationChangeDetector(),
ConfigStatusNotifier: configStatusNotifier,
MetricsRecorder: &mocks.MetricsRecorder{},
},
Expand Down Expand Up @@ -141,7 +141,7 @@ func TestConfigSynchronizer_ConfigIsSanitizedWhenConfiguredSo(t *testing.T) {
ConfigUploadTicker: clock.NewTickerWithDuration(testSendConfigPeriod),
KonnectClientFactory: &mocks.KonnectClientFactory{Client: testKonnectClient},
UpdateStrategyResolver: resolver,
ConfigChangeDetector: sendconfig.NewKongGatewayConfigurationChangeDetector(log),
ConfigChangeDetector: sendconfig.NewKonnectConfigurationChangeDetector(),
ConfigStatusNotifier: configStatusNotifier,
MetricsRecorder: &mocks.MetricsRecorder{},
},
Expand Down

1 comment on commit cf58f7b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Go Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: cf58f7b Previous: 7a6b9e7 Ratio
BenchmarkSanitizedCopy 1201354 ns/op 819443 B/op 5 allocs/op 348094 ns/op 819445 B/op 5 allocs/op 3.45
BenchmarkSanitizedCopy - ns/op 1201354 ns/op 348094 ns/op 3.45

This comment was automatically generated by workflow using github-action-benchmark.

CC: @Kong/k8s-maintainers

Please sign in to comment.