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/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-15 09:07:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-15 09:07:38 +0300
commit9cf113df885ac8959b9fab3aab5e50e2532fef75 (patch)
treeff01cde110caa61ec5ceb389ac6d53661abee6ec /doc
parent5c599896773669c8671fd14f79b96d9cd50ccab8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r--doc/update/deprecations.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/update/deprecations.md b/doc/update/deprecations.md
index bc1d6332b7a..83b95ee1033 100644
--- a/doc/update/deprecations.md
+++ b/doc/update/deprecations.md
@@ -161,6 +161,32 @@ During the transition to the GitLab Observability UI, we will migrate the [GitLa
<div class="deprecation removal-170 breaking-change">
+### Filepath field in Releases and Release Links APIs
+
+Planned removal: GitLab <span class="removal-milestone">17.0</span> <span class="removal-date"></span>
+
+WARNING:
+This is a [breaking change](https://docs.gitlab.com/ee/development/deprecation_guidelines/).
+Review the details carefully before upgrading.
+
+Support for specifying a `filepath` for a direct asset link in the [Releases API](https://docs.gitlab.com/ee/api/releases)
+and [Release Links API](https://docs.gitlab.com/ee/api/releases/links.html) is deprecated in GitLab 15.9 and will be
+removed in GitLab 17.0. GitLab introduced a new field called `direct_asset_path` in GitLab 15.9 to replace `filepath`
+until it is finally removed.
+
+To avoid any disruptions, you should replace `filepath` with `direct_asset_path` in your calls to the following endpoints:
+
+- Releases API:
+ - [Create a release](https://docs.gitlab.com/ee/api/releases/#create-a-release)
+ - [Download a release asset](https://docs.gitlab.com/ee/api/releases/#download-a-release-asset)
+- Release Links API:
+ - [Create a release link](https://docs.gitlab.com/ee/api/releases/links.html#create-a-release-link)
+ - [Update a release link](https://docs.gitlab.com/ee/api/releases/links.html#update-a-release-link)
+
+</div>
+
+<div class="deprecation removal-170 breaking-change">
+
### GitLab Runner platforms and setup instructions in GraphQL API
Planned removal: GitLab <span class="removal-milestone">17.0</span> <span class="removal-date"></span>