Skip to content

Commit

Permalink
Update module github.com/redis/go-redis/v9 to v9.6.1 (#34303)
Browse files Browse the repository at this point in the history
[![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.6.0` -> `v9.6.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fredis%2fgo-redis%2fv9/v9.6.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.6.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.6.0/v9.6.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.6.0/v9.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

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

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

### Changes

#### 9.6

This release contains all new features from version 9.6.

##### 🚀 New Features

- Support Hash-field expiration commands
([#&#8203;2991](https://togithub.com/redis/go-redis/issues/2991))
- Support Hash-field expiration commands in Pipeline & Fix HExpire
HExpireWithArgs expiration
([#&#8203;3038](https://togithub.com/redis/go-redis/issues/3038))
- Support NOVALUES parameter for HSCAN
([#&#8203;2925](https://togithub.com/redis/go-redis/issues/2925))
- Added test case for CLIENT KILL with MAXAGE option
([#&#8203;2971](https://togithub.com/redis/go-redis/issues/2971))
- Add support for XREAD last entry
([#&#8203;3005](https://togithub.com/redis/go-redis/issues/3005))
- Reduce the type assertion of CheckConn
([#&#8203;3066](https://togithub.com/redis/go-redis/issues/3066))

#### 9.6.1

In addition minor changes were performed to retract version 9.5.3 and
9.5.4 that were released accidentally.

##### 🧰 Maintenance

- Change CI to 7.4.0-RC2
([#&#8203;3070](https://togithub.com/redis/go-redis/issues/3070))

##### 🎁 Package Distribution

- Retract versions 9.5.3 and 9.5.4
([#&#8203;3069](https://togithub.com/redis/go-redis/issues/3069))

#### Contributors

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

[@&#8203;LINKIWI](https://togithub.com/LINKIWI),
[@&#8203;b1ron](https://togithub.com/b1ron),
[@&#8203;gerzse](https://togithub.com/gerzse),
[@&#8203;haines](https://togithub.com/haines),
[@&#8203;immersedin](https://togithub.com/immersedin),
[@&#8203;naiqianz](https://togithub.com/naiqianz),
[@&#8203;ofekshenawa](https://togithub.com/ofekshenawa),
[@&#8203;srikar-jilugu](https://togithub.com/srikar-jilugu),
[@&#8203;tzongw](https://togithub.com/tzongw),
[@&#8203;vladvildanov](https://togithub.com/vladvildanov),
[@&#8203;vmihailenco](https://togithub.com/vmihailenco) and
[@&#8203;monkey92t](https://togithub.com/monkey92t)

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

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: Alex Boten <223565+codeboten@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 31, 2024
1 parent beb7e34 commit 282f712
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cmd/otelcontribcol/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ require (
github.com/prometheus/procfs v0.15.1 // indirect
github.com/rabbitmq/amqp091-go v1.10.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/redis/go-redis/v9 v9.6.0 // indirect
github.com/redis/go-redis/v9 v9.6.1 // indirect
github.com/relvacode/iso8601 v1.4.0 // indirect
github.com/rs/cors v1.11.0 // indirect
github.com/sagikazarmark/locafero v0.4.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 extension/storage/redisstorageextension/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/extension/stora
go 1.21.0

require (
github.com/redis/go-redis/v9 v9.6.0
github.com/redis/go-redis/v9 v9.6.1
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/collector/component v0.106.1
go.opentelemetry.io/collector/config/configopaque v1.12.0
Expand Down
4 changes: 2 additions & 2 deletions extension/storage/redisstorageextension/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
Original file line number Diff line number Diff line change
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.106.1
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.106.1
github.com/redis/go-redis/v9 v9.6.0
github.com/redis/go-redis/v9 v9.6.1
github.com/stretchr/testify v1.9.0
github.com/testcontainers/testcontainers-go v0.31.0
go.opentelemetry.io/collector/component v0.106.1
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 282f712

Please sign in to comment.