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) #174

Merged
merged 4 commits into from
Jul 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/gammazero/workerpool v1.1.2 -> v1.1.3 age adoption passing confidence require patch
github.com/longhorn/go-common-libs b8862ef -> d78642c age adoption passing confidence require digest
github.com/pierrec/lz4/v4 v4.1.17 -> v4.1.21 age adoption passing confidence require patch

Release Notes

gammazero/workerpool (github.com/gammazero/workerpool)

v1.1.3

Compare Source

What's Changed

  • Fix tests not working with goleak
  • Use sync.WaitGroup to ensure that all workers exit before Stop exits
  • perf: unify startWorker and worker to spawn less goroutines
  • make it work with deque0.2 and go 1.18
  • Task queue does not need to be buffered by

New Contributors

Full Changelog: gammazero/workerpool@v1.1.2...v1.1.3

pierrec/lz4 (github.com/pierrec/lz4/v4)

v4.1.21

Compare Source

v4.1.20

Compare Source

v4.1.19

Compare Source

v4.1.18

Compare Source


Configuration

📅 Schedule: Branch creation - "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.

Copy link
Contributor Author

renovate bot commented Jun 29, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.22.4
golang.org/x/sys v0.19.0 -> v0.21.0
k8s.io/apimachinery v0.26.0 -> v0.30.2
k8s.io/mount-utils v0.29.3 -> v0.30.2
github.com/go-logr/logr v1.3.0 -> v1.4.1
google.golang.org/protobuf v1.33.0 -> v1.34.2
k8s.io/klog/v2 v2.110.1 -> v2.120.1

Signed-off-by: Derek Su <derek.su@suse.com>
Copy link
Contributor Author

renovate bot commented Jun 30, 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.

- use registry.suse.com/bci/golang:1.22 base image
- update docker version

Signed-off-by: Derek Su <derek.su@suse.com>
Signed-off-by: Derek Su <derek.su@suse.com>
Copy link

codecov bot commented Jul 1, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 7.88%. Comparing base (5ec9a30) to head (b699b7b).
Report is 2 commits behind head on master.

Files Patch % Lines
util/util.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #174       +/-   ##
==========================================
- Coverage   18.24%   7.88%   -10.37%     
==========================================
  Files           3      23       +20     
  Lines         433    2005     +1572     
==========================================
+ Hits           79     158       +79     
- Misses        347    1821     +1474     
- Partials        7      26       +19     
Flag Coverage Δ
unittests 7.88% <0.00%> (-10.37%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@ChanYiLin ChanYiLin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@derekbit derekbit merged commit 92b7cc0 into master Jul 1, 2024
4 of 6 checks passed
@derekbit derekbit deleted the renovate/master-patch-digest-dependencies branch July 1, 2024 09:21
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