summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-15 12:07:58 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-15 12:07:58 +0000
commitf26f31d2fd8e3c91677e2629293b9e0562c1437a (patch)
tree5a689004863bee4374c16920663221ea81afe664 /data
parent50e177d19bdeeb0fcc7b129b9c30841454df240b (diff)
downloadgitlab-ce-f26f31d2fd8e3c91677e2629293b9e0562c1437a.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-rw-r--r--data/deprecations/15-9-deprecate-external-field-in-releases-and-release-links-apis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/deprecations/15-9-deprecate-external-field-in-releases-and-release-links-apis.yml b/data/deprecations/15-9-deprecate-external-field-in-releases-and-release-links-apis.yml
new file mode 100644
index 00000000000..9415cac6ca6
--- /dev/null
+++ b/data/deprecations/15-9-deprecate-external-field-in-releases-and-release-links-apis.yml
@@ -0,0 +1,13 @@
+- title: "External field in Releases and Release Links APIs"
+ announcement_milestone: "15.9"
+ announcement_date: "2023-02-22"
+ removal_milestone: "16.0"
+ removal_date: "2023-05-22"
+ breaking_change: true
+ reporter: ahmed.hemdan
+ body: |
+ In [Releases API](https://docs.gitlab.com/ee/api/releases) and [Release Links API](https://docs.gitlab.com/ee/api/releases/links.html), the `external` field was used to indicate whether a [release link](https://docs.gitlab.com/ee/user/project/releases/release_fields.html#links) is internal or external to your GitLab instance.
+ As of GitLab 15.9, we treat all release links as external, and therefore, this field is deprecated in GitLab 15.9, and will be removed in GitLab 16.0.
+ To avoid any disruptions to your workflow, please stop using the `external` field because it will be removed and will not be replaced.
+ stage: Release
+ issue_url: