Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-18 06:07:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-18 06:07:57 +0300
commit40c103c53fcc97e0a94ed7744f247318c14492c0 (patch)
treefba8c370c1f81e957c0907c8cef8f1bfb0499a54 /doc
parentdcb4c54b9dc267c1a8d4389fb70913ec33fdb93a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r--doc/update/deprecations.md34
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/update/deprecations.md b/doc/update/deprecations.md
index 9fffc3129f4..ecf0f68de0e 100644
--- a/doc/update/deprecations.md
+++ b/doc/update/deprecations.md
@@ -702,6 +702,23 @@ You can still access unified approval rules with the API.
<div class="deprecation breaking-change" data-milestone="17.0">
+### Vulnerability confidence field
+
+<div class="deprecation-notes">
+- Announced in: GitLab <span class="milestone">15.4</span>
+- This is a [breaking change](https://docs.gitlab.com/ee/development/deprecation_guidelines/).
+- To discuss this change or learn more, see the [deprecation issue](https://gitlab.com/gitlab-org/gitlab/-/issues/372332).
+</div>
+
+In GitLab 15.3, [security report schemas below version 15 were deprecated](https://docs.gitlab.com/ee/update/deprecations.html#security-report-schemas-version-14xx).
+The `confidence` attribute on vulnerability findings exists only in schema versions before `15-0-0`, and therefore is effectively deprecated since GitLab 15.4 supports schema version `15-0-0`. To maintain consistency
+between the reports and our public APIs, the `confidence` attribute on any vulnerability-related components of our GraphQL API is now deprecated and will be
+removed in 17.0.
+
+</div>
+
+<div class="deprecation breaking-change" data-milestone="17.0">
+
### `runnerRegistrationToken` parameter for GitLab Runner Helm Chart
<div class="deprecation-notes">
@@ -2243,23 +2260,6 @@ Moving forward, we'll continue to invest in developing and releasing new feature
<div class="deprecation breaking-change" data-milestone="16.0">
-### Vulnerability confidence field
-
-<div class="deprecation-notes">
-- Announced in: GitLab <span class="milestone">15.4</span>
-- This is a [breaking change](https://docs.gitlab.com/ee/development/deprecation_guidelines/).
-- To discuss this change or learn more, see the [deprecation issue](https://gitlab.com/gitlab-org/gitlab/-/issues/372332).
-</div>
-
-In GitLab 15.3, [security report schemas below version 15 were deprecated](https://docs.gitlab.com/ee/update/deprecations.html#security-report-schemas-version-14xx).
-The `confidence` attribute on vulnerability findings exists only in schema versions before `15-0-0`, and therefore is effectively deprecated since GitLab 15.4 supports schema version `15-0-0`. To maintain consistency
-between the reports and our public APIs, the `confidence` attribute on any vulnerability-related components of our GraphQL API is now deprecated and will be
-removed in 16.0.
-
-</div>
-
-<div class="deprecation breaking-change" data-milestone="16.0">
-
### Work items path with global ID at the end of the path is deprecated
<div class="deprecation-notes">