Skip to content

Commit bd16b81

Browse files
authored
Update CHANGELOG.md
1 parent 68c8c0e commit bd16b81

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## 2.12.0 (Unreleased)
22

3+
NOTES:
4+
* If you are using the `environment_scope` attribute of `gitlab_project_variable` to manage multiple variables with the same key, it is recommended to use GitLab 13.4+. See [this related GitLab issue](https://gitlab.com/gitlab-org/gitlab/-/issues/9912) for older versions.
5+
36
FEATURES:
47
* **New Data Source:** `gitlab_group_membership` [GH-264]
58
* **New Resource:** `gitlab_project_level_mr_approvals` [GH-356]
@@ -15,13 +18,16 @@ ENHANCEMENTS:
1518
* resource/gitlab_project: New `import_url` attribute [GH-381]
1619
* resource/gitlab_project_push_rules: Can now be imported [GH-360]
1720
* resource/gitlab_project_variable: Better error message when a masked variable fails validation [GH-371]
21+
* resource/gitlab_project_variable: Automatically detect removal [GH-409]
1822
* resource/gitlab_service_jira: Automatically detect removal [GH-337]
1923
* resource/gitlab_user: The `email` attribute can be changed without forcing recreation [GH-261]
2024
* resource/gitlab_user: Require either the `password` or `reset_password` attribute to be set [GH-262]
2125

2226
BUG FIXES:
2327
* resource/gitlab_pipeline_schedule: Fix a rare error during deletion [GH-364]
2428
* resource/gitlab_pipeline_schedule_variable: Fix a rare error during deletion [GH-364]
29+
* resource/gitlab_project_variable: Fix inconsistent reads for variables with non-unique keys [GH-409]
30+
* resource/gitlab_project_variable: Change the default `environment_scope` from `0` to `*` [GH-409]
2531
* resource/gitlab_service_jira: Fix a rare state inconsistency problem during creation [GH-363]
2632
* resource/gitlab_user: Fix some attributes saving incorrectly in state [GH-261]
2733

0 commit comments

Comments
 (0)