Skip to content

Commit cd887d6

Browse files
Fix changelog links
1 parent 52297e6 commit cd887d6

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

CHANGELOG.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
## 3.8.0 (Nov 19, 2021)
22

33
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))
1111

1212
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))
1616

1717

1818
## 3.7.0 (July 20, 2021)
1919

2020
FEATURES:
2121

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))
2525

2626
ENHANCEMENTS:
2727

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))
3636

3737
BUGFIXES:
3838

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))
4343

4444

4545

0 commit comments

Comments
 (0)