File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.16.0 (2022-07-07)
2
+
3
+ This release was tested against GitLab 14.10, 15.0 and 15.1 for both CE and EE.
4
+
5
+ FEATURES:
6
+
7
+ * ** New Data Source:** ` gitlab_current_user ` ([ #1118 ] )
8
+ * ** New Data Source:** ` gitlab_release_link ` ([ #1131 ] )
9
+ * ** New Data Source:** ` gitlab_release_links ` ([ #1131 ] )
10
+ * ** New Resource:** ` gitlab_release_link ` ([ #1131 ] )
11
+ * ** New Resource:** ` gitlab_cluster_agent_token ` ([ #1147 ] )
12
+
13
+ IMPROVEMENTS:
14
+
15
+ * resource/gitlab_project_protected_environment: Add ` required_approval_count ` attribute ([ #1097 ] )
16
+ * resource/gitlab_project_access_token: Add ` owner ` as possible value to ` access_level ` ([ #1145 ] )
17
+ * resource/gitlab_project_membership: Add ` owner ` as possible value to ` access_level ` ([ #1145 ] )
18
+ * resource/gitlab_project_share_group: Add ` owner ` as possible value to ` access_level ` ([ #1145 ] )
19
+ * resource/gitlab_project: Add ` ci_default_git_depth ` attribute ([ #1146 ] )
20
+ * datasource/gitlab_project: Add ` ci_default_git_depth ` attribute ([ #1146 ] )
21
+ * datasource/gitlab_projects: Add ` ci_default_git_depth ` attribute ([ #1146 ] )
22
+
23
+ BUG FIXES:
24
+
25
+ * resource/gitlab_project: Fix project creation when default branch protection is disabled on instance-level (#[ 1128] )
26
+ * resource/gitlab_project: Fix a case where a change to a project in terraform can never apply when certain fields are modified ([ #1158 ] )
27
+ * resource/gitlab_project: Fix passing ` false ` to API for explicitly set optional attributes ([ #1152 ] )
28
+ * resource/gitlab_group: Fix passing false to API for explicitly set optional attributes ([ #1152 ] )
29
+
1
30
## 3.15.1 (2022-06-08)
2
31
3
32
This release was tested against GitLab 14.9, 14.10 and 15.0 for both CE and EE.
You can’t perform that action at this time.
0 commit comments