Update Terraform gitlab to v16.8.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
gitlab (source) | required_provider | minor |
16.7.0 -> 16.8.0
|
Release Notes
gitlabhq/terraform-provider-gitlab (gitlab)
v16.8.0
This release was tested against GitLab 16.6, 16.7, and 16.8 for both CE and EE
BREAKING CHANGE:
- gitlab_application_settings: Removed support for
delayed_group_deletion
anddelayed_project_deletion
, which haven't been supported since GitLab 16.0 (!1799)
IMPROVEMENTS:
-
New Resource
gitlab_global_level_notifications
allows managing global notifications for the user (!1801) - resource/gitlab_project: Added support for the
timeouts
block, to allow configurable timeouts for creating projects () - resource/gitlab_application_settings: Added support for
housekeeping_optimize_repository_period
, and updated the description ofhousekeeping_enabled
to be more descriptive of what fields were required for a successful apply (!1777) - datasource/gitlab_project: Added support for
shared_with_groups
which includes groups that are shared with the project (!1795) - datasource/gitlab_group: Added support for
shared_with_groups
which includes groups that are shared with the group (!1769) - datasource/gitlab_user: Added support for the
is_bot
attribute (!1798) - datasource/gitlab_users: Added support for the
is_bot
attribute (!1798)
BUG FIXES:
- resource/gitlab_pipeline_schedule_variable: Fixed an issue where deleting the pipeline associated to the variable outside of terraform would cause the resource to be stuck in an error state (!1796)
- resource/gitlab_project_hook: Fixed an issue where changing the URL of a webhook would delete the associated
token
. Changing the URL will now force a new webhook to be created (!1794)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.