Skip to content
Snippets Groups Projects
Verified Commit 9f0b0c08 authored by Serena Fang's avatar Serena Fang Committed by GitLab
Browse files

Add entry to deprecate gitguardian skip options

parent 0055635f
No related branches found
No related tags found
1 merge request!158004Add entry to deprecate gitguardian skip options
- title: "Rename options to skip GitGuardian secret detection" # The name of the feature to be deprecated
announcement_milestone: "17.3" # The milestone when this feature was first announced as deprecated.
removal_milestone: "18.0" # The milestone when this feature is planned to be removed
breaking_change: true
body: | # Do not modify this line, instead modify the lines below.
The options to skip GitGuardian secret detection, `[skip secret detection]` and `secret_detection.skip_all`, are deprecated and will be removed in GitLab 18.0. You should use `[skip secret push protection]` and `secret_push_protection.skip_all` instead.
# The following items are not published on the docs page, but may be used in the future.
stage: secure # (optional - may be required in the future) String value of the stage that the feature was created in. e.g., Growth
tiers: premium, ultimate # (optional - may be required in the future) An array of tiers that the feature is available in currently. e.g., [Free, Silver, Gold, Core, Premium, Ultimate]
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/470119 # (optional) This is a link to the deprecation issue in GitLab
documentation_url: https://docs.gitlab.com/ee/user/project/integrations/git_guardian.html#skip-secret-detection # (optional) This is a link to the current documentation page
image_url: # (optional) This is a link to a thumbnail image depicting the feature
video_url: # (optional) Use the youtube thumbnail URL with the structure of https://img.youtube.com/vi/UNIQUEID/hqdefault.jpg
......@@ -534,6 +534,22 @@ The `previousStageJobsOrNeeds` field in GraphQL will be removed as it has been r
<div class="deprecation breaking-change" data-milestone="18.0">
### Rename options to skip GitGuardian secret detection
<div class="deprecation-notes">
- Announced in GitLab <span class="milestone">17.3</span>
- Removal in GitLab <span class="milestone">18.0</span> ([breaking change](https://docs.gitlab.com/ee/update/terminology.html#breaking-change))
- To discuss this change or learn more, see the [deprecation issue](https://gitlab.com/gitlab-org/gitlab/-/issues/470119).
</div>
The options to skip GitGuardian secret detection, `[skip secret detection]` and `secret_detection.skip_all`, are deprecated and will be removed in GitLab 18.0. You should use `[skip secret push protection]` and `secret_push_protection.skip_all` instead.
</div>
<div class="deprecation breaking-change" data-milestone="18.0">
### Replace `threshold` with `maxretries` for container registry notifications
<div class="deprecation-notes">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment