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
path: root/data
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-11 03:08:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-11 03:08:09 +0300
commita18ca85c05efe431c3a1faf6c9f4257638b73493 (patch)
treeab088ce168ac378f8224c821f33f500b28369df5 /data
parent853e0ceb61507ce55521776c84bc77b4e802c66e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-rw-r--r--data/deprecations/16-8-deprecate-license-list.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/deprecations/16-8-deprecate-license-list.yml b/data/deprecations/16-8-deprecate-license-list.yml
new file mode 100644
index 00000000000..a5955c60361
--- /dev/null
+++ b/data/deprecations/16-8-deprecate-license-list.yml
@@ -0,0 +1,16 @@
+- title: "License List is deprecated"
+ removal_milestone: "17.0"
+ announcement_milestone: "16.8"
+ breaking_change: true
+ reporter: abellucci
+ stage: govern
+ issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/436100
+ body: | # (required) Don't change this line.
+ Today in GitLab you can see a list of all of the licenses your project and the components that
+ use that license on the License List. As of 16.8, the License List
+ is deprecated and scheduled to be removed in 17.0 as a breaking change.
+ With the release of the [Group Dependency List](https://docs.gitlab.com/ee/user/application_security/dependency_list/)
+ and the ability to filter by license on the project and group Dependency List, you can now
+ access all of the licenses your project or group is using on the Dependency List.
+ tiers: [Gold, Ultimate]
+ documentation_url: https://docs.gitlab.com/ee/user/compliance/license_list.html