Skip to content

Update Terraform gitlab to v16.7.0

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.6.0 -> 16.7.0

Release Notes

gitlabhq/terraform-provider-gitlab (gitlab)

v16.7.0

Compare Source

This release was tested against GitLab 16.5, 16.6, and 16.7 for both CE and EE

DEPRECATION:

  • This release updates the recommended Terraform version for this Provider from 1.0.0 to 1.4.0, and updates the version of Terraform we use for CI/CD to 1.4.0 as a result. This is related to a bug that was fixed in Terraform 1.4.0 related to how complex objects are compared. Without using Terraform 1.4.0, the provider cannot guarantee that plan output using nested objects is the same every time. Prior versions will likely still result in a successul plan and apply, but we will ask you to update prior to assisting with issue triage.

IMPROVEMENTS:

  • resource/gitlab_branch_protection: Updating allowed_to_push will no longer destroy and re-create branch protection, it will instead update it in-place (!1593)
  • resource/gitlab_group_issue_board: Issue boards now supports the use of scoped labels, and label position can be explicitly configured (!1771)
  • resource/gitlab_project: Add support for group_runners_enabled (!1735)
  • datasource/gitlab_group: Groups with many projects will now be retrieved significantly faster (!1770)
  • datasource/gitlab_project: Add support for group_runners_enabled (!1735)

BUG FIXES:

  • resource/gitlab_pipeline_schedule: Fixed an issue where a pipeline schedule with no owner could cause a provider panic (!1762)
  • resource/gitlab_group_ldap_link: Fixed an issue with force that could cause an error when attempting to delete an ldap link (!1757)

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.

Merge request reports

Loading