Skip to content

Update Terraform gitlab to v16.5.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.4.1 -> 16.5.0

Release Notes

gitlabhq/terraform-provider-gitlab (gitlab)

v16.5.0

Compare Source

This release was tested against GitLab 16.3, 16.4, and 16.5 for both CE and EE

IMPROVEMENTS:

  • New Resource: gitlab_group_protected_environment allows managing group-level protected environments (!1707)
  • resource/gitlab_user_sshkey: Added support for creating an SSH key for the current user by making user_id optional (!1726)
  • resource/gitlab_group: Added support for managing the shared_runners_setting attribute (!1710)
  • resource/gitlab_project: Added support for creating an empty repository using the empty_repo attribute (!1713)
  • resource/gitlab_project: Added support for the public_jobs attribute, deprecating the old public_builds attribute (!1700)
  • datasource/gitlab_project: Added support for reading the empty_repo attribute (!1713)
  • datasource/gitlab_projects: Added support for reading the empty_repo attribute (!1713)
  • datasource/gitlab_group: Added support for reading the shared_runner_setting attribute (!1717)
  • datasource/gitlab_groups: Added support for reading the shared_runner_setting attribute (!1717)
  • datasource/gitlab_group_subgroups: Added support for reading the shared_runner_setting attribute (!1719)

BUG FIXES:

  • resource/gitlab_group: Removed "default" hints in the documentation, since defaults can be changed by admins in some cases (!1696)
  • resource/gitlab_group_ldap_link: Fixed an issue where changing CN or Filter didn't force a new resource (!1729)
  • resource/gitlab_project: Fixed an issue where the documentation didn't contain valid values for several fields (!1714)
  • resource/gitlab_tag_protection: Fix d an issue where the resource read the wrong create_access_level when using no one (!1694)

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