chore(deps): update module github.com/xanzy/go-gitlab to v0.112.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/xanzy/go-gitlab | require | minor |
v0.111.0 -> v0.112.0
|
Release Notes
xanzy/go-gitlab (github.com/xanzy/go-gitlab)
v0.112.0
Breaking changes:
- Fix the branch protection defaults by @svanharmelen in https://github.com/xanzy/go-gitlab/pull/2036
This
☝🏻 fixes a bug in the settings API (see #2033) by introducing a dedicated struct for branch protection defaults. To prevent duplicated code, this struct is now also used (as a pointer!) for theDefaultBranchProtectionDefaults
field in theGroup
struct.
What's Changed
- Add alert status to project hooks by @dany74q in https://github.com/xanzy/go-gitlab/pull/2034
- missing protected_branches#deploy_key_id by @seyguai in https://github.com/xanzy/go-gitlab/pull/2035
- Add missing created at to project struct by @wind0r in https://github.com/xanzy/go-gitlab/pull/2037
New Contributors
- @dany74q made their first contribution in https://github.com/xanzy/go-gitlab/pull/2034
- @seyguai made their first contribution in https://github.com/xanzy/go-gitlab/pull/2035
Full Changelog: https://github.com/xanzy/go-gitlab/compare/v0.111.0...v0.112.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot