debian-mirror-gitlab/data/removals/14_0/remove_dast_template_stages.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
622 B
YAML
Raw Normal View History

2022-04-04 11:22:00 +05:30
- name: "DAST default template stages"
2022-03-02 08:16:31 +05:30
removal_date: "2021-06-22"
removal_milestone: "14.0"
reporter: derekferguson
2022-04-04 11:22:00 +05:30
breaking_change: true
2022-03-02 08:16:31 +05:30
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.