fix(deps): update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/spf13/cobra | require | patch |
v0.0.5 -> v0.0.7
|
github.com/xanzy/go-gitlab | require | minor |
v0.26.0 -> v0.115.0
|
Release Notes
spf13/cobra (github.com/spf13/cobra)
v0.0.7
Bug fix to restore previous exit behavior when a command is not runnable.
Issue Ref: #1056 Bug Introduced: #922 Affected Releases: 0.0.6
v0.0.6
xanzy/go-gitlab (github.com/xanzy/go-gitlab)
v0.115.0
: (deprecation)
This release is solely to deprecate this package in favor of https://gitlab.com/gitlab-org/api/client-go.
See the migration information in #2060
v0.114.0
What's Changed
- Add project setting ci_pipeline_variables_minimum_override_role by @vindvaki in https://github.com/xanzy/go-gitlab/pull/2057
- feat: implement 'allowed_email_domains_list' group attribute by @jeremad in https://github.com/xanzy/go-gitlab/pull/2059
- Implement
externalK8sProxyUrl
field in Metadata API by @timofurrer in https://github.com/xanzy/go-gitlab/pull/2062
New Contributors
- @vindvaki made their first contribution in https://github.com/xanzy/go-gitlab/pull/2057
Full Changelog: https://github.com/xanzy/go-gitlab/compare/v0.113.0...v0.114.0
v0.113.0
Breaking changes
- Support ListOptions for ListMembershipsForBillableGroupMember by @Iridias in https://github.com/xanzy/go-gitlab/pull/2043
- Make the (group)labels methods compatible with old and new API versions by @svanharmelen in https://github.com/xanzy/go-gitlab/pull/2049
- Update all services to return the service on update by @svanharmelen in https://github.com/xanzy/go-gitlab/pull/2042
What's Changed
- Add username to AddGroupMemberOptions by @xinau in https://github.com/xanzy/go-gitlab/pull/2047
- Add TriggerTestGroupHook by @smit-modi in https://github.com/xanzy/go-gitlab/pull/2046
- API pipeline update metadata by @alexpts in https://github.com/xanzy/go-gitlab/pull/2051
- Add Web URL to response when comparing in a repository by @heidiberry in https://github.com/xanzy/go-gitlab/pull/2055
- Add support for updating a project's GitLab Pages settings by @heidiberry in https://github.com/xanzy/go-gitlab/pull/2053
- Add expires_at field when creating project deploy keys by @heidiberry in https://github.com/xanzy/go-gitlab/pull/2054
New Contributors
- @xinau made their first contribution in https://github.com/xanzy/go-gitlab/pull/2047
- @alexpts made their first contribution in https://github.com/xanzy/go-gitlab/pull/2051
Full Changelog: https://github.com/xanzy/go-gitlab/compare/v0.112.0...v0.113.0
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
v0.111.0
What's Changed
- Add event_name field to the audit events. by @lstout in https://github.com/xanzy/go-gitlab/pull/2024
- Add Description field in Environments API by @timofurrer in https://github.com/xanzy/go-gitlab/pull/2025
- Add 'default_branch' attribute by @jgangemi in https://github.com/xanzy/go-gitlab/pull/2030
- Add support for Harbor Integration by @houstonj1 in https://github.com/xanzy/go-gitlab/pull/2027
New Contributors
- @jgangemi made their first contribution in https://github.com/xanzy/go-gitlab/pull/2030
- @houstonj1 made their first contribution in https://github.com/xanzy/go-gitlab/pull/2027
Full Changelog: https://github.com/xanzy/go-gitlab/compare/v0.110.0...v0.111.0
v0.110.0
Breaking Changes
- New options when calling DeleteProject by @heidiberry in https://github.com/xanzy/go-gitlab/pull/2010
What's Changed
- Support Kubernetes-related Environments API fields by @timofurrer in https://github.com/xanzy/go-gitlab/pull/2013
- add MergeStatus filed to struct MergeEvent by @cestlive in https://github.com/xanzy/go-gitlab/pull/2016
- Add ListServiceAccounts function to list all service accounts by @Atoms in https://github.com/xanzy/go-gitlab/pull/2012
- Add support for the Redmine Integration by @heidiberry in https://github.com/xanzy/go-gitlab/pull/2007
- feat(runners): add maintenance_note on put/get runner details by @jaredallard in https://github.com/xanzy/go-gitlab/pull/2017
- feat: add deployment approval config attribute by @loozhengyuan in https://github.com/xanzy/go-gitlab/pull/2022
- feat: add new pages api endpoint by @nickshine in https://github.com/xanzy/go-gitlab/pull/2019
- Support API endpoint: List memberships for a billable member of a group by @Iridias in https://github.com/xanzy/go-gitlab/pull/2021
New Contributors
- @cestlive made their first contribution in https://github.com/xanzy/go-gitlab/pull/2016
- @Atoms made their first contribution in https://github.com/xanzy/go-gitlab/pull/2012
- @jaredallard made their first contribution in https://github.com/xanzy/go-gitlab/pull/2017
- @loozhengyuan made their first contribution in https://github.com/xanzy/go-gitlab/pull/2022
- @Iridias made their first contribution in https://github.com/xanzy/go-gitlab/pull/2021
Full Changelog: https://github.com/xanzy/go-gitlab/compare/v0.109.0...v0.110.0
v0.109.0
Breaking Changes
- Extend support for groups service accounts by @mXtone in https://github.com/xanzy/go-gitlab/pull/2005
What's Changed
- Add endpoint to lists invited groups of a project by @habnux in https://github.com/xanzy/go-gitlab/pull/2000
- Update jira integration pt2 by @deepflame in https://github.com/xanzy/go-gitlab/pull/1999
- chore: add ReportType to ProjectApprovalRule by @mdevilliers in https://github.com/xanzy/go-gitlab/pull/2001
- Bug: Needs to be a list of ProjectGroup by @habnux in https://github.com/xanzy/go-gitlab/pull/2003
- Fix an issue with omitempty on default_branch_protection_defaults by @RicePatrick in https://github.com/xanzy/go-gitlab/pull/2004
New Contributors
- @habnux made their first contribution in https://github.com/xanzy/go-gitlab/pull/2000
- @mXtone made their first contribution in https://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
Breaking Changes
- Get scoped group variables by @andersparslov in https://github.com/xanzy/go-gitlab/pull/1995
- Rename GroupId to GroupID in the
MemberRole
andIteration
structs f97a106
What's Changed
- Adds
HookEventToken
helper function for X-Gitlab-Token by @MaerF0x0 in https://github.com/xanzy/go-gitlab/pull/1976 - Add
ContainerRegistrySize
field toStatistics
struct by @Florian3535 in https://github.com/xanzy/go-gitlab/pull/1978 - chore: add report type to MergeRequestApprovalRule by @mdevilliers in https://github.com/xanzy/go-gitlab/pull/1975
- Add field "is_auditor" in user by @thomasboni in https://github.com/xanzy/go-gitlab/pull/1981
- Fix the user tests by @svanharmelen in https://github.com/xanzy/go-gitlab/pull/1982
- Add new DCO attribute to project and group push rules by @beekeep in https://github.com/xanzy/go-gitlab/pull/1980
- Support more options for list PATs by @hjweddie in https://github.com/xanzy/go-gitlab/pull/1977
- feat: add Bitbucket Cloud and Server import endpoints by @pwlandoll in https://github.com/xanzy/go-gitlab/pull/1979
- Expose PreReceiveSecretDetectionEnabled project setting by @gravis in https://github.com/xanzy/go-gitlab/pull/1984
- Add 15 Missing GitLab Settings by @Jitsusama in https://github.com/xanzy/go-gitlab/pull/1985
- Add
prevent_merge_without_jira_issue
to Edit Project API by @mtibben in https://github.com/xanzy/go-gitlab/pull/1986 - build(github): Added support for more versions of unit tests by @flc1125 in https://github.com/xanzy/go-gitlab/pull/1992
- Move PreReceiveSecretDetectionEnabled to Project by @gravis in https://github.com/xanzy/go-gitlab/pull/1989
- Add 26 Missing GitLab Settings by @Jitsusama in https://github.com/xanzy/go-gitlab/pull/1987
- Add page token to ListOption by @0xDagal in https://github.com/xanzy/go-gitlab/pull/1994
- member role model follow 17.4.0 spec by @Quanalogy in https://github.com/xanzy/go-gitlab/pull/1997
- Add more filters to List group milestones by @adamcohen2 in https://github.com/xanzy/go-gitlab/pull/1998
- Add 28 Missing GitLab Settings by @Jitsusama in https://github.com/xanzy/go-gitlab/pull/1996
- Add an exponential backoff to the retry function by @RicePatrick in https://github.com/xanzy/go-gitlab/pull/1993
New Contributors
- @MaerF0x0 made their first contribution in https://github.com/xanzy/go-gitlab/pull/1976
- @Florian3535 made their first contribution in https://github.com/xanzy/go-gitlab/pull/1978
- @mdevilliers made their first contribution in https://github.com/xanzy/go-gitlab/pull/1975
- @thomasboni made their first contribution in https://github.com/xanzy/go-gitlab/pull/1981
- @mtibben made their first contribution in https://github.com/xanzy/go-gitlab/pull/1986
- @flc1125 made their first contribution in https://github.com/xanzy/go-gitlab/pull/1992
- @0xDagal made their first contribution in https://github.com/xanzy/go-gitlab/pull/1994
- @Quanalogy made their first contribution in https://github.com/xanzy/go-gitlab/pull/1997
- @adamcohen2 made their first contribution in https://github.com/xanzy/go-gitlab/pull/1998
- @andersparslov made their first contribution in https://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
v0.106.0
v0.105.0
v0.104.1
v0.104.0
v0.103.0
v0.102.0
v0.101.0
v0.100.0
v0.99.0
v0.98.0
v0.97.0
v0.96.0
v0.95.2
v0.95.1
v0.95.0
v0.94.0
v0.93.2
v0.93.1
v0.93.0
v0.92.3
v0.92.2
v0.92.1
v0.92.0
v0.91.1
v0.91.0
v0.90.0
v0.89.0
v0.88.0
v0.87.0
v0.86.0
v0.85.0
v0.84.0
v0.83.0
v0.82.0
v0.81.0
v0.80.3
v0.80.2
v0.80.1
v0.80.0
v0.79.1
v0.79.0
v0.78.0
v0.77.0
v0.76.0
v0.75.0
v0.74.0
v0.73.1
v0.73.0
v0.72.0
v0.71.0
v0.70.0
v0.69.0
v0.68.2
v0.68.1
v0.68.0
v0.66.0
v0.65.0
v0.64.0
v0.63.0
v0.62.0
v0.61.0
v0.60.0
v0.59.0
v0.58.0
v0.57.0
v0.56.0
v0.55.1
v0.55.0
v0.54.4
v0.54.3
v0.54.2
v0.54.1
v0.54.0
v0.53.0
v0.52.3
v0.52.2
v0.52.1
v0.52.0
v0.51.1
v0.51.0
v0.50.4
v0.50.3
v0.50.2
v0.50.1
v0.50.0
v0.49.0
v0.48.0
v0.47.0
v0.46.0
v0.45.0
v0.44.0
v0.43.0
v0.42.0
v0.41.0
v0.40.2
v0.40.1
v0.40.0
v0.39.0
v0.38.2
v0.38.1
v0.38.0
v0.37.0
v0.36.0
v0.35.1
v0.35.0
v0.34.2
v0.34.1
v0.34.0
v0.33.0
v0.32.1
v0.32.0
v0.31.0
v0.30.1
v0.30.0
v0.29.0
v0.28.0
v0.27.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.