jaxxstorm / aws-sso-creds

Get AWS SSO temporary creds from an SSO profile
MIT License
186 stars 24 forks source link

Update module github.com/go-git/go-git/v5 to v5.5.2 #25

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.1.0 -> v5.5.2

Release Notes

go-git/go-git ### [`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 ### [`v5.4.2`](https://togithub.com/go-git/go-git/releases/tag/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/tag/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/tag/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/tag/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)) ### [`v5.2.0`](https://togithub.com/go-git/go-git/releases/tag/v5.2.0) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.1.0...v5.2.0) #### Change Log - \*: minor linter fixes [#​125](https://togithub.com/go-git/go-git/pull/125) ([cristaloleg](https://togithub.com/cristaloleg)) - \*: use only one name for receiver [#​124](https://togithub.com/go-git/go-git/pull/124) ([cristaloleg](https://togithub.com/cristaloleg)) - \*: skip error check explicitly [#​123](https://togithub.com/go-git/go-git/pull/123) ([cristaloleg](https://togithub.com/cristaloleg)) - \*: fix goreportcard warnings [#​117](https://togithub.com/go-git/go-git/pull/117) ([cristaloleg](https://togithub.com/cristaloleg)) - CreateTagOptions.Validate: load Tagger from config [#​84](https://togithub.com/go-git/go-git/pull/84) ([mcuadros](https://togithub.com/mcuadros)) - PlainOpenWithOptions: support file path [#​161](https://togithub.com/go-git/go-git/pull/161) ([ashokponkumar](https://togithub.com/ashokponkumar)) - Remote.Push: fix deleting references when force pushing. [#​158](https://togithub.com/go-git/go-git/pull/158) ([chrisgavin](https://togithub.com/chrisgavin)) - Worktree.Commit: speed up commit with all: true option [#​139](https://togithub.com/go-git/go-git/pull/139) ([StupidScience](https://togithub.com/StupidScience)) - Worktree.AddWithOptions, added force add, fixed [src-d#​1219](https://togithub.com/src-d/go-git/issues/1219) [#​86](https://togithub.com/go-git/go-git/pull/86) ([jk2K](https://togithub.com/jk2K)) - Worktree.Pull, report "Already up to date" when local repository ahead of remote [#​109](https://togithub.com/go-git/go-git/pull/109) ([mruediger](https://togithub.com/mruediger)) - Repository.ResolveRevision, support partial hashes [#​136](https://togithub.com/go-git/go-git/pull/136) ([dsymonds](https://togithub.com/dsymonds)) - plumbing: memoryobject, make blob reader seekable [#​121](https://togithub.com/go-git/go-git/pull/121) ([riking](https://togithub.com/riking)) - plumbing: format, .gitignore crlf fix [#​115](https://togithub.com/go-git/go-git/pull/115) ([blaueled](https://togithub.com/blaueled)) - storage: filesystem, support .git/commondir repository layout [#​88](https://togithub.com/go-git/go-git/pull/88) ([distorhead](https://togithub.com/distorhead)) - utils: merkletrie, don't skip error [#​127](https://togithub.com/go-git/go-git/pull/127) ([cristaloleg](https://togithub.com/cristaloleg))

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.