Skip to content

Commit

Permalink
Update module github.com/redis/go-redis/v9 to v9.3.1 (open-telemetry#…
Browse files Browse the repository at this point in the history
…30086)

[![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.0` -> `v9.3.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fredis%2fgo-redis%2fv9/v9.3.1?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.3.1?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.0/v9.3.1?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.0/v9.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>redis/go-redis (github.com/redis/go-redis/v9)</summary>

### [`v9.3.1`](https://togithub.com/redis/go-redis/releases/tag/v9.3.1):
9.3.1

[Compare
Source](https://togithub.com/redis/go-redis/compare/v9.3.0...v9.3.1)

##### Updates and Enhancements

- Documentation and examples have been updated
([#&open-telemetry#8203;2806](https://togithub.com/redis/go-redis/issues/2806)).
- Redis values can now be scanned into pointer fields
([#&open-telemetry#8203;2787](https://togithub.com/redis/go-redis/issues/2787)).
- The URL format error in the Documentation has been corrected
([#&open-telemetry#8203;2789](https://togithub.com/redis/go-redis/issues/2789)).
- Cmder annotation has been added
([#&open-telemetry#8203;2816](https://togithub.com/redis/go-redis/issues/2816)).
- The Z member type has been changed to string
([#&open-telemetry#8203;2818](https://togithub.com/redis/go-redis/issues/2818)).

##### 🚀 New Features

- BITFIELD_RO Command has been introduced
([#&open-telemetry#8203;2820](https://togithub.com/redis/go-redis/issues/2820)).
- Monitor Command is now supported
([#&open-telemetry#8203;2830](https://togithub.com/redis/go-redis/issues/2830)).

##### 🐛 Bug Fixes

- "COMMAND" command is now executed only when readonly
([#&open-telemetry#8203;2815](https://togithub.com/redis/go-redis/issues/2815)).

##### 🧰 Maintenance and Dependency Updates

- The usage of TSMadd ktvSlices has been clarified in the docstring
([#&open-telemetry#8203;2827](https://togithub.com/redis/go-redis/issues/2827)).
-   Dependencies have been updated:
- rojopolis/spellcheck-github-actions from 0.34.0 to 0.35.0
([#&open-telemetry#8203;2807](https://togithub.com/redis/go-redis/issues/2807))
- actions/stale from 8 to 9
([#&open-telemetry#8203;2828](https://togithub.com/redis/go-redis/issues/2828))
- actions/setup-go from 4 to 5
([#&open-telemetry#8203;2829](https://togithub.com/redis/go-redis/issues/2829))

##### Contributors

We'd like to thank all the contributors who worked on this release!

[@&open-telemetry#8203;RyoMiyashita](https://togithub.com/RyoMiyashita),
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot),
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)\[bot],
[@&open-telemetry#8203;lzakharov](https://togithub.com/lzakharov),
[@&open-telemetry#8203;ofekshenawa](https://togithub.com/ofekshenawa),
[@&open-telemetry#8203;rfyiamcool](https://togithub.com/rfyiamcool),
[@&open-telemetry#8203;rouzier](https://togithub.com/rouzier),
[@&open-telemetry#8203;splundid](https://togithub.com/splundid) and
[@&open-telemetry#8203;x1nchen](https://togithub.com/x1nchen)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuMTAzLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
  • Loading branch information
3 people authored and cparkins committed Jan 10, 2024
1 parent 9d64dd8 commit 49ddba5
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cmd/configschema/go.mod
Expand Up @@ -568,7 +568,7 @@ require (
github.com/prometheus/prometheus v0.48.1 // indirect
github.com/prometheus/statsd_exporter v0.22.7 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/redis/go-redis/v9 v9.3.0 // indirect
github.com/redis/go-redis/v9 v9.3.1 // indirect
github.com/relvacode/iso8601 v1.3.0 // indirect
github.com/rs/cors v1.10.1 // indirect
github.com/sagikazarmark/locafero v0.3.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions cmd/configschema/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/otelcontribcol/go.mod
Expand Up @@ -590,7 +590,7 @@ require (
github.com/prometheus/procfs v0.12.0 // indirect
github.com/prometheus/statsd_exporter v0.22.7 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/redis/go-redis/v9 v9.3.0 // indirect
github.com/redis/go-redis/v9 v9.3.1 // indirect
github.com/relvacode/iso8601 v1.3.0 // indirect
github.com/rs/cors v1.10.1 // indirect
github.com/sagikazarmark/locafero v0.3.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions cmd/otelcontribcol/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -570,7 +570,7 @@ require (
github.com/prometheus/prometheus v0.48.1 // indirect
github.com/prometheus/statsd_exporter v0.22.7 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/redis/go-redis/v9 v9.3.0 // indirect
github.com/redis/go-redis/v9 v9.3.1 // indirect
github.com/relvacode/iso8601 v1.3.0 // indirect
github.com/rs/cors v1.10.1 // indirect
github.com/sagikazarmark/locafero v0.3.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion receiver/redisreceiver/go.mod
Expand Up @@ -6,7 +6,7 @@ require (
github.com/google/go-cmp v0.6.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.91.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.91.0
github.com/redis/go-redis/v9 v9.3.0
github.com/redis/go-redis/v9 v9.3.1
github.com/stretchr/testify v1.8.4
github.com/testcontainers/testcontainers-go v0.26.0
go.opentelemetry.io/collector/component v0.91.0
Expand Down
4 changes: 2 additions & 2 deletions receiver/redisreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49ddba5

Please sign in to comment.