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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
## 18.8.1 (2026-01-18)
2
+
3
+
### IMPROVEMENTS (2 change)
4
+
5
+
- resource/gitlab_project_hook: [Support vulnerability events in gitlab project hooks](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/commit/edb664b932f0cd4d54e0e7503be8081864274e7d) by @nopejs ([merge request](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/merge_requests/2875))
6
+
- resource/gitlab_group_hook: [Support vulnerability events in gitlab group hooks](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/commit/edb664b932f0cd4d54e0e7503be8081864274e7d) by @nopejs ([merge request](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/merge_requests/2875))
7
+
8
+
### BUG FIXES (2 change)
9
+
10
+
- resource/gitlab_group_service_account_access_token: [Fix a bug where service accounts with more than 20 access tokens could show a replace operation when one was not needed](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/commit/0ecf2f4f0216e4f2b5e837bb197d7305f3e2f2fc) by @PatrickRice ([merge request](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/merge_requests/2872))
11
+
- resource/gitlab_group_service_account_access_token: [Fix a bug where group full namespace values caused errors when used with `group` instead of the ID](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/commit/0ecf2f4f0216e4f2b5e837bb197d7305f3e2f2fc) by @PatrickRice ([merge request](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/merge_requests/2872))
Copy file name to clipboardExpand all lines: docs/data-sources/group_hook.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,4 +56,5 @@ data "gitlab_group_hook" "example" {
56
56
-`tag_push_events` (Boolean) Invoke the hook for tag push events.
57
57
-`token` (String, Deprecated) A token to present when invoking the hook. The token is only available on resource creation, not in this datasource. It will always be blank. To be removed in 19.0.
58
58
-`url` (String) The url of the hook to invoke.
59
+
-`vulnerability_events` (Boolean) Invoke the hook for vulnerability events.
59
60
-`wiki_page_events` (Boolean) Invoke the hook for wiki page events.
Copy file name to clipboardExpand all lines: docs/data-sources/group_hooks.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,4 +63,5 @@ Read-Only:
63
63
-`tag_push_events` (Boolean) Invoke the hook for tag push events.
64
64
-`token` (String, Deprecated) A token to present when invoking the hook. The token is only available on resource creation, not in this datasource. It will always be blank. To be removed in 19.0.
65
65
-`url` (String) The url of the hook to invoke.
66
+
-`vulnerability_events` (Boolean) Invoke the hook for vulnerability events.
66
67
-`wiki_page_events` (Boolean) Invoke the hook for wiki page events.
Copy file name to clipboardExpand all lines: docs/data-sources/project_hook.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,4 +54,5 @@ data "gitlab_project_hook" "example" {
54
54
-`tag_push_events` (Boolean) Invoke the hook for tag push events.
55
55
-`token` (String, Sensitive, Deprecated) A token to present when invoking the hook. The token is only available on resource creation, not in this datasource. It will always be blank. To be removed in 19.0.
56
56
-`url` (String) The url of the hook to invoke.
57
+
-`vulnerability_events` (Boolean) Invoke the hook for vulnerability events.
57
58
-`wiki_page_events` (Boolean) Invoke the hook for wiki page events.
Copy file name to clipboardExpand all lines: docs/data-sources/project_hooks.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,4 +61,5 @@ Read-Only:
61
61
-`tag_push_events` (Boolean) Invoke the hook for tag push events.
62
62
-`token` (String, Sensitive, Deprecated) A token to present when invoking the hook. The token is only available on resource creation, not in this datasource. It will always be blank. Will be removed in 19.0.
63
63
-`url` (String) The url of the hook to invoke.
64
+
-`vulnerability_events` (Boolean) Invoke the hook for vulnerability events.
64
65
-`wiki_page_events` (Boolean) Invoke the hook for wiki page events.
-`active` (Boolean) Whether the integration is active.
53
55
-`created_at` (String) The ISO8601 date/time that this integration was activated at in UTC.
54
-
-`id` (String) The ID of this resource.
56
+
-`id` (String) The ID of this Terraform resource. In the format of `<project>`.
55
57
-`slug` (String) The name of the integration in lowercase, shortened to 63 bytes, and with everything except 0-9 and a-z replaced with -. No leading / trailing -. Use in URLs, host names and domain names.
56
58
-`title` (String) Title of the integration.
57
59
-`updated_at` (String) The ISO8601 date/time that this integration was last updated at in UTC.
-`active` (Boolean) Whether the integration is active.
50
55
-`created_at` (String) The ISO8601 date/time that this integration was activated at in UTC.
51
-
-`id` (String) The ID of this resource.
56
+
-`id` (String) The ID of this Terraform resource. In the format of `<project>`.
52
57
-`slug` (String) The name of the integration in lowercase, shortened to 63 bytes, and with everything except 0-9 and a-z replaced with -. No leading / trailing -. Use in URLs, host names and domain names.
53
58
-`title` (String) Title of the integration.
54
59
-`updated_at` (String) The ISO8601 date/time that this integration was last updated at in UTC.
0 commit comments