You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32-24Lines changed: 32 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
## 3.0.0 (Unreleased)
2
2
3
+
BREAKING CHANGES:
4
+
5
+
* Resource `gitlab_project_push_rules` has been removed. You now instead specify project push rules using the `push_rules` attribute on the `gitlab_project` resource.
6
+
* The `shared_with_groups` attribute has been removed from the `gitlab_project` resource (but not the data source). You may use the `gitlab_project_share_group` resource instead.
7
+
3
8
NOTES:
4
9
5
10
* 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.
@@ -8,36 +13,39 @@ NOTES:
8
13
9
14
FEATURES:
10
15
11
-
***New Data Source:**`gitlab_group_membership`[GH-264]
* resource/gitlab_user: The `email` attribute can be changed without forcing recreation ([#261](https://github.com/gitlabhq/terraform-provider-gitlab/issues/261))
36
+
* resource/gitlab_user: Require either the `password` or `reset_password` attribute to be set ([#262](https://github.com/gitlabhq/terraform-provider-gitlab/issues/262))
31
37
32
38
BUG FIXES:
33
39
34
-
* resource/gitlab_pipeline_schedule: Fix a rare error during deletion [GH-364]
35
-
* 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]
37
-
* resource/gitlab_project_variable: Fix inconsistent reads for variables with non-unique keys [GH-409]
38
-
* resource/gitlab_project_variable: Change the default `environment_scope` from `0` to `*`[GH-409]
39
-
* resource/gitlab_service_jira: Fix a rare state inconsistency problem during creation [GH-363]
40
-
* resource/gitlab_user: Fix some attributes saving incorrectly in state [GH-261]
40
+
* resource/gitlab_pipeline_schedule: Fix a rare error during deletion ([#364](https://github.com/gitlabhq/terraform-provider-gitlab/issues/364))
41
+
* resource/gitlab_pipeline_schedule_variable: Fix a rare error during deletion ([#364](https://github.com/gitlabhq/terraform-provider-gitlab/issues/364))
42
+
* resource/gitlab_project: Fix the `default_branch` attribute changing to `null` after first apply ([#343](https://github.com/gitlabhq/terraform-provider-gitlab/issues/343))
43
+
* resource/gitlab_project_share_group: Fix the `access_level` attribute not updating ([#421](https://github.com/gitlabhq/terraform-provider-gitlab/issues/421))
44
+
* resource/gitlab_project_share_group: Fix the share not working if the project is also managed ([#421](https://github.com/gitlabhq/terraform-provider-gitlab/issues/421))
45
+
* resource/gitlab_project_variable: Fix inconsistent reads for variables with non-unique keys ([#409](https://github.com/gitlabhq/terraform-provider-gitlab/issues/409))
46
+
* resource/gitlab_project_variable: Change the default `environment_scope` from `0` to `*` ([#409](https://github.com/gitlabhq/terraform-provider-gitlab/issues/409))
47
+
* resource/gitlab_service_jira: Fix a rare state inconsistency problem during creation ([#363](https://github.com/gitlabhq/terraform-provider-gitlab/issues/363))
48
+
* resource/gitlab_user: Fix some attributes saving incorrectly in state ([#261](https://github.com/gitlabhq/terraform-provider-gitlab/issues/261))
0 commit comments