From a3fca787fbe3c1c3ec9b7160cc1d338533720faf Mon Sep 17 00:00:00 2001 From: Alana Bellucci Date: Tue, 1 Apr 2025 11:51:05 -0600 Subject: [PATCH 1/3] Updating Rename `setPreReceiveSecretDetection` GraphQL mutation to `setSecretPushProtection` --- data/deprecations/17-7-deprecate-SPPgraphqlmutation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/deprecations/17-7-deprecate-SPPgraphqlmutation.yml b/data/deprecations/17-7-deprecate-SPPgraphqlmutation.yml index 57faf252ab37a7..e22b55556c8a36 100644 --- a/data/deprecations/17-7-deprecate-SPPgraphqlmutation.yml +++ b/data/deprecations/17-7-deprecate-SPPgraphqlmutation.yml @@ -1,7 +1,7 @@ - title: "Rename `setPreReceiveSecretDetection` GraphQL mutation to `setSecretPushProtection`" removal_milestone: "18.0" announcement_milestone: "17.7" - breaking_change: true + breaking_change: false window: 3 reporter: abellucci stage: application_security_testing -- GitLab From b54113871a98061945232c6f17349f03b2543f05 Mon Sep 17 00:00:00 2001 From: Serena Fang Date: Tue, 1 Apr 2025 16:11:37 -0500 Subject: [PATCH 2/3] Recompile deprecations doc --- doc/update/deprecations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/update/deprecations.md b/doc/update/deprecations.md index 1149ab95e052d4..c2e90b52ee07ed 100644 --- a/doc/update/deprecations.md +++ b/doc/update/deprecations.md @@ -1841,14 +1841,14 @@ In 18.0 we are removing the `duoProAssignedUsersCount` GraphQL field. Users may -
+
### Rename `setPreReceiveSecretDetection` GraphQL mutation to `setSecretPushProtection`
- Announced in GitLab 17.7 -- Removal in GitLab 18.0 ([breaking change](https://docs.gitlab.com/update/terminology/#breaking-change)) +- Removal in GitLab 18.0 - To discuss this change or learn more, see the [deprecation issue](https://gitlab.com/gitlab-org/gitlab/-/issues/514414).
-- GitLab From d84672df914f434d7f9266b21647097baacd16f4 Mon Sep 17 00:00:00 2001 From: Serena Fang Date: Tue, 1 Apr 2025 16:52:32 -0500 Subject: [PATCH 3/3] Recompile breaking windows docs --- doc/update/breaking_windows.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/update/breaking_windows.md b/doc/update/breaking_windows.md index b917c0a83cd6a6..27d97a93e38ac0 100644 --- a/doc/update/breaking_windows.md +++ b/doc/update/breaking_windows.md @@ -83,7 +83,6 @@ This window takes place on May 5 - 7, 2025 from 09:00 UTC to 22:00 UTC. | [GraphQL `target` field for to-do items replaced with `targetEntity`](https://gitlab.com/gitlab-org/gitlab/-/issues/484987) | Low | Foundations | Project | | [`ciJobTokenScopeAddProject` GraphQL mutation is deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/474175) | Low | Govern | Project | | [Removal of `migrationState` field in `ContainerRepository` GraphQL API](https://gitlab.com/gitlab-org/gitlab/-/issues/459869) | Low | Package | Project | -| [Rename `setPreReceiveSecretDetection` GraphQL mutation to `setSecretPushProtection`](https://gitlab.com/gitlab-org/gitlab/-/issues/514414) | Medium | Application_security_testing | Project | | [Updated tooling to release CI/CD components to the Catalog](https://gitlab.com/groups/gitlab-org/-/epics/12788) | High | Verify | Instance | | [Increased default security for use of pipeline variables](https://gitlab.com/gitlab-org/gitlab/-/issues/502382) | Medium | Verify | Project | | [Amazon S3 Signature Version 2](https://gitlab.com/gitlab-org/container-registry/-/issues/1449) | Low | Package | Project | -- GitLab