|
1 | 1 | ## 3.8.0 (Nov 19, 2021)
|
2 | 2 |
|
3 | 3 | ENHANCEMENTS:
|
4 |
| -* More examples and better documentation #654 |
5 |
| -* Adding a first complete example code #670 |
6 |
| -* Support running the provider using an OAuth token #686 |
7 |
| -* Allow merge on skipped pipeline #705 |
8 |
| -* support default_branch_protection on group #706 |
9 |
| -* Bump github.com/xanzy/go-gitlab from 0.50.0 to 0.51.1 #718 |
10 |
| -* Add squash option #719 |
| 4 | +* More examples and better documentation ([#654](https://github.com/gitlabhq/terraform-provider-gitlab/pull/654)) |
| 5 | +* Adding a first complete example code ([#670](https://github.com/gitlabhq/terraform-provider-gitlab/pull/670)) |
| 6 | +* Support running the provider using an OAuth token ([#686](https://github.com/gitlabhq/terraform-provider-gitlab/pull/686)) |
| 7 | +* Allow merge on skipped pipeline ([#705](https://github.com/gitlabhq/terraform-provider-gitlab/pull/705)) |
| 8 | +* support default_branch_protection on group ([#706](https://github.com/gitlabhq/terraform-provider-gitlab/pull/706)) |
| 9 | +* Bump github.com/xanzy/go-gitlab from 0.50.0 to 0.51.1 ([#718](https://github.com/gitlabhq/terraform-provider-gitlab/pull/718)) |
| 10 | +* Add squash option ([#719](https://github.com/gitlabhq/terraform-provider-gitlab/pull/719)) |
11 | 11 |
|
12 | 12 | BUGFIXES:
|
13 |
| -* Suppress whitespace diffs for kubernetes_ca_cert attribute #665 |
14 |
| -* Fix GitLab project membership example #684 |
15 |
| -* Improve tests for initializing a project without README #730 |
| 13 | +* Suppress whitespace diffs for kubernetes_ca_cert attribute ([#665](https://github.com/gitlabhq/terraform-provider-gitlab/pull/665)) |
| 14 | +* Fix GitLab project membership example ([#684](https://github.com/gitlabhq/terraform-provider-gitlab/pull/684)) |
| 15 | +* Improve tests for initializing a project without README ([#730](https://github.com/gitlabhq/terraform-provider-gitlab/pull/730)) |
16 | 16 |
|
17 | 17 |
|
18 | 18 | ## 3.7.0 (July 20, 2021)
|
19 | 19 |
|
20 | 20 | FEATURES:
|
21 | 21 |
|
22 |
| -* Add protected_branch_ids to gitlab_project_approval_rule #542 |
23 |
| -* Add most Premium features for gitlab_branch_protection #556 |
24 |
| -* Adds support for gitlab project badges #648 |
| 22 | +* Add protected_branch_ids to gitlab_project_approval_rule ([#542](https://github.com/gitlabhq/terraform-provider-gitlab/pull/542)) |
| 23 | +* Add most Premium features for gitlab_branch_protection ([#556](https://github.com/gitlabhq/terraform-provider-gitlab/pull/556)) |
| 24 | +* Adds support for gitlab project badges ([#648](https://github.com/gitlabhq/terraform-provider-gitlab/pull/648)) |
25 | 25 |
|
26 | 26 | ENHANCEMENTS:
|
27 | 27 |
|
28 |
| -* Add CustomCIPath to resource gitlab_project #662 |
29 |
| -* add build coverage regex #627 |
30 |
| -* Add tfproviderlint linter to CI #653 |
31 |
| -* Documentation improvements #642 |
32 |
| -* chore: add error handling to resourceGitlabProjectSetToState #649 |
33 |
| -* Missing documentation for gitlab_instance_variable #602 |
34 |
| -* Add support for importing Pipeline Schedules and Triggers #618 |
35 |
| -* update reference to master branch to main #612 |
| 28 | +* Add CustomCIPath to resource gitlab_project ([#662](https://github.com/gitlabhq/terraform-provider-gitlab/pull/662)) |
| 29 | +* add build coverage regex ([#627](https://github.com/gitlabhq/terraform-provider-gitlab/pull/627)) |
| 30 | +* Add tfproviderlint linter to CI ([#653](https://github.com/gitlabhq/terraform-provider-gitlab/pull/653)) |
| 31 | +* Documentation improvements ([#642](https://github.com/gitlabhq/terraform-provider-gitlab/pull/642)) |
| 32 | +* chore: add error handling to resourceGitlabProjectSetToState ([#649](https://github.com/gitlabhq/terraform-provider-gitlab/pull/649)) |
| 33 | +* Missing documentation for gitlab_instance_variable ([#602](https://github.com/gitlabhq/terraform-provider-gitlab/pull/602)) |
| 34 | +* Add support for importing Pipeline Schedules and Triggers ([#618](https://github.com/gitlabhq/terraform-provider-gitlab/pull/618)) |
| 35 | +* update reference to master branch to main ([#612](https://github.com/gitlabhq/terraform-provider-gitlab/pull/612)) |
36 | 36 |
|
37 | 37 | BUGFIXES:
|
38 | 38 |
|
39 |
| -* Fix project approval rule tests #660 |
40 |
| -* Fix markdown linter errors in branch_protection.md #656 |
41 |
| -* fix: update default branch name to "main" #643 |
42 |
| -* gitlab_project: Wait for template projects to be cloned/imported #621 |
| 39 | +* Fix project approval rule tests ([#660](https://github.com/gitlabhq/terraform-provider-gitlab/pull/660)) |
| 40 | +* Fix markdown linter errors in branch_protection.md ([#656](https://github.com/gitlabhq/terraform-provider-gitlab/pull/656)) |
| 41 | +* fix: update default branch name to "main" ([#643](https://github.com/gitlabhq/terraform-provider-gitlab/pull/643)) |
| 42 | +* gitlab_project: Wait for template projects to be cloned/imported ([#621](https://github.com/gitlabhq/terraform-provider-gitlab/pull/621)) |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
|
0 commit comments