diff --git a/data/deprecations/17-8-enforce-audit-event-api-keyset-pagination.yml b/data/deprecations/17-8-enforce-audit-event-api-keyset-pagination.yml index 0361fc16464c9d1205c2422580325193aa967d6d..96c1930c4e1da0814ffee5c9e6fb506978e176bc 100644 --- a/data/deprecations/17-8-enforce-audit-event-api-keyset-pagination.yml +++ b/data/deprecations/17-8-enforce-audit-event-api-keyset-pagination.yml @@ -1,12 +1,12 @@ - title: 'Enforce keyset pagination on audit event API' - removal_milestone: '18.0' + removal_milestone: '19.0' announcement_milestone: '17.8' breaking_change: true window: 1 reporter: nrosandich stage: Software Supply Chain Security issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/382338 - impact: low + impact: medium scope: instance, group, project body: | # (required) Don't change this line. The Audit Event APIs for instances, groups, and projects currently support optional keyset pagination. In GitLab 18.0 diff --git a/doc/update/breaking_windows.md b/doc/update/breaking_windows.md index b6db978287e30c9398835c33a53e264bf1b4d93d..4b0fe8517209363ba24285f05676b76da8258153 100644 --- a/doc/update/breaking_windows.md +++ b/doc/update/breaking_windows.md @@ -43,7 +43,6 @@ This window takes place on April 21 - 23, 2025 from 09:00 UTC to 22:00 UTC. | [Deprecation of `name` field in `ProjectMonthlyUsageType` GraphQL API](https://gitlab.com/gitlab-org/gitlab/-/issues/381894) | Low | Fulfillment | Project | | [Deprecation of `STORAGE` enum in `NamespaceProjectSortEnum` GraphQL API](https://gitlab.com/gitlab-org/gitlab/-/issues/396284) | Low | Fulfillment | Group | | [Workspaces `editor` GraphQL field is deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/508155) | Low | Create | Project | -| [Enforce keyset pagination on audit event API](https://gitlab.com/gitlab-org/gitlab/-/issues/382338) | Low | Software supply chain security | Instance, group, project | | [Fix typo in user profile visibility updated audit event type](https://gitlab.com/gitlab-org/gitlab/-/issues/474386) | Low | Software supply chain security | Instance | | [DAST `dast_devtools_api_timeout` will have a lower default value](https://gitlab.com/gitlab-org/gitlab/-/issues/517254) | Low | Application security testing | Project | | [API Discovery will use branch pipelines by default](https://gitlab.com/gitlab-org/gitlab/-/issues/515487) | Low | Application_security_testing | Project | diff --git a/doc/update/deprecations.md b/doc/update/deprecations.md index 68a5a07fd9ed51a0cc64b96064d6863565222f28..111979de990064dbe7651ef9c3399a13744f7347 100644 --- a/doc/update/deprecations.md +++ b/doc/update/deprecations.md @@ -244,6 +244,23 @@ See the corresponding [deprecation announcement](https://docs.gitlab.com/update/
+### Enforce keyset pagination on audit event API + +
+ +- Announced in GitLab 17.8 +- Removal in GitLab 19.0 ([breaking change](https://docs.gitlab.com/update/terminology/#breaking-change)) +- To discuss this change or learn more, see the [deprecation issue](https://gitlab.com/gitlab-org/gitlab/-/issues/382338). + +
+ +The Audit Event APIs for instances, groups, and projects currently support optional keyset pagination. In GitLab 18.0 +we will enforce keyset pagination on these APIs. + +
+ +
+ ### GitLab Self-Managed certificate-based integration with Kubernetes
@@ -1020,23 +1037,6 @@ upgrading to 18.0 to avoid disruptions to your CI/CD pipelines.
-### Enforce keyset pagination on audit event API - -
- -- Announced in GitLab 17.8 -- Removal in GitLab 18.0 ([breaking change](https://docs.gitlab.com/update/terminology/#breaking-change)) -- To discuss this change or learn more, see the [deprecation issue](https://gitlab.com/gitlab-org/gitlab/-/issues/382338). - -
- -The Audit Event APIs for instances, groups, and projects currently support optional keyset pagination. In GitLab 18.0 -we will enforce keyset pagination on these APIs. - -
- -
- ### Fix typo in user profile visibility updated audit event type