Update Terraform gitlab to v16.4.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
gitlab (source) | required_provider | minor |
16.3.0 -> 16.4.1
|
Release Notes
gitlabhq/terraform-provider-gitlab (gitlab)
v16.4.1
This release was tested against GitLab 16.2, 16.3, and 16.4 for both CE and EE
BUG FIXES:
- resource/gitlab_project_protected_environment: Fix segfault when using
for_each
fordeploy_access_levels
whenapproval_rules
are not specified (!1699)
v16.4.0
This release was tested against GitLab 16.2, 16.3, and 16.4 for both CE and EE
BREAKING CHANGES:
This breaking change was made early for security reasons. If a configuration relies on the value being non-sensitive,
users can use the nonsensitive()
function
in Terraform.
- resource/gitlab_user_runner:
token
is now marked as sensitive (!1688)
IMPROVEMENTS:
- resource/gitlab_project_mirror: Updated documentation to include a warning about
keep_divergent_refs
default value (!1691) - resource/gitlab_project_protected_environment: Add support for
approval_rules
(!1679) - resource/gitlab_group_access_token: Add support for the
create_runner
scope (!1675) - resource/gitlab_personal_access_token: Add support for the
create_runner
scope (!1675) - resource/gitlab_project_access_token: Add support for the
create_runner
scope (!1675)
BUG FIXES:
- resource/gitlab_branch: No longer returns an error when the branch is missing during a destroy (!1690)
- datasource/gitlab_cluster_agents: Fixed an issue where
agent_id
was always0
(!1677) - datasource/gitlab_group_subgroups: Fixed an issue where the data source returned a maximum of 20 subgroups (!1689)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.