aevea / release-notary

App to just generate release notes.
MIT License
34 stars 3 forks source link

fix(deps): update module github.com/go-git/go-git/v5 to v5.4.2 #265

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

go-git/go-git ### [`v5.4.2`](https://togithub.com/go-git/go-git/releases/v5.4.2) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.4.1...v5.4.2) #### Change Log - Revert "plumbing: format/packfile, prevent large objects from being read into memory completely ([#​303](https://togithub.com/go-git/go-git/issues/303)) ([`da81027`](https://togithub.com/go-git/go-git/commit/da81027)) ### [`v5.4.1`](https://togithub.com/go-git/go-git/releases/v5.4.1) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.4.0...v5.4.1) #### Change Log - remote: patch default timeout for List from 600ms to 10s ([#​321](https://togithub.com/go-git/go-git/issues/321)) ### [`v5.4.0`](https://togithub.com/go-git/go-git/releases/v5.4.0) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.3.0...v5.4.0) #### Change Log - Repository: test, use raw string to avoid double-escape [#​288](https://togithub.com/go-git/go-git/pull/288) ([jeffwidman](https://togithub.com/jeffwidman)) - Remote: new ListContext function [#​278](https://togithub.com/go-git/go-git/pull/278) ([xiujuan95](https://togithub.com/xiujuan95)) - Remote: add support for deepening shallow clones [#​311](https://togithub.com/go-git/go-git/pull/311) ([marwatk](https://togithub.com/marwatk)) - Submodele, fetch submodules pointing to orphaned but still reachable commits [#​284](https://togithub.com/go-git/go-git/pull/284) ([edigaryev](https://togithub.com/edigaryev)) - plumbing: object/patch, printStat strings.Repeat cause panic [#​310](https://togithub.com/go-git/go-git/pull/310) ([cookeem](https://togithub.com/cookeem)) - plumbing: format/packfile, prevent large objects from being read into memory completely [#​303](https://togithub.com/go-git/go-git/pull/303) ([zeripath](https://togithub.com/zeripath)) - plumbing: transport/ssh, support more formats in `NewPublicKeys` SSH helper [#​298](https://togithub.com/go-git/go-git/pull/298) ([hiddeco](https://togithub.com/hiddeco)) - \*: replace golang.org/x/crypto/openpgp by github.com/ProtonMail/go-crypto/openpgp [#​283](https://togithub.com/go-git/go-git/pull/283) ([johanfleury](https://togithub.com/johanfleury)) - \*: typo fixes [#​291](https://togithub.com/go-git/go-git/pull/291) ([jeffwidman](https://togithub.com/jeffwidman)) - \*: minor doc fixes [#​287](https://togithub.com/go-git/go-git/pull/287) ([jeffwidman](https://togithub.com/jeffwidman)) - \*: remove unused unexported const [#​286](https://togithub.com/go-git/go-git/pull/286) ([jeffwidman](https://togithub.com/jeffwidman)) ### [`v5.3.0`](https://togithub.com/go-git/go-git/releases/v5.3.0) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.2.0...v5.3.0) #### Change Log - transport: ssh, fix cloning large repositories [#​272](https://togithub.com/go-git/go-git/pull/272) ([dcu](https://togithub.com/dcu)) - diff: Allow srcPrefix and dstPrefix to be configured [#​265](https://togithub.com/go-git/go-git/pull/265) ([yabberyabber](https://togithub.com/yabberyabber)) - Remote: add RequireRemoteRefs to PushOptions [#​258](https://togithub.com/go-git/go-git/pull/258) ([asuffield](https://togithub.com/asuffield)) - plumbing: gitignore, Fix gitconfig path in LoadSystemPatterns doc [#​256](https://togithub.com/go-git/go-git/pull/256) ([andrewarchi](https://togithub.com/andrewarchi)) - plumbing: wire up contexts for Transport.AdvertisedReferences [#​246](https://togithub.com/go-git/go-git/pull/246) ([asuffield](https://togithub.com/asuffield)) - worktree: Don't remove root directory when cleaning [#​230](https://togithub.com/go-git/go-git/pull/230) ([hansmi](https://togithub.com/hansmi)) - \*: add insecureSkipTLS and cabundle [#​228](https://togithub.com/go-git/go-git/pull/228) ([StrongMonkey](https://togithub.com/StrongMonkey)) - git: worktree_commit, just store objects not already stored [#​224](https://togithub.com/go-git/go-git/pull/224) ([jsteuer](https://togithub.com/jsteuer)) - plumbing: packp: adding "object-format" and "filter" capabilities [#​222](https://togithub.com/go-git/go-git/pull/222) ([rofc](https://togithub.com/rofc)) - Submodule: fix relative submodule resolution [#​195](https://togithub.com/go-git/go-git/pull/195) ([adracus](https://togithub.com/adracus)) - git: worktree, Support relative submodule URL. [#​184](https://togithub.com/go-git/go-git/pull/184) ([mikyk10](https://togithub.com/mikyk10)) - config: add init.defaultBranch to the config [#​178](https://togithub.com/go-git/go-git/pull/178) ([tomlazar](https://togithub.com/tomlazar)) - config: support insteadOf for remotes' URLs [#​79](https://togithub.com/go-git/go-git/pull/79) ([kostyay](https://togithub.com/kostyay))

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.