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

fix(deps): update dependency redis.clients:jedis to v5.1.1 #453

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
redis.clients:jedis 5.1.0 -> 5.1.1 age adoption passing confidence

Release Notes

redis/jedis (redis.clients:jedis)

v5.1.1: 5.1.1

Compare Source

Changes

🐛 Bug Fixes

  • Avoid NPE in MultiNodePipelineBase.java (#​3697)
  • Fix probable missing (RESP3) protocol processing (#​3692)
  • Use circuit breaker fallback exception list (#​3664)

🧰 Maintenance

  • Access Reducer attributes (#​3637)
  • Replace deprecated set-output command with environment file (#​3622)
  • Bump jackson.version from 2.16.0 to 2.16.1 (#​3666)
  • Bump jackson databind and jsr310 to 2.16.0 (#​3655)
  • Bump com.kohlschutter.junixsocket:junixsocket-core from 2.8.1 to 2.8.3 (#​3647)

Contributors

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

@​dependabot, @​dependabot[bot], @​jongwooo, @​sazzad16 and @​stillerrr


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added the type:dependencies 🔧 Update one or more dependencies label Mar 11, 2024
@renovate renovate bot enabled auto-merge (squash) March 11, 2024 13:04
Copy link

codecov bot commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 31.19%. Comparing base (64369c1) to head (11fba29).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #453   +/-   ##
=======================================
  Coverage   31.19%   31.19%           
=======================================
  Files          58       58           
  Lines        3154     3154           
=======================================
  Hits          984      984           
  Misses       2170     2170           
Flag Coverage Δ
google-agones-crds ∅ <ø> (∅)
google-agones-sdk-bindings-rust 0.00% <ø> (ø)
google-open-match-sdk-bindings-rust ∅ <ø> (∅)
shulker-addon-matchmaking 21.58% <ø> (ø)
shulker-crds 92.30% <ø> (ø)
shulker-kube-utils 11.68% <ø> (ø)
shulker-operator 58.15% <ø> (ø)
shulker-sdk-bindings-rust ∅ <ø> (∅)
shulker-utils 88.88% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@renovate renovate bot force-pushed the renovate/redis.clients-jedis-5.x branch 9 times, most recently from 3b58800 to d6e9e2f Compare March 12, 2024 16:14
@renovate renovate bot force-pushed the renovate/redis.clients-jedis-5.x branch from d6e9e2f to 11fba29 Compare March 12, 2024 19:41
@renovate renovate bot merged commit 2971258 into main Mar 12, 2024
19 checks passed
@renovate renovate bot deleted the renovate/redis.clients-jedis-5.x branch March 12, 2024 19:50
jeremylvln pushed a commit that referenced this pull request Mar 25, 2024
## [0.8.0](v0.7.0...v0.8.0) (2024-03-25)

### ✨ Features ✨

* **shulker-operator:** add a magic env var to skip any download in init-fs ([#479](#479)) ([6831492](6831492))
* **shulker-operator:** support additional ports in overrides ([#485](#485)) ([39c5b81](39c5b81))
* **shulker-operator:** support volume and volume mounts on proxy fleets ([#470](#470)) ([90b93a1](90b93a1))

### 🐛 Bug Fixes 🐛

* **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.32.0 ([#400](#400)) ([e18f0fe](e18f0fe))
* **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.33.0 ([#410](#410)) ([8f338a9](8f338a9))
* **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.34.0 ([#431](#431)) ([e9b429b](e9b429b))
* **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.36.0 ([#462](#462)) ([444b453](444b453))
* **deps:** update dependency com.google.protobuf:protobuf-java to v3.25.3 ([#434](#434)) ([ac60862](ac60862))
* **deps:** update dependency net.kyori:adventure-api to v4.16.0 ([#442](#442)) ([79e48d8](79e48d8))
* **deps:** update dependency redis.clients:jedis to v5.1.1 ([#453](#453)) ([2971258](2971258))
* **deps:** update dependency redis.clients:jedis to v5.1.2 ([#473](#473)) ([1c887b6](1c887b6))
* **deps:** update grpc-java monorepo to v1.61.1 ([#415](#415)) ([d836094](d836094))
* **deps:** update grpc-java monorepo to v1.62.2 ([#455](#455)) ([350437d](350437d))
* **shulker-operator:** add back fallbacks on init scripts ([0b46ed5](0b46ed5))
* **shulker-operator:** add back fallbacks on init scripts ([b237790](b237790))
* **shulker-operator:** set fs group to Redis container to fix persistence permissions ([#451](#451)) ([6f8eacf](6f8eacf))
* **shulker-operator:** use existing config maps if given ([#452](#452)) ([b511151](b511151))
Copy link

🎉 This PR is included in version 0.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:dependencies 🔧 Update one or more dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants