|
2 | 2 |
|
3 | 3 | FEATURES:
|
4 | 4 |
|
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 )) |
6 | 6 |
|
7 | 7 | ENHANCEMENTS:
|
8 | 8 |
|
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)) |
22 | 22 |
|
23 | 23 | BUG FIXES:
|
24 | 24 |
|
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)) |
27 | 27 |
|
28 | 28 | ## 3.4.0 (Jan 14, 2021)
|
29 | 29 |
|
30 | 30 | FEATURES:
|
31 | 31 |
|
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)) |
34 | 34 |
|
35 | 35 | ## 3.3.0 (Nov 30, 2020)
|
36 | 36 |
|
37 | 37 | FEATURES:
|
38 | 38 |
|
39 |
| -* Support instance level CI variables #389 |
| 39 | +* Support instance level CI variables ([#389](https://github.com/gitlabhq/terraform-provider-gitlab/pull/#389)) |
40 | 40 |
|
41 | 41 | ENHANCEMENTS
|
42 | 42 |
|
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)) |
48 | 48 |
|
49 | 49 | ## 3.2.0 (Nov 20, 2020)
|
50 | 50 |
|
51 | 51 | FEATURES:
|
52 | 52 |
|
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)) |
54 | 54 |
|
55 | 55 | ENHANCEMENTS
|
56 | 56 |
|
|
0 commit comments