Skip to content

Commit 6138b5a

Browse files
Update docs for v16.8.1 release
1 parent ed5d26e commit 6138b5a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 16.8.1 (2024-01-24)
2+
3+
This release was tested against GitLab 16.6, 16.7, and 16.8 for both CE and EE
4+
5+
BUG FIXES:
6+
7+
- resource/gitlab_compliance_framework: Improved permissions-based error handling for the resource, so permissions errors don't result in a "provider error" warning ([!6193](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/issues/6193))
8+
- resource/gitlab_pipeline_schedule: Fixed an issue with `take_ownership = true` where the ownership would only be updated when a separate attribute change was identified. The provider will now always assume ownership even if no other changes are identified ([!1765](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/merge_requests/1765))
9+
110
## 16.8.0 (2024-01-18)
211

312
This release was tested against GitLab 16.6, 16.7, and 16.8 for both CE and EE
@@ -9,7 +18,7 @@ BREAKING CHANGE:
918
IMPROVEMENTS:
1019

1120
- **New Resource** `gitlab_global_level_notifications` allows managing global notifications for the user ([!1801](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/merge_requests/1801))
12-
- resource/gitlab_project: Added support for the `timeouts` block, to allow configurable timeouts for creating projects ([]())
21+
- resource/gitlab_project: Added support for the `timeouts` block, to allow configurable timeouts for creating projects ([!1797](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/merge_requests/1797))
1322
- resource/gitlab_application_settings: Added support for `housekeeping_optimize_repository_period`, and updated the description of `housekeeping_enabled` to be more descriptive of what fields were required for a successful apply ([!1777](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/merge_requests/1777))
1423
- datasource/gitlab_project: Added support for `shared_with_groups` which includes groups that are shared with the project ([!1795](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/merge_requests/1795))
1524
- datasource/gitlab_group: Added support for `shared_with_groups` which includes groups that are shared with the group ([!1769](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/merge_requests/1769))

docs/resources/pipeline_schedule.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ resource "gitlab_pipeline_schedule" "example" {
4242

4343
### Read-Only
4444

45-
- `id` (String) The ID of this resource.
45+
- `id` (String) The ID of this Terraform resource. In the format of `<project-id>:<pipeline-schedule-id>`.
4646
- `owner` (Number) The ID of the user that owns the pipeline schedule.
4747
- `pipeline_schedule_id` (Number) The pipeline schedule id.
4848

0 commit comments

Comments
 (0)