-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 mholt/archiver to v3.5.1 #11584
Update mholt/archiver to v3.5.1 #11584
Conversation
The CI failure seems to be related to timing out building
|
cc @calvn @briankassouf as you've been previously involved in |
Hi folks, am I missing anything here? |
@calvn I changed the milestone on this due to timing - would you mind taking a look and seeing if we could merge it to main? |
…vault into update-mholt-archiver-350
Ok, so the new go version and default branch change threw me for a bit of a loop, but there's a newer version of |
Ping :) This PR will remove CVE-2019-10743 (mholt/archiver#169) which is now reported by scanners. It would be great to get this merged! |
@stone-z it looks like we have merge conflicts since we've recently updated a bunch of other dependencies. Are you able to resolve them and push an update here? |
Merge main and fix go.mod conflict
@calvn merge conflict has been fixed ✔️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @stone-z for the contribution!
* Update mholt/archiver to v3.5.0 * Bump archiver to 3.5.1 * Vendor dependencies * Use newer go * go mod tidy * Remove vendor * Rm vendor * Revert api and sdk sums Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
* Update mholt/archiver to v3.5.0 * Bump archiver to 3.5.1 * Vendor dependencies * Use newer go * go mod tidy * Remove vendor * Rm vendor * Revert api and sdk sums Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com> Co-authored-by: Zach Stone <z.stone91@gmail.com> Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
Fixes #11591
The current version of
archiver
has an issue which our dependency analyzer doesn't like and thus blocks our builds from time to time. This PR updates it to v3.5.0.I've searched existing issues to see if there was a reason it hasn't been updated and didn't find anything, so it seems like it might have just been overlooked. It seems pretty straightforward to update, but I don't work with
go mod vendor
often so would appreciate a double check there.Please let me know if you think this PR calls for a separate issue or changelog entry as well - I'd be happy to provide them.