Skip to content

Commit d2c6ece

Browse files
authored
Merge pull request #889 from timofurrer/changelog-3.10
Finialize changelog for v3.10.0 release
2 parents e75ff95 + 656b660 commit d2c6ece

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

CHANGELOG.md

+24-12
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,33 @@
1-
## 3.10.0 (Unreleased)
1+
## 3.10.0 (2022-02-23)
22

33
FEATURES:
44

5-
* resource/gitlab_project_hook: added `releases_events` attribute (#773)
6-
* resource/gitlab_user: added `state` attribute to allow blocking users (#762)
7-
* resource/gitlab_project: added `ci_forward_deployment_enabled` attribute (#732)
8-
* datasource/gitlab_project: added `ci_forward_deployment_enabled` attribute (#732)
9-
* datasource/gitlab_projects: added `ci_forward_deployment_enabled` attribute (#732)
10-
* resource/gitlab_group_access_token: added support for Group Access Tokens (#860)
11-
* datasource/gitlab_group_membership: support pagination (#858)
5+
* **New Resource:** `gitlab_group_access_token` ([#860](https://github.com/gitlabhq/terraform-provider-gitlab/pull/860))
6+
* **New Resource:** `gitlab_topic` ([#871](https://github.com/gitlabhq/terraform-provider-gitlab/pull/871))
7+
8+
IMPROVEMENTS:
9+
10+
* datasource/gitlab_project: Add `printing_merge_request_link_enabled` attribute ([#783](https://github.com/gitlabhq/terraform-provider-gitlab/pull/783))
11+
* datasource/gitlab_project: Add `ci_forward_deployment_enabled` attribute ([#732](https://github.com/gitlabhq/terraform-provider-gitlab/pull/732))
12+
* datasource/gitlab_projects: Add `ci_forward_deployment_enabled` attribute ([#732](https://github.com/gitlabhq/terraform-provider-gitlab/pull/732))
13+
* datasource/gitlab_group_membership: Support pagination ([#858](https://github.com/gitlabhq/terraform-provider-gitlab/pull/858))
14+
* resource/gitlab_group_ldap_link: Add import support ([#771](https://github.com/gitlabhq/terraform-provider-gitlab/pull/771))
15+
* resource/gitlab_project: Add `ci_forward_deployment_enabled` attribute ([#732](https://github.com/gitlabhq/terraform-provider-gitlab/pull/732))
16+
* resource/gitlab_project: Add `printing_merge_request_link_enabled` attribute ([#783](https://github.com/gitlabhq/terraform-provider-gitlab/pull/783))
17+
* resource/gitlab_project_hook: Add `releases_events` attribute ([#773](https://github.com/gitlabhq/terraform-provider-gitlab/pull/773))
18+
* resource/gitlab_branch_protection: Add `allow_force_push` attribute ([#877](https://github.com/gitlabhq/terraform-provider-gitlab/pull/877))
19+
* resource/gitlab_service_jira: Add `api_url` attribute ([#597](https://github.com/gitlabhq/terraform-provider-gitlab/pull/597))
20+
* resource/gitlab_user: Add `state` attribute to allow blocking users ([#762](https://github.com/gitlabhq/terraform-provider-gitlab/pull/762))
1221

1322
BUG FIXES
1423

15-
* resource/gitlab_project: correctly handle push rules add and edit (#838)
16-
* datasource/gitlab_projects: allow to get archived and unarchived repositories (#855)
17-
* resource/gitlab_group: support setting `default_branch_protection` to `0` (#856)
18-
* resource/gitlab_project: support creating project in group without default branch protection (#856)
24+
* datasource/gitlab_projects: Allow to get archived and unarchived repositories ([#855](https://github.com/gitlabhq/terraform-provider-gitlab/pull/855))
25+
* resource/gitlab_group: Support setting `default_branch_protection` to `0` ([#856](https://github.com/gitlabhq/terraform-provider-gitlab/pull/856))
26+
* resource/gitlab_group_ldap_link: Fix panic when setting group access level ([#873](https://github.com/gitlabhq/terraform-provider-gitlab/pull/873))
27+
* resource/gitlab_project: Correctly handle push rules add and edit ([#838](https://github.com/gitlabhq/terraform-provider-gitlab/pull/838))
28+
* resource/gitlab_project: Support creating project in group without default branch protection ([#856](https://github.com/gitlabhq/terraform-provider-gitlab/pull/856))
29+
* resource/gitlab_project: Fix backwards-compatibility with 14.1 regarding the `squash_option` ([#867](https://github.com/gitlabhq/terraform-provider-gitlab/pull/867))
30+
* resource/gitlab_project: Re-compute `path_with_namespace`, `ssh_url_to_repo`, `http_url_to_repo` and `web_url` attributes if `path` changes ([#875](https://github.com/gitlabhq/terraform-provider-gitlab/pull/875))
1931

2032
## 3.9.1 (2022-02-06)
2133

0 commit comments

Comments
 (0)