apricote / releaser-pleaser

Automate versioning and changelog management for GitHub and GitLab projects.
https://apricote.github.io/releaser-pleaser/
GNU General Public License v3.0
3 stars 1 forks source link

deps: update module github.com/xanzy/go-gitlab to v0.112.0 #82

Closed renovate[bot] closed 4 weeks ago

renovate[bot] commented 4 weeks ago

This PR contains the following updates:

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

Release Notes

xanzy/go-gitlab (github.com/xanzy/go-gitlab) ### [`v0.112.0`](https://redirect.github.com/xanzy/go-gitlab/releases/tag/v0.112.0) [Compare Source](https://redirect.github.com/xanzy/go-gitlab/compare/v0.111.0...v0.112.0) #### Breaking changes: - Fix the branch protection defaults by [@​svanharmelen](https://redirect.github.com/svanharmelen) in [https://github.com/xanzy/go-gitlab/pull/2036](https://redirect.github.com/xanzy/go-gitlab/pull/2036) This ☝🏻 fixes a bug in the settings API (see [#​2033](https://redirect.github.com/xanzy/go-gitlab/issues/2033)) by introducing a dedicated struct for branch protection defaults. To prevent duplicated code, this struct is now also used (as a pointer!) for the `DefaultBranchProtectionDefaults` field in the `Group` struct. #### What's Changed - Add alert status to project hooks by [@​dany74q](https://redirect.github.com/dany74q) in [https://github.com/xanzy/go-gitlab/pull/2034](https://redirect.github.com/xanzy/go-gitlab/pull/2034) - missing protected_branches#deploy_key_id by [@​seyguai](https://redirect.github.com/seyguai) in [https://github.com/xanzy/go-gitlab/pull/2035](https://redirect.github.com/xanzy/go-gitlab/pull/2035) - Add missing created at to project struct by [@​wind0r](https://redirect.github.com/wind0r) in [https://github.com/xanzy/go-gitlab/pull/2037](https://redirect.github.com/xanzy/go-gitlab/pull/2037) #### New Contributors - [@​dany74q](https://redirect.github.com/dany74q) made their first contribution in [https://github.com/xanzy/go-gitlab/pull/2034](https://redirect.github.com/xanzy/go-gitlab/pull/2034) - [@​seyguai](https://redirect.github.com/seyguai) made their first contribution in [https://github.com/xanzy/go-gitlab/pull/2035](https://redirect.github.com/xanzy/go-gitlab/pull/2035) **Full Changelog**: https://github.com/xanzy/go-gitlab/compare/v0.111.0...v0.112.0

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» 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 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 24.94%. Comparing base (755d9b1) to head (a723840). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #82 +/- ## ======================================= Coverage 24.94% 24.94% ======================================= Files 22 22 Lines 1311 1311 ======================================= Hits 327 327 Misses 965 965 Partials 19 19 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.