Skip to content

Commit 35703fe

Browse files
committed
Update Changelog
1 parent 42fd769 commit 35703fe

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
## 2.12.0 (Unreleased)
2+
3+
FEATURES:
4+
* **New Data Source:** `gitlab_group_membership` [GH-264]
5+
* **New Resource:** `gitlab_project_level_mr_approvals` [GH-356]
6+
* **New Resource:** `gitlab_project_mirror` [GH-358]
7+
* **New Resource:** `gitlab_service_pipelines_email` [GH-358]
8+
9+
ENHANCEMENTS:
10+
* resource/gitlab_branch_protection: New `code_owner_approval_required` attribute [GH-380]
11+
* resource/gitlab_group_label: Can now be imported [GH-339]
12+
* resource/gitlab_project: New `import_url` attribute [GH-381]
13+
* resource/gitlab_project_push_rules: Can now be imported [GH-360]
14+
* resource/gitlab_project_variable: Better error message when a masked variable fails validation [GH-380]
15+
* resource/gitlab_service_jira: Automatically detect removal [GH-337]
16+
* resource/gitlab_user: The `email` attribute can be changed without forcing recreation [GH-261]
17+
18+
BUG FIXES:
19+
* resource/gitlab_pipeline_schedule: Fix a rare error during deletion [GH-364]
20+
* resource/gitlab_pipeline_schedule_variable: Fix a rare error during deletion [GH-364]
21+
* resource/gitlab_service_jira: Fix a rare state inconsistency problem during creation [GH-363]
22+
* resource/gitlab_user: Fix some attributes saving incorrectly in state [GH-261]
23+
224
## 2.11.0 (July 24, 2020)
325

426
ENHANCEMENTS:

0 commit comments

Comments
 (0)