-
Notifications
You must be signed in to change notification settings - Fork 28
fix(deps): update module github.com/mistifyio/go-zfs/v3 to v4 #372
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
base: main
Are you sure you want to change the base?
Conversation
c9b4cf0
to
a7740d8
Compare
Note to self: Renovate did not actually prepare an update PR, the bump to The major version bump is for mistifyio/go-zfs#85 ; AFAICS we never call that, but I’d appreciate a second pair of eyes on that. |
a7740d8
to
da9ca8f
Compare
da9ca8f
to
8fa08d5
Compare
Updated manually, please review. |
✅ A new PR has been created in buildah to vendor these changes: containers/buildah#6410 |
6becc1c
to
7846a71
Compare
2ed08f8
to
bbf685c
Compare
Looks like renovate removed your import path update here so you need to push this again? I recently saw there is actually a renovate config option to do that Maybe worth to try to enable that in our global config and see how that goes?
I agree we should be safe to update. |
2b91de2
to
566dcd0
Compare
When golang has major version bumps it generally requires an update of all import paths in the code not just a go.mod update. This option should tell renovate to do that, let's see if it actually works correctly. ref containers/container-libs#372 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Opened containers/automation#257, I would like for that to get merged first to test if renovate can update the import path here because that would be pretty neat I think. |
566dcd0
to
9323976
Compare
|
Well so much for that, the renovate config works but the tool doesn't seem to be able to ignore/handle non go files correctly? I guess we could make a PR to https://github.com/marwan-at-work/mod to fix the tool and hope renovate updates that eventually. For now it still means manual update then, though what is in general more concerning that CI here passes without that bump. It seems there isn't any zfs tests not even build test for that configuration |
Yes, and I’m fine with that, but I would expect a |
Right I add this in #291 but we had to give it up because of go.sum, I guess given we have it in gitignore now that PR can be pushed forward |
30e0072
to
de9bb31
Compare
Packit jobs failed. @containers/packit-build please check. |
de9bb31
to
92104b9
Compare
92104b9
to
d1f745b
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
d1f745b
to
a434cac
Compare
This PR contains the following updates:
v3.1.0
->v4.0.0
Release Notes
mistifyio/go-zfs (github.com/mistifyio/go-zfs/v3)
v4.0.0
Compare Source
What's Changed
Diffstat
Shortlog
Full Changelog: mistifyio/go-zfs@v3.1.0...v4.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.