Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/redis/go-redis/v9 to v9.3.1 #30086

Merged
merged 3 commits into from
Dec 19, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/redis/go-redis/v9 v9.3.0 -> v9.3.1 age adoption passing confidence

Release Notes

redis/go-redis (github.com/redis/go-redis/v9)

v9.3.1: 9.3.1

Compare Source

Updates and Enhancements
  • Documentation and examples have been updated (#​2806).
  • Redis values can now be scanned into pointer fields (#​2787).
  • The URL format error in the Documentation has been corrected (#​2789).
  • Cmder annotation has been added (#​2816).
  • The Z member type has been changed to string (#​2818).
🚀 New Features
  • BITFIELD_RO Command has been introduced (#​2820).
  • Monitor Command is now supported (#​2830).
🐛 Bug Fixes
  • "COMMAND" command is now executed only when readonly (#​2815).
🧰 Maintenance and Dependency Updates
  • The usage of TSMadd ktvSlices has been clarified in the docstring (#​2827).
  • Dependencies have been updated:
    • rojopolis/spellcheck-github-actions from 0.34.0 to 0.35.0 (#​2807)
    • actions/stale from 8 to 9 (#​2828)
    • actions/setup-go from 4 to 5 (#​2829)
Contributors

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

@​RyoMiyashita, @​dependabot, @​dependabot[bot], @​lzakharov, @​ofekshenawa, @​rfyiamcool, @​rouzier, @​splundid and @​x1nchen


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from dmitryax as a code owner December 19, 2023 12:45
@renovate renovate bot requested a review from a team December 19, 2023 12:45
@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Dec 19, 2023
@github-actions github-actions bot added receiver/redis Redis related issues and removed renovatebot labels Dec 19, 2023
@renovate renovate bot requested a review from mx-psi as a code owner December 19, 2023 12:50
@github-actions github-actions bot added cmd/configschema configschema command cmd/otelcontribcol otelcontribcol command labels Dec 19, 2023
@renovate renovate bot force-pushed the renovate/github.com-redis-go-redis-v9-9.x branch from b50f0b5 to 63c4990 Compare December 19, 2023 19:40
@TylerHelmuth TylerHelmuth merged commit 816bfbb into main Dec 19, 2023
85 checks passed
@TylerHelmuth TylerHelmuth deleted the renovate/github.com-redis-go-redis-v9-9.x branch December 19, 2023 21:24
@github-actions github-actions bot added this to the next release milestone Dec 19, 2023
cparkins pushed a commit to AmadeusITGroup/opentelemetry-collector-contrib that referenced this pull request Jan 10, 2024
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmd/configschema configschema command cmd/otelcontribcol otelcontribcol command dependencies Pull requests that update a dependency file receiver/redis Redis related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants