Skip to content

Commit e62ec55

Browse files
Fix links in Changelog
1 parent bde9e10 commit e62ec55

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
@@ -2,55 +2,55 @@
22

33
FEATURES:
44

5-
* Add resource for project freeze periods #516
5+
* Add resource for project freeze periods ([#516](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#516 ))
66

77
ENHANCEMENTS:
88

9-
* Update go version and go-gitlab version #523
10-
* Support additional attributes in `gitlab_project_hook` #525
11-
* Link badges in README to proper workflows #527
12-
* gitlab_project: Check each push rule individually #531
13-
* Allow `full_path` in addition to `id` in gitlab_project data source #532
14-
* Update test fixtures for better usability #535
15-
* Check for state change on user delete #539
16-
* Increase gitlab_project import timeout #536
17-
* Add optional mirror options #554
18-
* Remove vendor folder #546
19-
* Add dependabot config #558
20-
* Fix EE tests actually running against CE #564
21-
* Fix EE test mounting license as a directory #568
9+
* Update go version and go-gitlab version ([#523](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#523))
10+
* Support additional attributes in `gitlab_project_hook` ([#525](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#525))
11+
* Link badges in README to proper workflows ([#527](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#527))
12+
* gitlab_project: Check each push rule individually ([#531](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#531))
13+
* Allow `full_path` in addition to `id` in gitlab_project data source ([#532](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#532))
14+
* Update test fixtures for better usability ([#535](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#535))
15+
* Check for state change on user delete ([#539](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#539))
16+
* Increase gitlab_project import timeout ([#536](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#536))
17+
* Add optional mirror options ([#554](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#554))
18+
* Remove vendor folder ([#546](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#546))
19+
* Add dependabot config ([#558](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#558))
20+
* Fix EE tests actually running against CE ([#564](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#564))
21+
* Fix EE test mounting license as a directory ([#568](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#568))
2222

2323
BUG FIXES:
2424

25-
* fix deploy_token expiration #510
26-
* Fix group_share_group nil pointer reference #555
25+
* fix deploy_token expiration ([#510](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#510))
26+
* Fix group_share_group nil pointer reference ([#555](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#555))
2727

2828
## 3.4.0 (Jan 14, 2021)
2929

3030
FEATURES:
3131

32-
* Support sharing a group with another group #511
33-
* Support Project Mirroring #512
32+
* Support sharing a group with another group ([#511](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#511))
33+
* Support Project Mirroring ([#512](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#512))
3434

3535
## 3.3.0 (Nov 30, 2020)
3636

3737
FEATURES:
3838

39-
* Support instance level CI variables #389
39+
* Support instance level CI variables ([#389](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#389))
4040

4141
ENHANCEMENTS
4242

43-
* Add the pages_access_level parameter #472
44-
* Do not fail when project member does not exist #473
45-
* Make the runners_token on the project secret #474
46-
* Fix nil pointer dereference importing gitlab_user #490
47-
* Fix unit and acceptance tests not running #495
43+
* Add the pages_access_level parameter ([#472](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#472))
44+
* Do not fail when project member does not exist ([#473](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#473))
45+
* Make the runners_token on the project secret ([#474](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#474))
46+
* Fix nil pointer dereference importing gitlab_user ([#490](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#490))
47+
* Fix unit and acceptance tests not running ([#495](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#495))
4848

4949
## 3.2.0 (Nov 20, 2020)
5050

5151
FEATURES:
5252

53-
* Project Approval Rules ([#250](https://github.com/gitlabhq/terraform-provider-gitlab/pull/250))
53+
* Project Approval Rules ([#250](https://github.com/gitlabhq/terraform-provider-gitlab/pull/https://github.com/gitlabhq/terraform-provider-gitlab/pull/250))
5454

5555
ENHANCEMENTS
5656

0 commit comments

Comments
 (0)