15.7.0 (2022-12-22)
- This release was tested against GitLab 15.5, 15.6 and 15.7 for both CE and EE.
- This is the first release aligned with GitLab. See #1331.
BREAKING CHANGES:
See Terraform GitLab Provider Version 15.7 Upgrade Guide for details.
- Require at least Terraform 1.0 and Terraform Protocol Version 6 (#1336)
- Provider
token
argument has changed tosensitive
(#1385)
FEATURES:
- resource/gitlab_project: Support forking a project (#1377)
- resource/gitlab_project: Support avatars (#1387)
- resource/gitlab_group: Support avatars (#1387)
-
New Data Source:
gitlab_metadata
(#1355)
IMPROVEMENTS:
- resource/gitlab_project: Add
ci_separated_caches
attribute (#1320) - datasource/gitlab_project: Add
ci_separated_catches
attribute (#1320) - resource/gitlab_project: Rely on API defaults to only send minimal requests (#1376)
- resource/gitlab_project: Add
restrict_user_defined_variables
attribute (#1372) - resource/gitlab_repository_file: Add
overwrite_on_create
attribute (#1374)
BUG FIXES: