Skip to content

Update Terraform gitlab to v16.4.1

Renovate [bot] requested to merge renovate/gitlab-16.x into master

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

Compare Source

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 for deploy_access_levels when approval_rules are not specified (!1699)

v16.4.0

Compare Source

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 always 0 (!1677)
  • datasource/gitlab_group_subgroups: Fixed an issue where the data source returned a maximum of 20 subgroups (!1689)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Renovate [bot]

Merge request reports

Loading