Skip to content

Commit d4b7e10

Browse files
authored
Merge pull request #1163 from timofurrer/changelog/draft-3.16.0
Draft v3.16.0 changelog
2 parents 44e1b7a + 3b3b3ab commit d4b7e10

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
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+
130
## 3.15.1 (2022-06-08)
231

332
This release was tested against GitLab 14.9, 14.10 and 15.0 for both CE and EE.

0 commit comments

Comments
 (0)