diff --git a/data/deprecations/14-7-deprecate-artifacts-keyword.yml b/data/deprecations/14-7-deprecate-artifacts-keyword.yml index 29b5ec39193d99dcc5b2ea2c463ae1f0441c3d1d..26fd6b485df2385b7d66fe55ca9ab9af6a02735a 100644 --- a/data/deprecations/14-7-deprecate-artifacts-keyword.yml +++ b/data/deprecations/14-7-deprecate-artifacts-keyword.yml @@ -3,7 +3,7 @@ announcement_date: "2022-01-22" removal_milestone: "15.0" removal_date: "2022-05-22" - breaking_change: false + breaking_change: true body: | Currently, test coverage visualizations in GitLab only support Cobertura reports. Starting 15.0, the `artifacts:reports:cobertura` keyword will be replaced by diff --git a/data/removals/15_0/15-0-removal-artifacts-keyword.yml b/data/removals/15_0/15-0-removal-artifacts-keyword.yml index 29edd922eae61e891208dac7391c05db0bc5d95f..15c9a5ee27ada3ebb1d2f81a095afc8cbde55e08 100644 --- a/data/removals/15_0/15-0-removal-artifacts-keyword.yml +++ b/data/removals/15_0/15-0-removal-artifacts-keyword.yml @@ -3,7 +3,7 @@ announcement_date: "2022-02-22" removal_milestone: "15.0" removal_date: "2022-05-22" - breaking_change: false + breaking_change: true body: | As of GitLab 15.0, the [`artifacts:reports:cobertura`](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscobertura-removed) keyword has been [replaced](https://gitlab.com/gitlab-org/gitlab/-/issues/344533) by diff --git a/doc/update/deprecations.md b/doc/update/deprecations.md index a99ea1a3ef4e509b7c21316bc254e7d789b6e9bf..39ed17067e36bc1de6fe9a64eb4de6c17e3195c1 100644 --- a/doc/update/deprecations.md +++ b/doc/update/deprecations.md @@ -1496,12 +1496,16 @@ Tracing in GitLab is an integration with Jaeger, an open-source end-to-end distr </div> -<div class="deprecation removal-150"> +<div class="deprecation removal-150 breaking-change"> ### `artifacts:reports:cobertura` keyword Planned removal: GitLab <span class="removal-milestone">15.0</span> (2022-05-22) +WARNING: +This is a [breaking change](https://docs.gitlab.com/ee/development/contributing/#breaking-changes). +Review the details carefully before upgrading. + Currently, test coverage visualizations in GitLab only support Cobertura reports. Starting 15.0, the `artifacts:reports:cobertura` keyword will be replaced by [`artifacts:reports:coverage_report`](https://gitlab.com/gitlab-org/gitlab/-/issues/344533). Cobertura will be the diff --git a/doc/update/removals.md b/doc/update/removals.md index fa5c016d3ab263afb0afcb228f5597a61e22dfac..841b96f59b8a94034255427a7e52c996ceb5c184 100644 --- a/doc/update/removals.md +++ b/doc/update/removals.md @@ -621,6 +621,10 @@ The `Managed-Cluster-Applications.gitlab-ci.yml` CI/CD template is being removed ### `artifacts:reports:cobertura` keyword +WARNING: +This is a [breaking change](https://docs.gitlab.com/ee/development/contributing/#breaking-changes). +Review the details carefully before upgrading. + As of GitLab 15.0, the [`artifacts:reports:cobertura`](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscobertura-removed) keyword has been [replaced](https://gitlab.com/gitlab-org/gitlab/-/issues/344533) by [`artifacts:reports:coverage_report`](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscoverage_report).