Skip to content

Commit 460598c

Browse files
renovate[bot]opentelemetrybot
authored andcommitted
fix(deps): update module github.com/redis/go-redis/v9 to v9.4.0 (open-telemetry#30356)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/redis/go-redis/v9](https://togithub.com/redis/go-redis) | `v9.3.1` -> `v9.4.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fredis%2fgo-redis%2fv9/v9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fredis%2fgo-redis%2fv9/v9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fredis%2fgo-redis%2fv9/v9.3.1/v9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fredis%2fgo-redis%2fv9/v9.3.1/v9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>redis/go-redis (github.com/redis/go-redis/v9)</summary> ### [`v9.4.0`](https://togithub.com/redis/go-redis/releases/tag/v9.4.0): 9.4.0 [Compare Source](https://togithub.com/redis/go-redis/compare/v9.3.1...v9.4.0) ### Changes #### Breaking Changes - Revert [#&open-telemetry#8203;2818](https://togithub.com/redis/go-redis/issues/2818) due to it be a breaking change ([#&open-telemetry#8203;2861](https://togithub.com/redis/go-redis/issues/2861)) #### 🚀 New Features - Add Suffix support to default client set info ([#&open-telemetry#8203;2852](https://togithub.com/redis/go-redis/issues/2852)) #### 🧰 Maintenance - return raw value instead of function calling in Result() ([#&open-telemetry#8203;2831](https://togithub.com/redis/go-redis/issues/2831)) - Add Redis Enterprise tests ([#&open-telemetry#8203;2847](https://togithub.com/redis/go-redis/issues/2847)) #### Contributors We'd like to thank all the contributors who worked on this release! [@&open-telemetry#8203;lowang-bh](https://togithub.com/lowang-bh) and [@&open-telemetry#8203;ofekshenawa](https://togithub.com/ofekshenawa) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent eb7f6c8 commit 460598c

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

cmd/configschema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ require (
569569
github.com/prometheus/prometheus v0.48.1 // indirect
570570
github.com/prometheus/statsd_exporter v0.22.7 // indirect
571571
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
572-
github.com/redis/go-redis/v9 v9.3.1 // indirect
572+
github.com/redis/go-redis/v9 v9.4.0 // indirect
573573
github.com/relvacode/iso8601 v1.3.0 // indirect
574574
github.com/rs/cors v1.10.1 // indirect
575575
github.com/sagikazarmark/locafero v0.4.0 // indirect

cmd/configschema/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ require (
595595
github.com/prometheus/procfs v0.12.0 // indirect
596596
github.com/prometheus/statsd_exporter v0.22.7 // indirect
597597
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
598-
github.com/redis/go-redis/v9 v9.3.1 // indirect
598+
github.com/redis/go-redis/v9 v9.4.0 // indirect
599599
github.com/relvacode/iso8601 v1.3.0 // indirect
600600
github.com/rs/cors v1.10.1 // indirect
601601
github.com/sagikazarmark/locafero v0.4.0 // indirect

cmd/otelcontribcol/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ require (
569569
github.com/prometheus/prometheus v0.48.1 // indirect
570570
github.com/prometheus/statsd_exporter v0.22.7 // indirect
571571
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
572-
github.com/redis/go-redis/v9 v9.3.1 // indirect
572+
github.com/redis/go-redis/v9 v9.4.0 // indirect
573573
github.com/relvacode/iso8601 v1.3.0 // indirect
574574
github.com/rs/cors v1.10.1 // indirect
575575
github.com/sagikazarmark/locafero v0.4.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

receiver/redisreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/google/go-cmp v0.6.0
77
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.91.0
88
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.91.0
9-
github.com/redis/go-redis/v9 v9.3.1
9+
github.com/redis/go-redis/v9 v9.4.0
1010
github.com/stretchr/testify v1.8.4
1111
github.com/testcontainers/testcontainers-go v0.27.0
1212
go.opentelemetry.io/collector/component v0.91.0

receiver/redisreceiver/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)