Releases: gitlabhq/terraform-provider-gitlab
v15.7.1
This release hosted on GitHub only exists because it is the only way to publish to the Terraform Provider Registry.
See the official release page on GitLab here: https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/releases/v15.7.1
v15.7.0
This release hosted on GitHub only exists because it is the only way to publish to the Terraform Provider Registry.
See the official release page on GitLab here: https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/releases/v15.7.0
v3.20.0
This release hosted on GitHub only exists because it is the only way to publish to the Terraform Provider Registry.
See the official release page on GitLab here: https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/releases/v3.20.0
v3.19.0
This release hosted on GitHub only exists because it is the only way to publish to the Terraform Provider Registry.
See the official release page on GitLab here: https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/releases/v3.19.0
v3.18.0
v3.17.0
This release was tested against GitLab 15.1, 15.2 and 15.3 for both CE and EE.
FEATURES:
- New Data Source:
gitlab_project_hook
(#1204) - New Data Source:
gitlab_project_hooks
(#1204) - New Data Source:
gitlab_project_membership
(#593) - New Data Source:
gitlab_repository_tree
(#1198) - New Data Source:
gitlab_group_hook
(#1221) - New Data Source:
gitlab_group_hooks
(#1221) - New Resource:
gitlab_group_hook
(#1221) - New Resource:
gitlab_application_settings
(experimental) (#1201) - New Resource:
gitlab_project_issue_board
(#1173) - New Resource:
gitlab_user_gpgkey
(#1181)
IMPROVEMENTS:
- resource/gitlab_service_jira: Support
jira_issue_transition_id
attribute for GitLab 15.2 (#1188) - resource/gitlab_project_protected_environment: Add docs that users and groups must be shared with the project (#1210)
- resource/gitlab_branch_protection: Automatically take ownership of projects default branch without an import (#1216)
- resource/gitlab_group_ldap_link: Clarify value for
ldap_provider
attribute (#1220) - resource/gitlab_group_membership: Support
skip_subresources_on_destroy
andunassign_issuables_on_destroy
removal option attributes (#1209) - resource/gitlab_project: Reference doc for required
gitlab_group_project_template
resource when usingtemplate_project_id
attribute (#1223)
BUG FIXES:
v3.16.1
v3.16.0
This release was tested against GitLab 14.10, 15.0 and 15.1 for both CE and EE.
FEATURES:
- New Data Source:
gitlab_current_user
([#1118]) - New Data Source:
gitlab_release_link
([#1131]) - New Data Source:
gitlab_release_links
([#1131]) - New Resource:
gitlab_release_link
([#1131]) - New Resource:
gitlab_cluster_agent_token
([#1147])
IMPROVEMENTS:
- resource/gitlab_project_protected_environment: Add
required_approval_count
attribute ([#1097]) - resource/gitlab_project_access_token: Add
owner
as possible value toaccess_level
([#1145]) - resource/gitlab_project_membership: Add
owner
as possible value toaccess_level
([#1145]) - resource/gitlab_project_share_group: Add
owner
as possible value toaccess_level
([#1145]) - resource/gitlab_project: Add
ci_default_git_depth
attribute ([#1146]) - datasource/gitlab_project: Add
ci_default_git_depth
attribute ([#1146]) - datasource/gitlab_projects: Add
ci_default_git_depth
attribute ([#1146])
BUG FIXES:
- resource/gitlab_project: Fix project creation when default branch protection is disabled on instance-level (#[1128])
- resource/gitlab_project: Fix a case where a change to a project in terraform can never apply when certain fields are modified ([#1158])
- resource/gitlab_project: Fix passing
false
to API for explicitly set optional attributes ([#1152]) - resource/gitlab_group: Fix passing false to API for explicitly set optional attributes ([#1152])
v3.15.1
v3.15.0
This release was tested against GitLab 14.9, 14.10 and 15.0 for both CE and EE.
FEATURES:
- New Data Source:
gitlab_cluster_agent
(#1073) - New Data Source:
gitlab_cluster_agents
(#1073) - New Data Source:
gitlab_project_milestone
(#1044) - New Data Source:
gitlab_project_milestones
(#1044) - New Resource:
gitlab_project_milestone
(#1044) - New Resource:
gitlab_runner
(#1049) - New Resource:
gitlab_cluster_agent
(#1073)
IMPROVEMENTS:
- resource/gitlab_group: Allow value
3
fordefault_branch_protection
attribute (#1070) - resource/gitlab_project_badge: Add
name
attribute (#1052) - resource/gitlab_group: Transfer a subgroup does not longer re-create the group (#1078)
- resource/gitlab_topic: Add
name
attribute (#1095)
BUG FIXES: