From edaa33dee2ff2f7ea3fac488d41558eb5f86d68c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 20 Jan 2022 09:16:11 +0000 Subject: Add latest changes from gitlab-org/gitlab@14-7-stable-ee --- data/deprecations/14-7-deprecate-artifacts-keyword.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/deprecations/14-7-deprecate-artifacts-keyword.yml (limited to 'data/deprecations/14-7-deprecate-artifacts-keyword.yml') diff --git a/data/deprecations/14-7-deprecate-artifacts-keyword.yml b/data/deprecations/14-7-deprecate-artifacts-keyword.yml new file mode 100644 index 00000000000..cbd1a6d41e5 --- /dev/null +++ b/data/deprecations/14-7-deprecate-artifacts-keyword.yml @@ -0,0 +1,16 @@ +- name: "Removal of `artifacts:report:cobertura` keyword" + announcement_milestone: "14.7" + announcement_date: "2022-01-22" + removal_milestone: "15.0" + removal_date: "2022-05-22" + breaking_change: false + body: | + Currently, test coverage visualizations in GitLab only support Cobertura reports. Starting 15.0, the + `artifacts:report:cobertura` keyword will be replaced by + [`artifacts:reports:coverage_report`](https://gitlab.com/gitlab-org/gitlab/-/issues/344533). Cobertura will be the + only supported report file in 15.0, but this is the first step towards GitLab supporting other report types. + +# The following items are not published on the docs page, but may be used in the future. + stage: Verify + issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/348980 + documentation_url: https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscobertura -- cgit v1.2.1