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
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/14_0/remove_dast_template_stages.yml')
-rw-r--r--data/removals/14_0/remove_dast_template_stages.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/removals/14_0/remove_dast_template_stages.yml b/data/removals/14_0/remove_dast_template_stages.yml
new file mode 100644
index 00000000000..0f72091735d
--- /dev/null
+++ b/data/removals/14_0/remove_dast_template_stages.yml
@@ -0,0 +1,6 @@
+- name: "Remove DAST default template stages"
+ removal_date: "2021-06-22"
+ removal_milestone: "14.0"
+ reporter: derekferguson
+ body: |
+ In GitLab 14.0, we've removed the stages defined in the current `DAST.gitlab-ci.yml` template to avoid the situation where the template overrides manual changes made by DAST users. We're making this change in response to customer issues where the stages in the template cause problems when used with customized DAST configurations. Because of this removal, `gitlab-ci.yml` configurations that do not specify a `dast` stage must be updated to include this stage.