summaryrefslogtreecommitdiff
path: root/doc/update/removals.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-11 06:08:35 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-11 06:08:35 +0000
commitce567e98da6118031576d9084d3e05473746e4c6 (patch)
tree309e718e82728366d7f36f17fd3caf6b5d7db71d /doc/update/removals.md
parent2536b66276bb72e64d185c07d7f62f9d4b1ff91f (diff)
downloadgitlab-ce-ce567e98da6118031576d9084d3e05473746e4c6.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/update/removals.md')
-rw-r--r--doc/update/removals.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/update/removals.md b/doc/update/removals.md
index 5c877062fb2..957790733c3 100644
--- a/doc/update/removals.md
+++ b/doc/update/removals.md
@@ -235,6 +235,18 @@ From GitLab 15.9, all Release links are external. The `external` field in the Re
As of GitLab 16.0, GitLab Runner images based on Windows Server 2004 and 20H2 will not be provided as these operating systems are end-of-life.
+### Two DAST API variables have been removed
+
+WARNING:
+This is a [breaking change](https://docs.gitlab.com/ee/development/deprecation_guidelines/).
+Review the details carefully before upgrading.
+
+The variables `DAST_API_HOST_OVERRIDE` and `DAST_API_SPECIFICATION` have been removed from use for DAST API scans.
+
+`DAST_API_HOST_OVERRIDE` has been removed in favor of using the `DAST_API_TARGET_URL` to automatically override the host in the OpenAPI specification.
+
+`DAST_API_SPECIFICATION` has been removed in favor of `DAST_API_OPENAPI`. To continue using an OpenAPI specification to guide the test, users must replace the `DAST_API_SPECIFICATION` variable with the `DAST_API_OPENAPI` variable. The value can remain the same, but the variable name must be replaced.
+
### Use of `id` field in vulnerabilityFindingDismiss mutation
WARNING: