Skip to content

Commit

Permalink
fix(deps): update module github.com/redis/go-redis/v9 to v9.5.0 (#4334)
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.4.0` -> `v9.5.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fredis%2fgo-redis%2fv9/v9.5.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.5.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.4.0/v9.5.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.4.0/v9.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

### Changes

#### 🚀 New Features

- Add object fraq command
([#&#8203;2844](https://togithub.com/redis/go-redis/issues/2844))
- Speed up connections by sending SetInfo via a pipeline
([#&#8203;2880](https://togithub.com/redis/go-redis/issues/2880))
- Add helpers to set libinfo without panic
([#&#8203;2724](https://togithub.com/redis/go-redis/issues/2724))

#### 🧰 Maintenance

- Remove unnecessary Node project definition file
([#&#8203;2863](https://togithub.com/redis/go-redis/issues/2863))
- Add support for specifying bitcount unit as byte or bit, byte default
([#&#8203;2887](https://togithub.com/redis/go-redis/issues/2887))
- fix ConnPool race in newConn
([#&#8203;2885](https://togithub.com/redis/go-redis/issues/2885))

#### 📚 Documentation & Testing

- Docs: update features
([#&#8203;2846](https://togithub.com/redis/go-redis/issues/2846))
- Docs: add bytes in scan struct example
([#&#8203;2836](https://togithub.com/redis/go-redis/issues/2836))
- Tests: add ut for util_test
([#&#8203;2840](https://togithub.com/redis/go-redis/issues/2840))

#### ⚙️ Dependencies & Infrastructure

- chore: update OpenTelemetry and Uptrace to the latest version
([#&#8203;2864](https://togithub.com/redis/go-redis/issues/2864))
- chore(deps): bump release-drafter/release-drafter from 5 to 6
([#&#8203;2883](https://togithub.com/redis/go-redis/issues/2883))
- chore(deps): bump rojopolis/spellcheck-github-actions from 0.35.0 to
0.36.0 ([#&#8203;2889](https://togithub.com/redis/go-redis/issues/2889))
- chore(deps): bump golangci/golangci-lint-action from 3 to 4
([#&#8203;2890](https://togithub.com/redis/go-redis/issues/2890))
- Change RE image to 7.2.4-108
([#&#8203;2884](https://togithub.com/redis/go-redis/issues/2884))
- Add CredentialsProvider to ClusterOptions
([#&#8203;2791](https://togithub.com/redis/go-redis/issues/2791))

#### Contributors

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

[@&#8203;OlegStotsky](https://togithub.com/OlegStotsky),
[@&#8203;abusizhishen](https://togithub.com/abusizhishen),
[@&#8203;dependabot](https://togithub.com/dependabot),
[@&#8203;dependabot](https://togithub.com/dependabot)\[bot],
[@&#8203;johnduhart](https://togithub.com/johnduhart),
[@&#8203;limotley](https://togithub.com/limotley),
[@&#8203;ofekshenawa](https://togithub.com/ofekshenawa),
[@&#8203;peczenyj](https://togithub.com/peczenyj),
[@&#8203;rfyiamcool](https://togithub.com/rfyiamcool), and
[@&#8203;vmihailenco](https://togithub.com/vmihailenco)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on Monday" in timezone
Europe/Paris, 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/cozy/cozy-stack).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
  • Loading branch information
nono authored Feb 19, 2024
2 parents 570f8e9 + aebfdec commit f5fe246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ require (
github.com/oschwald/maxminddb-golang v1.12.0
github.com/pquerna/otp v1.4.0
github.com/prometheus/client_golang v1.18.0
github.com/redis/go-redis/v9 v9.4.0
github.com/redis/go-redis/v9 v9.5.0
github.com/robfig/cron/v3 v3.0.1
github.com/sideshow/apns2 v0.23.0
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ github.com/prometheus/common v0.45.0 h1:2BGz0eBc2hdMDLnO/8n0jeB3oPrt2D08CekT0lne
github.com/prometheus/common v0.45.0/go.mod h1:YJmSTw9BoKxJplESWWxlbyttQR4uaEcGyv9MZjVOJsY=
github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo=
github.com/prometheus/procfs v0.12.0/go.mod h1:pcuDEFsWDnvcgNzo4EEweacyhjeA9Zk3cnaOZAZEfOo=
github.com/redis/go-redis/v9 v9.4.0 h1:Yzoz33UZw9I/mFhx4MNrB6Fk+XHO1VukNcCa1+lwyKk=
github.com/redis/go-redis/v9 v9.4.0/go.mod h1:hdY0cQFCN4fnSYT6TkisLufl/4W5UIXyv0b/CLO2V2M=
github.com/redis/go-redis/v9 v9.5.0 h1:Xe9TKMmZv939gwTBcvc0n1tzK5l2re0pKw/W/tN3amw=
github.com/redis/go-redis/v9 v9.5.0/go.mod h1:hdY0cQFCN4fnSYT6TkisLufl/4W5UIXyv0b/CLO2V2M=
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
Expand Down

0 comments on commit f5fe246

Please sign in to comment.