Skip to content

Update Terraform gitlab to v16.11.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.10.0 -> 16.11.0

Release Notes

gitlabhq/terraform-provider-gitlab (gitlab)

v16.11.0

Compare Source

This release was tested against GitLab 16.9, 16.10, and 16.11 for both CE and EE

IMPROVEMENTS:

  • New Data Source data/gitlab_compliance_framework: Allows querying Compliance Frameworks to help retrieve the ID for use in downstream resources (!1880)
  • resources/gitlab_project_access_token: Added support for the use of rotation_configuration to automatically rotate tokens periodically. (!1887)
  • resources/gitlab_project_access_token: Added support for rotating the token by changing the expires_at instead of deleting and re-creating the token. (!1887)
  • resources/gitlab_group_access_token: Added support for the use of rotation_configuration to automatically rotate tokens periodically. (!1887)
  • resources/gitlab_group_access_token: Added support for rotating the token by changing the expires_at instead of deleting and re-creating the token. (!1887)
  • resources/gitlab_project_access_token: Added support for new token scopes related to AI, k8s, and observability (!1878)
  • resources/gitlab_group_access_token: Added support for new token scopes related to AI, k8s, and observability (!1878)
  • resources/gitlab_project: Added support for emails_enabled and deprecated support for emails_disabled, which will be removed in 17.0 (!1881)
  • resources/gitlab_project_protected_environment: Added support for group_inheritance_type (!1855)
  • resources/gitlab_group_protected_environment: Added support for group_inheritance_type (!1855)
  • resources/gitlab_project_hook: Added support for custom_webhook_template (!1862)
  • resources/gitlab_group_hook: Added support for custom_webhook_template (!1862)
  • resources/gitlab_group_membership: Added support for member_role_id, enabling the use of a custom role when assigning users to a group (!1809)
  • data/gitlab_project_hook(s): Added support for custom_webhook_template (!1862)
  • data/gitlab_group_hook(s): Added support for custom_webhook_template (!1862)

BUG FIXES:

  • resource/gitlab_project_hook: Fixed an issue where changing the project value didn't force a new resource (!1871)

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