Skip to content

Commit 23a0047

Browse files
author
tf-release-bot
committed
v1.0.0
1 parent 1564613 commit 23a0047

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
## 1.0.0 (Unreleased)
1+
## 1.0.0 (October 06, 2017)
22

33
BACKWARDS INCOMPATIBILITIES:
44

5-
* This provider now uses the v4 api. It means that if you set up a custom API url, you need to update it to use the /api/v4 url. As a side effect, we no longer support Gitlab < 9.0. [GH-20]
5+
* This provider now uses the v4 api. It means that if you set up a custom API url, you need to update it to use the /api/v4 url. As a side effect, we no longer support Gitlab < 9.0. ([#20](https://github.com/terraform-providers/terraform-provider-gitlab/issues/20))
66
* We now support Parent ID for `gitlab_groups`. However, due to a limitation in
77
the gitlab API, changing a Parent ID requires destroying and recreating the
88
group. Since previous versions of this provider did not support it, there are
99
chances that terraform will try do delete all your nested group when you
1010
update to 1.0.0. A workaround to prevent this is to use the `ignore_changes`
11-
lifecycle parameter. [GH-28]
11+
lifecycle parameter. ([#28](https://github.com/terraform-providers/terraform-provider-gitlab/issues/28))
1212

1313
```
1414
resource "gitlab_group" "nested_group" {
@@ -22,18 +22,18 @@ resource "gitlab_group" "nested_group" {
2222

2323
FEATURES:
2424

25-
* **New Resource:** `gitlab_user` [GH-23]
26-
* **New Resource:** `gitlab_label` [GH-22]
25+
* **New Resource:** `gitlab_user` ([#23](https://github.com/terraform-providers/terraform-provider-gitlab/issues/23))
26+
* **New Resource:** `gitlab_label` ([#22](https://github.com/terraform-providers/terraform-provider-gitlab/issues/22))
2727

2828
IMPROVEMENTS:
2929

30-
* Add `cacert_file` and `insecure` options to the provider. [GH-5]
31-
* Fix race conditions with `gitlab_project` deletion. [GH-19]
32-
* Add `parent_id` argument to `gitlab_group`. [GH-28]
33-
* Add support for `gitlab_project` import. [GH-30]
34-
* Add support for `gitlab_groups` import. [GH-31]
35-
* Add `path` argument for `gitlab_project`. [GH-21]
36-
* Fix indempotency issue with `gitlab_deploy_key` and white spaces. [GH-34]
30+
* Add `cacert_file` and `insecure` options to the provider. ([#5](https://github.com/terraform-providers/terraform-provider-gitlab/issues/5))
31+
* Fix race conditions with `gitlab_project` deletion. ([#19](https://github.com/terraform-providers/terraform-provider-gitlab/issues/19))
32+
* Add `parent_id` argument to `gitlab_group`. ([#28](https://github.com/terraform-providers/terraform-provider-gitlab/issues/28))
33+
* Add support for `gitlab_project` import. ([#30](https://github.com/terraform-providers/terraform-provider-gitlab/issues/30))
34+
* Add support for `gitlab_groups` import. ([#31](https://github.com/terraform-providers/terraform-provider-gitlab/issues/31))
35+
* Add `path` argument for `gitlab_project`. ([#21](https://github.com/terraform-providers/terraform-provider-gitlab/issues/21))
36+
* Fix indempotency issue with `gitlab_deploy_key` and white spaces. ([#34](https://github.com/terraform-providers/terraform-provider-gitlab/issues/34))
3737

3838
## 0.1.0 (June 20, 2017)
3939

0 commit comments

Comments
 (0)