Skip to content

Commit 1c78d7e

Browse files
authored
Update CHANGELOG.md
1 parent 750dd96 commit 1c78d7e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
1-
## 2.12.0 (Unreleased)
1+
## 3.0.0 (Unreleased)
22

33
NOTES:
4+
45
* 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.
6+
* The ID format of the `gitlab_project_variable` resource changed. The upgrade should be automatic.
7+
* The default value of the `gitlab_project_variable` resource's `environment_scope` attribute has changed from `0` to `*`.
58

69
FEATURES:
10+
711
* **New Data Source:** `gitlab_group_membership` [GH-264]
12+
* **New Resource:** `gitlab_instance_cluster` [GH-367]
813
* **New Resource:** `gitlab_project_level_mr_approvals` [GH-356]
914
* **New Resource:** `gitlab_project_mirror` [GH-358]
1015
* **New Resource:** `gitlab_service_pipelines_email` [GH-375]
1116

1217
ENHANCEMENTS:
18+
1319
* data-source/gitlab_project: New `path_with_namespace` attribute [GH-403]
1420
* resource/gitlab_branch_protection: New `code_owner_approval_required` attribute [GH-380]
1521
* resource/gitlab_project: New `path_with_namespace` attribute [GH-403]
@@ -24,8 +30,10 @@ ENHANCEMENTS:
2430
* resource/gitlab_user: Require either the `password` or `reset_password` attribute to be set [GH-262]
2531

2632
BUG FIXES:
33+
2734
* resource/gitlab_pipeline_schedule: Fix a rare error during deletion [GH-364]
2835
* resource/gitlab_pipeline_schedule_variable: Fix a rare error during deletion [GH-364]
36+
* resource/gitlab_project: Fix the `default_branch` attribute changing to `null` after first apply [GH-343]
2937
* resource/gitlab_project_variable: Fix inconsistent reads for variables with non-unique keys [GH-409]
3038
* resource/gitlab_project_variable: Change the default `environment_scope` from `0` to `*` [GH-409]
3139
* resource/gitlab_service_jira: Fix a rare state inconsistency problem during creation [GH-363]

0 commit comments

Comments
 (0)