From 49029c751cbd532bdffea3db55db8c0a4ade6a28 Mon Sep 17 00:00:00 2001 From: Olivier Gonzalez <52092-gonzoyumo@users.noreply.gitlab.com> Date: Fri, 9 Feb 2024 22:52:35 +0000 Subject: [PATCH] Deprecate License Scanning CI artifact report type --- ...te-license-scanning-report-artifact-type.yml | 12 ++++++++++++ doc/update/deprecations.md | 17 +++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 data/deprecations/16-9-deprecate-license-scanning-report-artifact-type.yml diff --git a/data/deprecations/16-9-deprecate-license-scanning-report-artifact-type.yml b/data/deprecations/16-9-deprecate-license-scanning-report-artifact-type.yml new file mode 100644 index 0000000000000..7f9cfa195da48 --- /dev/null +++ b/data/deprecations/16-9-deprecate-license-scanning-report-artifact-type.yml @@ -0,0 +1,12 @@ +- title: "Deprecate License Scanning CI/CD artifact report type" + removal_milestone: "18.0" + announcement_milestone: "16.9" + breaking_change: true + reporter: gonzoyumo + stage: secure + issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/439301 + body: | # (required) Don't change this line. + The CI/CD [artifact report](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html) type is deprecated in GitLab 16.9, and will be removed in GitLab 18.0. CI/CD configurations using this keyword will stop working in GitLab 18.0. + + The artifact report type is no longer used because of the removal of the legacy License Scanning CI/CD job in GitLab 16.3. + Instead, you should use [License scanning of CycloneDX files](https://docs.gitlab.com/ee/user/compliance/license_scanning_of_cyclonedx_files/). diff --git a/doc/update/deprecations.md b/doc/update/deprecations.md index f55e9919d9bcf..dbb3d07931b2d 100644 --- a/doc/update/deprecations.md +++ b/doc/update/deprecations.md @@ -69,6 +69,23 @@ next major release, GitLab 18.0. This gem sees very little use and its <div class="deprecation breaking-change" data-milestone="18.0"> +### Deprecate License Scanning CI/CD artifact report type + +<div class="deprecation-notes"> +- Announced in GitLab <span class="milestone">16.9</span> +- Removal in GitLab <span class="milestone">18.0</span> ([breaking change](https://docs.gitlab.com/ee/update/terminology.html#breaking-change)) +- To discuss this change or learn more, see the [deprecation issue](https://gitlab.com/gitlab-org/gitlab/-/issues/439301). +</div> + +The CI/CD [artifact report](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html) type is deprecated in GitLab 16.9, and will be removed in GitLab 18.0. CI/CD configurations using this keyword will stop working in GitLab 18.0. + +The artifact report type is no longer used because of the removal of the legacy License Scanning CI/CD job in GitLab 16.3. +Instead, you should use [License scanning of CycloneDX files](https://docs.gitlab.com/ee/user/compliance/license_scanning_of_cyclonedx_files/). + +</div> + +<div class="deprecation breaking-change" data-milestone="18.0"> + ### Deprecate Terraform CI/CD templates <div class="deprecation-notes"> -- GitLab