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 patch digest dependencies (master) #1017

Merged
merged 3 commits into from
Mar 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/gorilla/handlers v1.5.1 -> v1.5.2 age adoption passing confidence require patch
github.com/gorilla/mux v1.8.0 -> v1.8.1 age adoption passing confidence require patch
github.com/longhorn/backupstore 915898c -> 3a87ee0 require digest
github.com/longhorn/go-common-libs 23627e6 -> 6e77996 require digest
github.com/longhorn/go-iscsi-helper 38e296e -> bc3aab5 require digest
github.com/longhorn/sparse-tools c849def -> ce8c4c2 require digest
github.com/urfave/cli v1.22.5 -> v1.22.14 age adoption passing confidence require patch
google.golang.org/grpc v1.62.0 -> v1.62.1 age adoption passing confidence require patch
gopkg.in/cheggaaa/pb.v2 v2.0.0-20190301131520-f907f6f5dd81 -> v2.0.7 age adoption passing confidence require patch

Release Notes

gorilla/handlers (github.com/gorilla/handlers)

v1.5.2

Compare Source

What's Changed

New Contributors

Full Changelog: gorilla/handlers@v1.5.1...v1.5.2

gorilla/mux (github.com/gorilla/mux)

v1.8.1

Compare Source

What's Changed

New Contributors

Full Changelog: gorilla/mux@v1.8.0...v1.8.1

urfave/cli (github.com/urfave/cli)

v1.22.14

Compare Source

What's Changed

Full Changelog: urfave/cli@v1.22.13...v1.22.14

v1.22.13

Compare Source

What's Changed

Full Changelog: urfave/cli@v1.22.12...v1.22.13

v1.22.12

Compare Source

What's Changed

Full Changelog: urfave/cli@v1.22.11...v1.22.12

v1.22.11

Compare Source

What's Changed

Full Changelog: urfave/cli@v1.22.10...v1.22.11

v1.22.10

Compare Source

What's Changed

Full Changelog: urfave/cli@v1.22.9...v1.22.10

v1.22.9

Compare Source

What's Changed

Full Changelog: urfave/cli@v1.22.8...v1.22.9

v1.22.8

Compare Source

What's Changed

Full Changelog: urfave/cli@v1.22.7...v1.22.8

v1.22.7: Release 1.22.7

Compare Source

What's Changed

Full Changelog: urfave/cli@v1.22.6...v1.22.7

v1.22.6: Release 1.22.6

Compare Source

What's Changed

Full Changelog: urfave/cli@v1.22.5...v1.22.6

grpc/grpc-go (google.golang.org/grpc)

v1.62.1: Release 1.62.1

Compare Source

Bug Fixes

  • xds: fix a bug that results in no matching virtual host found RPC errors due to a difference between the target and LDS resource names (#​6997)
  • server: fixed stats handler data InPayload.Length for unary RPC calls (#​6766)
  • grpc: the experimental RecvBufferPool DialOption and ServerOption are now active during unary RPCs with compression (#​6766)
  • grpc: trim whitespaces in accept-encoding header before determining compressors
cheggaaa/pb (gopkg.in/cheggaaa/pb.v2)

v2.0.7

Compare Source

v2.0.6

Compare Source

v2.0.5

Compare Source

v2.0.4

Compare Source

v2.0.3

Compare Source

v2.0.2

Compare Source

v2.0.1

Compare Source


Configuration

📅 Schedule: Branch creation - "after 6pm and before 11pm every weekday,after 10am on saturday,on sunday" in timezone Asia/Taipei, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 a team as a code owner February 22, 2024 12:34
@renovate renovate bot force-pushed the renovate/master-patch-digest-dependencies branch 2 times, most recently from 4026190 to 8cbf9ba Compare February 22, 2024 12:51
@innobead
Copy link
Member

@mantissahz fix this. The same issue to 1.6 and 1.5.

Copy link

mergify bot commented Feb 23, 2024

This pull request is now in conflict. Could you fix it @renovate[bot]? 🙏

@renovate renovate bot force-pushed the renovate/master-patch-digest-dependencies branch from 6d59342 to 8cfefa3 Compare February 23, 2024 04:44
@innobead
Copy link
Member

@mantissahz your patched commit had been overridden by renovate. Fix this after 1.5 PRs are all merged.

@renovate renovate bot force-pushed the renovate/master-patch-digest-dependencies branch 5 times, most recently from 455118c to 584333d Compare February 28, 2024 15:57
@renovate renovate bot force-pushed the renovate/master-patch-digest-dependencies branch 5 times, most recently from 5c9efb0 to cc25bd3 Compare March 6, 2024 16:22
Copy link

mergify bot commented Mar 6, 2024

This pull request is now in conflict. Could you fix it @renovate[bot]? 🙏

@renovate renovate bot force-pushed the renovate/master-patch-digest-dependencies branch 2 times, most recently from 119d740 to 9be5cdb Compare March 7, 2024 07:08
@renovate renovate bot force-pushed the renovate/master-patch-digest-dependencies branch from 9be5cdb to b4c67df Compare March 8, 2024 04:44
mantissahz and others added 2 commits March 8, 2024 16:34
pick back from 6063149

Signed-off-by: James Lu <james.lu@suse.com>
when updating the package gopkg.in/cheggaaa/pb.v2 to v2.0.7.

Signed-off-by: James Lu <james.lu@suse.com>
Copy link
Contributor Author

renovate bot commented Mar 8, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@innobead innobead self-requested a review March 8, 2024 12:43
@innobead innobead merged commit 9ff2e86 into master Mar 8, 2024
6 checks passed
@innobead innobead deleted the renovate/master-patch-digest-dependencies branch March 8, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants