Update Terraform gitlab to v17.6.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
gitlab (source) | required_provider | minor |
17.5.0 -> 17.6.0
|
Release Notes
gitlabhq/terraform-provider-gitlab (gitlab)
v17.6.0
This release was tested against GitLab 17.6, 17.5, and 17.4 for both CE and EE
FEATURES (4 changes)
-
New Resource resource/gitlab_project_compliance_frameworks: Add new resource
gitlab_project_compliance_frameworks
, allowing managing multiple compliance frameworks on a single project by @mness (merge request) -
New Datasource datasource/gitlab_group_billable_member_memberships: Add new data source
gitlab_group_billable_member_memberships
by @mdroessler (merge request) -
New Datasource datasource/gitlab_project_environments: Add new data source
gitlab_project_environments
by @ruben.aleman (merge request) -
New Datasource data/gitlab_runners: Add new data source
gitlab_runners
by @ruben.aleman (merge request)
IMPROVEMENTS (17 changes)
- docs: add import block examples to resources by @ruben.aleman (merge request)
- data/gitlab_project: Add
ci_pipeline_variables_minimum_role
setting by @hfyngvason (merge request) - data/gitlab_projects: Add
ci_pipeline_variables_minimum_role
setting by @hfyngvason (merge request) - data/gitlab_metadata: Add
external_kas_proxy_url
setting by @timofurrer (merge request) - resource/gitlab_user_runner: Add
maintenance_note
setting by @ruben.aleman (merge request) - resource/gitlab_group: Add
allowed_email_domains_list
setting by @jeremad (merge request) - resource/gitlab_project: Add
ci_pipeline_variables_minimum_role
setting by @hfyngvason (merge request) - resource/gitlab_project_environment: Add support for multiple attributes related to cluster agents by @timofurrer (merge request)
- resource/gitlab_project_hook: Add
custom_headers
support by @PatrickRice (merge request) - resource/gitlab_group_hook: Add
custom_headers
support by @PatrickRice (merge request) - resource/gitlab_branch_protection: Add
deploy_key
support toallowed_to_push
by @nicolas.boussuge.fintech (merge request) - resource/gitlab_group_security_policy_attachment: Update documentation to make usage with compliance frameworks and policies more clear by @odupre (merge request)
- resource/personal_access_token: Remove the "RequiresReplace()" modifier on rotation_config for access tokens by @PatrickRice (merge request)
- resource/project_access_token: Remove the "RequiresReplace()" modifier on rotation_config for access tokens by @PatrickRice (merge request)
- resource/group_access_token: Remove the "RequiresReplace()" modifier on rotation_config for access tokens by @PatrickRice (merge request)
- resource/gitlab_service_account_access_token: Improve example documentation and include better information on required permissions for gitlab.com by @heidi.berry (merge request)
- resource/gitlab_member_role: Add documentation examples and import examples by @john.shimmin (merge request)
BUG FIXES (8 changes)
- resource/gitlab_group_label: Fix an issue where
apply
fails when changing thename
attribute by @krzywykrzych (merge request) - resource/gitlab_application_settings: Fix panic when using
valid_runner_registrars
by @PatrickRice (merge request) - resource/gitlab_service_account_access_token: Fix an issue where non-admin tokens cannot use the service account access token resource by @PatrickRice (merge request)
- resource/gitlab_service_account_access_token: Fix invalid HCL in the example by @telliffoshea (merge request)
- resource/gitlab_member_role: Fix an issue where
enabled_permissions
could cause issues due to sorting by @john.shimmin (merge request) - resource/gitlab_group_access_token: Fix an issue where removing
rotation_configuration
after anapply
operation caused a provider panic by @PatrickRice (merge request) - resource/gitlab_project_access_token: Fix an issue where removing
rotation_configuration
after anapply
operation caused a provider panic by @PatrickRice (merge request) - resource/gitlab_personal_access_token: Fix an issue where removing
rotation_configuration
after anapply
operation caused a provider panic by @PatrickRice (merge request)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.