owncloud-ci / drone-skip-pipeline

Drone plugin to skip pipelines based on changed files
https://hub.docker.com/r/owncloudci/drone-skip-pipeline
Apache License 2.0
1 stars 1 forks source link

fix(deps): update module github.com/go-git/go-git/v5 to v5.6.1 - autoclosed #51

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/go-git/go-git/v5 require minor v5.4.2 -> v5.6.1

Release Notes

go-git/go-git ### [`v5.6.1`](https://togithub.com/go-git/go-git/releases/tag/v5.6.1) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.6.0...v5.6.1) #### What's Changed - plumbing/transport: don't use the `firstErrLine` when it is empty by [@​ThinkChaos](https://togithub.com/ThinkChaos) in [https://github.com/go-git/go-git/pull/682](https://togithub.com/go-git/go-git/pull/682) - plumbing/transport: ssh, unable to pass a custom HostKeyCallback func by [@​aymanbagabas](https://togithub.com/aymanbagabas) in [https://github.com/go-git/go-git/pull/655](https://togithub.com/go-git/go-git/pull/655) - storage/filesystem: dotgit: fix a filesystem race in Refs/walkReferencesTree by [@​MichaelMure](https://togithub.com/MichaelMure) in [https://github.com/go-git/go-git/pull/659](https://togithub.com/go-git/go-git/pull/659) - \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-git/go-git/pull/684](https://togithub.com/go-git/go-git/pull/684) - \*: bump dependencies by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/697](https://togithub.com/go-git/go-git/pull/697) - \*: fix panic for empty revisions by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/696](https://togithub.com/go-git/go-git/pull/696) - ci: bump GitHub actions, enable go test race detection and stop using developer's GPG keys during test execution by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/701](https://togithub.com/go-git/go-git/pull/701) **Full Changelog**: https://github.com/go-git/go-git/compare/v5.6.0...v5.6.1 ### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0) #### What's Changed - Worktree, check for empty parent dirs during Reset (Fixes [#​670](https://togithub.com/go-git/go-git/issues/670)) by [@​mbohy](https://togithub.com/mbohy) in [https://github.com/go-git/go-git/pull/671](https://togithub.com/go-git/go-git/pull/671) - \*: remove need to build with CGO by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/688](https://togithub.com/go-git/go-git/pull/688) - plumbing: support SSH/X509 signed tags by [@​hiddeco](https://togithub.com/hiddeco) in [https://github.com/go-git/go-git/pull/690](https://togithub.com/go-git/go-git/pull/690) **Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.2...v5.6.0 ### [`v5.5.2`](https://togithub.com/go-git/go-git/releases/tag/v5.5.2) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.5.1...v5.5.2) #### What's Changed - \*: update go-billy v5.4.0, removes data races. Fixes [#​629](https://togithub.com/go-git/go-git/issues/629) by [@​mcuadros](https://togithub.com/mcuadros) in [https://github.com/go-git/go-git/pull/653](https://togithub.com/go-git/go-git/pull/653) - Worktree: Add, fix add removed files. Fixes [#​223](https://togithub.com/go-git/go-git/issues/223) by [@​tfujiwar](https://togithub.com/tfujiwar) in [https://github.com/go-git/go-git/pull/652](https://togithub.com/go-git/go-git/pull/652) **Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.1...v5.5.2 ### [`v5.5.1`](https://togithub.com/go-git/go-git/releases/tag/v5.5.1) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.5.0...v5.5.1) #### What's Changed - \*: fix error when building with `CGO_ENABLED=0` by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/625](https://togithub.com/go-git/go-git/pull/625) - plumbing: transport/ssh: fix panic on Windows 10 with paegent as ssh-agent by [@​doxsch](https://togithub.com/doxsch) in [https://github.com/go-git/go-git/pull/617](https://togithub.com/go-git/go-git/pull/617) - CommitOptions: AllowEmptyCommits, return an error instead of creating empty commits by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/623](https://togithub.com/go-git/go-git/pull/623) **Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.0...v5.5.1 ### [`v5.5.0`](https://togithub.com/go-git/go-git/releases/tag/v5.5.0) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.4.2...v5.5.0) #### What's Changed - \*: add collision resistent SHA1 implementation by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/618](https://togithub.com/go-git/go-git/pull/618) - \*: replace go-homedir with os.UserHomeDir by [@​mvdan](https://togithub.com/mvdan) in [https://github.com/go-git/go-git/pull/535](https://togithub.com/go-git/go-git/pull/535) - Remote: add RemoteURL to {Fetch,Pull,Push}Options by [@​noerw](https://togithub.com/noerw) in [https://github.com/go-git/go-git/pull/375](https://togithub.com/go-git/go-git/pull/375) - Remote: Push, add support to push commits per hashes by [@​tjamet](https://togithub.com/tjamet) in [https://github.com/go-git/go-git/pull/325](https://togithub.com/go-git/go-git/pull/325) - Remote: Push, add ForceWithLease Push Option by [@​john-cai](https://togithub.com/john-cai) in [https://github.com/go-git/go-git/pull/404](https://togithub.com/go-git/go-git/pull/404) - Remote: PushOptions add push-options by [@​S-Bohn](https://togithub.com/S-Bohn) in [https://github.com/go-git/go-git/pull/399](https://togithub.com/go-git/go-git/pull/399) - Remote: Push, add atomic to push options by [@​john-cai](https://togithub.com/john-cai) in [https://github.com/go-git/go-git/pull/406](https://togithub.com/go-git/go-git/pull/406) - Remote: add FollowTags option for pushes by [@​john-cai](https://togithub.com/john-cai) in [https://github.com/go-git/go-git/pull/385](https://togithub.com/go-git/go-git/pull/385) - Worktree: use syscall.Timespec.Unix by [@​tklauser](https://togithub.com/tklauser) in [https://github.com/go-git/go-git/pull/437](https://togithub.com/go-git/go-git/pull/437) - Worktree: Checkout, simplified sparse checkout by [@​john-cai](https://togithub.com/john-cai) in [https://github.com/go-git/go-git/pull/410](https://togithub.com/go-git/go-git/pull/410) - Repository: don't crash accessing invalid pathinfo by [@​muesli](https://togithub.com/muesli) in [https://github.com/go-git/go-git/pull/443](https://togithub.com/go-git/go-git/pull/443) - storage: filesystem, switch from os.SEEK_\* to io.Seek\* by [@​abhinav](https://togithub.com/abhinav) in [https://github.com/go-git/go-git/pull/421](https://togithub.com/go-git/go-git/pull/421) - config: add branch description support by [@​ninedraft](https://togithub.com/ninedraft) in [https://github.com/go-git/go-git/pull/409](https://togithub.com/go-git/go-git/pull/409) - revision: fix endless looping in revision parser by [@​michenriksen](https://togithub.com/michenriksen) in [https://github.com/go-git/go-git/pull/475](https://togithub.com/go-git/go-git/pull/475) - pumbling: optimise zlib reader and consolidate sync.Pools by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/608](https://togithub.com/go-git/go-git/pull/608) - pumbling: parse optimisations by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/602](https://togithub.com/go-git/go-git/pull/602) - plumbing: object, rename calculation uses too much memory by [@​jfontan](https://togithub.com/jfontan) in [https://github.com/go-git/go-git/pull/503](https://togithub.com/go-git/go-git/pull/503) - plumbing: protocol/pakp and server, include the contents of `GO_GIT_USER_AGENT_EXTRA`. Fixes [#​529](https://togithub.com/go-git/go-git/issues/529) by [@​stewing](https://togithub.com/stewing) in [https://github.com/go-git/go-git/pull/531](https://togithub.com/go-git/go-git/pull/531) - plumbing: protocol/pakp, avoid duplicate encoding when overriding a Capability value. by [@​tylerchr](https://togithub.com/tylerchr) in [https://github.com/go-git/go-git/pull/521](https://togithub.com/go-git/go-git/pull/521) - plumbing: protocol/pakp, update agent by [@​caarlos0](https://togithub.com/caarlos0) in [https://github.com/go-git/go-git/pull/453](https://togithub.com/go-git/go-git/pull/453) - plumbing: protocol/pakp: Actions should have type Action by [@​abhinav](https://togithub.com/abhinav) in [https://github.com/go-git/go-git/pull/420](https://togithub.com/go-git/go-git/pull/420) - plumbing: protocol/pakp: allow unsupported `multi_ack` capability by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/613](https://togithub.com/go-git/go-git/pull/613) - plumbing: transport/ssh, auto-populate HostKeyAlgorithms. Fixes [#​411](https://togithub.com/go-git/go-git/issues/411) by [@​evanelias](https://togithub.com/evanelias) in [https://github.com/go-git/go-git/pull/548](https://togithub.com/go-git/go-git/pull/548) - pumbling: format/packfile, resolve external reference delta by [@​ga-paul-t](https://togithub.com/ga-paul-t) in [https://github.com/go-git/go-git/pull/392](https://togithub.com/go-git/go-git/pull/392) - plumbing: format/packfile, prevent large objects from being read into memory completely by [@​zeripath](https://togithub.com/zeripath) in [https://github.com/go-git/go-git/pull/330](https://togithub.com/go-git/go-git/pull/330) - plumbing: format/index, support v3 index by [@​john-cai](https://togithub.com/john-cai) in [https://github.com/go-git/go-git/pull/407](https://togithub.com/go-git/go-git/pull/407) - plumbing: format/gitignore, Read .git/info/exclude file too. by [@​enisdenjo](https://togithub.com/enisdenjo) in [https://github.com/go-git/go-git/pull/402](https://togithub.com/go-git/go-git/pull/402) - plumbing: format/gitattributes, Avoid index out of range by [@​To1ne](https://togithub.com/To1ne) in [https://github.com/go-git/go-git/pull/598](https://togithub.com/go-git/go-git/pull/598) - plumbing: format/config, Branch name with hash can be cloned. Fixes [#​309](https://togithub.com/go-git/go-git/issues/309) by [@​dowy](https://togithub.com/dowy) in [https://github.com/go-git/go-git/pull/354](https://togithub.com/go-git/go-git/pull/354) - go.mod: update github.com/xanzy/ssh-agent to v0.3.1 by [@​tklauser](https://togithub.com/tklauser) in [https://github.com/go-git/go-git/pull/403](https://togithub.com/go-git/go-git/pull/403) - go.mod: update dependencies to remove supply chain CVEs by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/620](https://togithub.com/go-git/go-git/pull/620) - examples: added "tag find if head is tagged" by [@​snebel29](https://togithub.com/snebel29) in [https://github.com/go-git/go-git/pull/374](https://togithub.com/go-git/go-git/pull/374) - examples: remote fix typo by [@​nep-0](https://togithub.com/nep-0) in [https://github.com/go-git/go-git/pull/408](https://togithub.com/go-git/go-git/pull/408) **Full Changelog**: https://github.com/go-git/go-git/compare/v5.4.2...v5.5.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 becomes conflicted, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.