padok-team / burrito

๐ŸŒฏ Burrito is a TACoS ๐ŸŒฎ
https://padok-team.github.io/burrito
Apache License 2.0
245 stars 10 forks source link

fix(deps): update module github.com/xanzy/go-gitlab to v0.109.0 #152

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/xanzy/go-gitlab v0.93.2 -> v0.109.0 age adoption passing confidence

Release Notes

xanzy/go-gitlab (github.com/xanzy/go-gitlab) ### [`v0.109.0`](https://redirect.github.com/xanzy/go-gitlab/releases/tag/v0.109.0) [Compare Source](https://redirect.github.com/xanzy/go-gitlab/compare/v0.108.0...v0.109.0) #### Breaking Changes - Extend support for groups service accounts by [@​mXtone](https://redirect.github.com/mXtone) in [https://github.com/xanzy/go-gitlab/pull/2005](https://redirect.github.com/xanzy/go-gitlab/pull/2005) #### What's Changed - Add endpoint to lists invited groups of a project by [@​habnux](https://redirect.github.com/habnux) in [https://github.com/xanzy/go-gitlab/pull/2000](https://redirect.github.com/xanzy/go-gitlab/pull/2000) - Update jira integration pt2 by [@​deepflame](https://redirect.github.com/deepflame) in [https://github.com/xanzy/go-gitlab/pull/1999](https://redirect.github.com/xanzy/go-gitlab/pull/1999) - chore: add ReportType to ProjectApprovalRule by [@​mdevilliers](https://redirect.github.com/mdevilliers) in [https://github.com/xanzy/go-gitlab/pull/2001](https://redirect.github.com/xanzy/go-gitlab/pull/2001) - Bug: Needs to be a list of ProjectGroup by [@​habnux](https://redirect.github.com/habnux) in [https://github.com/xanzy/go-gitlab/pull/2003](https://redirect.github.com/xanzy/go-gitlab/pull/2003) - Fix an issue with omitempty on default_branch_protection_defaults by [@​RicePatrick](https://redirect.github.com/RicePatrick) in [https://github.com/xanzy/go-gitlab/pull/2004](https://redirect.github.com/xanzy/go-gitlab/pull/2004) #### New Contributors - [@​habnux](https://redirect.github.com/habnux) made their first contribution in [https://github.com/xanzy/go-gitlab/pull/2000](https://redirect.github.com/xanzy/go-gitlab/pull/2000) - [@​mXtone](https://redirect.github.com/mXtone) made their first contribution in [https://github.com/xanzy/go-gitlab/pull/2005](https://redirect.github.com/xanzy/go-gitlab/pull/2005) **Full Changelog**: https://github.com/xanzy/go-gitlab/compare/v0.108.0...v0.109.0 ### [`v0.108.0`](https://redirect.github.com/xanzy/go-gitlab/releases/tag/v0.108.0) [Compare Source](https://redirect.github.com/xanzy/go-gitlab/compare/v0.107.0...v0.108.0) #### Breaking Changes - Get scoped group variables by [@​andersparslov](https://redirect.github.com/andersparslov) in [https://github.com/xanzy/go-gitlab/pull/1995](https://redirect.github.com/xanzy/go-gitlab/pull/1995) - Rename GroupId to GroupID in the `MemberRole` and `Iteration` structs [f97a106](https://redirect.github.com/xanzy/go-gitlab/commit/f97a1060734309980e9c11f397b1980b9ea409a8) #### What's Changed - Adds `HookEventToken` helper function for X-Gitlab-Token by [@​MaerF0x0](https://redirect.github.com/MaerF0x0) in [https://github.com/xanzy/go-gitlab/pull/1976](https://redirect.github.com/xanzy/go-gitlab/pull/1976) - Add `ContainerRegistrySize` field to `Statistics` struct by [@​Florian3535](https://redirect.github.com/Florian3535) in [https://github.com/xanzy/go-gitlab/pull/1978](https://redirect.github.com/xanzy/go-gitlab/pull/1978) - chore: add report type to MergeRequestApprovalRule by [@​mdevilliers](https://redirect.github.com/mdevilliers) in [https://github.com/xanzy/go-gitlab/pull/1975](https://redirect.github.com/xanzy/go-gitlab/pull/1975) - Add field "is_auditor" in user by [@​thomasboni](https://redirect.github.com/thomasboni) in [https://github.com/xanzy/go-gitlab/pull/1981](https://redirect.github.com/xanzy/go-gitlab/pull/1981) - Fix the user tests by [@​svanharmelen](https://redirect.github.com/svanharmelen) in [https://github.com/xanzy/go-gitlab/pull/1982](https://redirect.github.com/xanzy/go-gitlab/pull/1982) - Add new DCO attribute to project and group push rules by [@​beekeep](https://redirect.github.com/beekeep) in [https://github.com/xanzy/go-gitlab/pull/1980](https://redirect.github.com/xanzy/go-gitlab/pull/1980) - Support more options for list PATs by [@​hjweddie](https://redirect.github.com/hjweddie) in [https://github.com/xanzy/go-gitlab/pull/1977](https://redirect.github.com/xanzy/go-gitlab/pull/1977) - feat: add Bitbucket Cloud and Server import endpoints by [@​pwlandoll](https://redirect.github.com/pwlandoll) in [https://github.com/xanzy/go-gitlab/pull/1979](https://redirect.github.com/xanzy/go-gitlab/pull/1979) - Expose PreReceiveSecretDetectionEnabled project setting by [@​gravis](https://redirect.github.com/gravis) in [https://github.com/xanzy/go-gitlab/pull/1984](https://redirect.github.com/xanzy/go-gitlab/pull/1984) - Add 15 Missing GitLab Settings by [@​Jitsusama](https://redirect.github.com/Jitsusama) in [https://github.com/xanzy/go-gitlab/pull/1985](https://redirect.github.com/xanzy/go-gitlab/pull/1985) - Add `prevent_merge_without_jira_issue` to Edit Project API by [@​mtibben](https://redirect.github.com/mtibben) in [https://github.com/xanzy/go-gitlab/pull/1986](https://redirect.github.com/xanzy/go-gitlab/pull/1986) - build(github): Added support for more versions of unit tests by [@​flc1125](https://redirect.github.com/flc1125) in [https://github.com/xanzy/go-gitlab/pull/1992](https://redirect.github.com/xanzy/go-gitlab/pull/1992) - Move PreReceiveSecretDetectionEnabled to Project by [@​gravis](https://redirect.github.com/gravis) in [https://github.com/xanzy/go-gitlab/pull/1989](https://redirect.github.com/xanzy/go-gitlab/pull/1989) - Add 26 Missing GitLab Settings by [@​Jitsusama](https://redirect.github.com/Jitsusama) in [https://github.com/xanzy/go-gitlab/pull/1987](https://redirect.github.com/xanzy/go-gitlab/pull/1987) - Add page token to ListOption by [@​0xDagal](https://redirect.github.com/0xDagal) in [https://github.com/xanzy/go-gitlab/pull/1994](https://redirect.github.com/xanzy/go-gitlab/pull/1994) - member role model follow 17.4.0 spec by [@​Quanalogy](https://redirect.github.com/Quanalogy) in [https://github.com/xanzy/go-gitlab/pull/1997](https://redirect.github.com/xanzy/go-gitlab/pull/1997) - Add more filters to List group milestones by [@​adamcohen2](https://redirect.github.com/adamcohen2) in [https://github.com/xanzy/go-gitlab/pull/1998](https://redirect.github.com/xanzy/go-gitlab/pull/1998) - Add 28 Missing GitLab Settings by [@​Jitsusama](https://redirect.github.com/Jitsusama) in [https://github.com/xanzy/go-gitlab/pull/1996](https://redirect.github.com/xanzy/go-gitlab/pull/1996) - Add an exponential backoff to the retry function by [@​RicePatrick](https://redirect.github.com/RicePatrick) in [https://github.com/xanzy/go-gitlab/pull/1993](https://redirect.github.com/xanzy/go-gitlab/pull/1993) #### New Contributors - [@​MaerF0x0](https://redirect.github.com/MaerF0x0) made their first contribution in [https://github.com/xanzy/go-gitlab/pull/1976](https://redirect.github.com/xanzy/go-gitlab/pull/1976) - [@​Florian3535](https://redirect.github.com/Florian3535) made their first contribution in [https://github.com/xanzy/go-gitlab/pull/1978](https://redirect.github.com/xanzy/go-gitlab/pull/1978) - [@​mdevilliers](https://redirect.github.com/mdevilliers) made their first contribution in [https://github.com/xanzy/go-gitlab/pull/1975](https://redirect.github.com/xanzy/go-gitlab/pull/1975) - [@​thomasboni](https://redirect.github.com/thomasboni) made their first contribution in [https://github.com/xanzy/go-gitlab/pull/1981](https://redirect.github.com/xanzy/go-gitlab/pull/1981) - [@​mtibben](https://redirect.github.com/mtibben) made their first contribution in [https://github.com/xanzy/go-gitlab/pull/1986](https://redirect.github.com/xanzy/go-gitlab/pull/1986) - [@​flc1125](https://redirect.github.com/flc1125) made their first contribution in [https://github.com/xanzy/go-gitlab/pull/1992](https://redirect.github.com/xanzy/go-gitlab/pull/1992) - [@​0xDagal](https://redirect.github.com/0xDagal) made their first contribution in [https://github.com/xanzy/go-gitlab/pull/1994](https://redirect.github.com/xanzy/go-gitlab/pull/1994) - [@​Quanalogy](https://redirect.github.com/Quanalogy) made their first contribution in [https://github.com/xanzy/go-gitlab/pull/1997](https://redirect.github.com/xanzy/go-gitlab/pull/1997) - [@​adamcohen2](https://redirect.github.com/adamcohen2) made their first contribution in [https://github.com/xanzy/go-gitlab/pull/1998](https://redirect.github.com/xanzy/go-gitlab/pull/1998) - [@​andersparslov](https://redirect.github.com/andersparslov) made their first contribution in [https://github.com/xanzy/go-gitlab/pull/1995](https://redirect.github.com/xanzy/go-gitlab/pull/1995) **Full Changelog**: https://github.com/xanzy/go-gitlab/compare/v0.107.0...v0.108.0 ### [`v0.107.0`](https://redirect.github.com/xanzy/go-gitlab/compare/v0.106.0...v0.107.0) [Compare Source](https://redirect.github.com/xanzy/go-gitlab/compare/v0.106.0...v0.107.0) ### [`v0.106.0`](https://redirect.github.com/xanzy/go-gitlab/compare/v0.105.0...v0.106.0) [Compare Source](https://redirect.github.com/xanzy/go-gitlab/compare/v0.105.0...v0.106.0) ### [`v0.105.0`](https://redirect.github.com/xanzy/go-gitlab/compare/v0.104.1...v0.105.0) [Compare Source](https://redirect.github.com/xanzy/go-gitlab/compare/v0.104.1...v0.105.0) ### [`v0.104.1`](https://redirect.github.com/xanzy/go-gitlab/compare/v0.104.0...v0.104.1) [Compare Source](https://redirect.github.com/xanzy/go-gitlab/compare/v0.104.0...v0.104.1) ### [`v0.104.0`](https://redirect.github.com/xanzy/go-gitlab/compare/v0.103.0...v0.104.0) [Compare Source](https://redirect.github.com/xanzy/go-gitlab/compare/v0.103.0...v0.104.0) ### [`v0.103.0`](https://redirect.github.com/xanzy/go-gitlab/compare/v0.102.0...v0.103.0) [Compare Source](https://redirect.github.com/xanzy/go-gitlab/compare/v0.102.0...v0.103.0) ### [`v0.102.0`](https://redirect.github.com/xanzy/go-gitlab/compare/v0.101.0...v0.102.0) [Compare Source](https://redirect.github.com/xanzy/go-gitlab/compare/v0.101.0...v0.102.0) ### [`v0.101.0`](https://redirect.github.com/xanzy/go-gitlab/compare/v0.100.0...v0.101.0) [Compare Source](https://redirect.github.com/xanzy/go-gitlab/compare/v0.100.0...v0.101.0) ### [`v0.100.0`](https://redirect.github.com/xanzy/go-gitlab/compare/v0.99.0...v0.100.0) [Compare Source](https://redirect.github.com/xanzy/go-gitlab/compare/v0.99.0...v0.100.0) ### [`v0.99.0`](https://redirect.github.com/xanzy/go-gitlab/compare/v0.98.0...v0.99.0) [Compare Source](https://redirect.github.com/xanzy/go-gitlab/compare/v0.98.0...v0.99.0) ### [`v0.98.0`](https://redirect.github.com/xanzy/go-gitlab/compare/v0.97.0...v0.98.0) [Compare Source](https://redirect.github.com/xanzy/go-gitlab/compare/v0.97.0...v0.98.0) ### [`v0.97.0`](https://redirect.github.com/xanzy/go-gitlab/compare/v0.96.0...v0.97.0) [Compare Source](https://redirect.github.com/xanzy/go-gitlab/compare/v0.96.0...v0.97.0) ### [`v0.96.0`](https://redirect.github.com/xanzy/go-gitlab/compare/v0.95.2...v0.96.0) [Compare Source](https://redirect.github.com/xanzy/go-gitlab/compare/v0.95.2...v0.96.0) ### [`v0.95.2`](https://redirect.github.com/xanzy/go-gitlab/compare/v0.95.1...v0.95.2) [Compare Source](https://redirect.github.com/xanzy/go-gitlab/compare/v0.95.1...v0.95.2) ### [`v0.95.1`](https://redirect.github.com/xanzy/go-gitlab/compare/v0.95.0...v0.95.1) [Compare Source](https://redirect.github.com/xanzy/go-gitlab/compare/v0.95.0...v0.95.1) ### [`v0.95.0`](https://redirect.github.com/xanzy/go-gitlab/compare/v0.94.0...v0.95.0) [Compare Source](https://redirect.github.com/xanzy/go-gitlab/compare/v0.94.0...v0.95.0) ### [`v0.94.0`](https://redirect.github.com/xanzy/go-gitlab/compare/v0.93.2...v0.94.0) [Compare Source](https://redirect.github.com/xanzy/go-gitlab/compare/v0.93.2...v0.94.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 was generated by Mend Renovate. View the repository job log.

codecov-commenter commented 1 year ago

Codecov Report

Merging #152 (3900f64) into main (721fc23) will not change coverage. Report is 1 commits behind head on main. The diff coverage is n/a.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##             main     #152   +/-   ##
=======================================
  Coverage   70.61%   70.61%           
=======================================
  Files          28       28           
  Lines        1926     1926           
=======================================
  Hits         1360     1360           
  Misses        490      490           
  Partials       76       76           

:mega: Weโ€™re building smart automated test selection to slash your CI/CD build times. Learn more

renovate[bot] commented 2 months ago

โ„น Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
github.com/hashicorp/go-retryablehttp v0.7.4 -> v0.7.7