You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
## 1.0.0 (Unreleased)
1
+
## 1.0.0 (October 06, 2017)
2
2
3
3
BACKWARDS INCOMPATIBILITIES:
4
4
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))
6
6
* We now support Parent ID for `gitlab_groups`. However, due to a limitation in
7
7
the gitlab API, changing a Parent ID requires destroying and recreating the
8
8
group. Since previous versions of this provider did not support it, there are
9
9
chances that terraform will try do delete all your nested group when you
10
10
update to 1.0.0. A workaround to prevent this is to use the `ignore_changes`
* 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))
0 commit comments