Closed renovate[bot] closed 4 weeks ago
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.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
v0.111.0
->v0.112.0
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.0Configuration
π 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.