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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,21 @@
1
-
## 2.12.0 (Unreleased)
1
+
## 3.0.0 (Unreleased)
2
2
3
3
NOTES:
4
+
4
5
* 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 `*`.
5
8
6
9
FEATURES:
10
+
7
11
***New Data Source:**`gitlab_group_membership`[GH-264]
0 commit comments