Skip to content

Commit 82a9a40

Browse files
nagyvtimofurrerarmsnyder
authored
Add CHANGELOG for 3.9.0 (#818)
* Add CHANGELOG for 3.9.0 Closes https://github.com/gitlabhq/terraform-provider-gitlab/issues/804 * Apply suggestions from code review Co-authored-by: Timo Furrer <[email protected]> Co-authored-by: Adam Snyder <[email protected]> * Add resource names as inline code Co-authored-by: Timo Furrer <[email protected]> * Follow the best-practice headers * Add "Add managed license resources and tests" * Apply suggestions from code review Co-authored-by: Adam Snyder <[email protected]> * Set 3.9.0 date Co-authored-by: Timo Furrer <[email protected]> Co-authored-by: Adam Snyder <[email protected]>
1 parent 0852693 commit 82a9a40

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## 3.9.0 (2022-01-04)
2+
3+
FEATURES:
4+
5+
* 0519c96 - Add `gitlab_repository_file` resource (#724)
6+
* a915ccb - Add the `gitlab_project_access_token` resource (#588)
7+
* 8564a07 - Add `gitlab_group_custom_attribute`, `gitlab_project_custom_attribute`, and `gitlab_user_custom_attribute` (#731)
8+
* 39b0b6d - Add support for `gitlab_group_badge` resource (#673)
9+
* dd0da2b - Implement configuration of the integration "Microsoft Teams" (#308) (#784)
10+
* febe745 - Add `gitlab_project_protected_branch` and `gitlab_project_protected_branches` data sources (#551)
11+
* b4d4f8d - Support `early_auth_check` flag in provider config (#787)
12+
* 1455db0 - Add `gitlab_managed_license` resource (#700)
13+
* be59cd1 - New `archive_on_destroy` attribute for `gitlab_project` (#816)
14+
15+
ENHANCEMENTS:
16+
17+
* 9863a61 - Add missing attributes to documentation (#802)
18+
* 84d729e - Improve documentation around authentication with GitLab (#803)
19+
* a9edc4a - Add environment scope to `gitlab_group_variable` (#717)
20+
* c5a2f34 - Support `issues_template` and `merge_requests_template` attributes in project resource (#796)
21+
* 65b8e9c - Add minimal access level permissions (#747)
22+
* 12ae791 - Added missing scopes to deploy token (#769)
23+
* 1455db0 - Update allowed access levels in `gitlab_branch_protection`, `gitlab_group_ldap_link`, `gitlab_group_membership`, `gitlab_group_share_group`, `gitlab_project_membership`, `gitlab_project_share_group`, and `gitlab_tag_protection` (#819)
24+
* 1455db0 - New attribute `group_access` in `gitlab_project_share_group` and `gitlab_group_ldap_link` (attribute `access_level` is now considered deprecated on those resources) (#819)
25+
26+
BUGFIXES:
27+
28+
* f3b0f31 - Handle manually removed resources (#318)
29+
* fc84cc3 - Properly allow arguments `id`or `path_with_namespace` for project data source (#806)
30+
* d7059cf - Do not recreate project mirror on every run (#632)
31+
* e57bf1d - Fix branch_protection documentation (#780)
32+
* 912b647 - Fix docs for `gitlab_project_level_mr_approvals` import (#766)
33+
* e89922e - instance_cluster/group_cluster: Suppress whitespace diff for kubernetes_ca_cert (#728)
34+
* edda219 - gitlab_user: Do not set skip_confirmation on read (#491)
35+
136
## 3.8.0 (Nov 19, 2021)
237

338
ENHANCEMENTS:

0 commit comments

Comments
 (0)