summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-03-23 11:08:56 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-23 11:08:56 +0000
commit60e912453247fce53f0ed975f675b9f48bcfb54f (patch)
tree894e0048bee8bb5c065a8c0ac0eaa640dc667d70 /data
parent77d81d7c756bf5b9e4f25aea294973b0d3b550da (diff)
downloadgitlab-ce-60e912453247fce53f0ed975f675b9f48bcfb54f.tar.gz
Add latest changes from gitlab-org/gitlab@14-9-stable-ee
Diffstat (limited to 'data')
-rw-r--r--data/deprecations/14-9-background-upload.yml20
-rw-r--r--data/deprecations/14-9-deprecate-debian-9.yml7
-rw-r--r--data/deprecations/14-9-global-search-deprecate-user-email-lookup-limit.yml11
3 files changed, 38 insertions, 0 deletions
diff --git a/data/deprecations/14-9-background-upload.yml b/data/deprecations/14-9-background-upload.yml
new file mode 100644
index 00000000000..337d5f89c77
--- /dev/null
+++ b/data/deprecations/14-9-background-upload.yml
@@ -0,0 +1,20 @@
+- name: "Background upload for object storage"
+ announcement_milestone: "14.9"
+ announcement_date: "2022-03-22"
+ removal_milestone: "15.0"
+ removal_date: "2022-05-22"
+ breaking_change: true
+ reporter: fzimmer
+ body: | # Do not modify this line, instead modify the lines below.
+ To reduce the overall complexity and maintenance burden of GitLab's [object storage feature](https://docs.gitlab.com/ee/administration/object_storage.html), support for using `background_upload` to upload files is deprecated and will be fully removed in GitLab 15.0.
+
+ This impacts a small subset of object storage providers:
+
+ - **OpenStack** Customers using OpenStack need to change their configuration to use the S3 API instead of Swift.
+ - **RackSpace** Customers using RackSpace-based object storage need to migrate data to a different provider.
+
+ GitLab will publish additional guidance to assist affected customers in migrating.
+ stage: Enablement
+ tiers: [Core, Premium, Ultimate]
+ issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/26600
+ documentation_url: https://docs.gitlab.com/ee/administration/object_storage.html
diff --git a/data/deprecations/14-9-deprecate-debian-9.yml b/data/deprecations/14-9-deprecate-debian-9.yml
new file mode 100644
index 00000000000..8f512393aa4
--- /dev/null
+++ b/data/deprecations/14-9-deprecate-debian-9.yml
@@ -0,0 +1,7 @@
+- name: "Deprecate support for Debian 9"
+ announcement_milestone: "14.9"
+ announcement_date: "2022-03-22"
+ removal_milestone: "15.1"
+ removal_date: "2022-06-22"
+ body: |
+ Long term service and support (LTSS) for [Debian 9 Stretch ends in July 2022](https://wiki.debian.org/LTS). Therefore, we will longer support the Debian 9 distribution for the GitLab package. Users can upgrade to Debian 10 or Debian 11.
diff --git a/data/deprecations/14-9-global-search-deprecate-user-email-lookup-limit.yml b/data/deprecations/14-9-global-search-deprecate-user-email-lookup-limit.yml
new file mode 100644
index 00000000000..2b986a11d47
--- /dev/null
+++ b/data/deprecations/14-9-global-search-deprecate-user-email-lookup-limit.yml
@@ -0,0 +1,11 @@
+- name: "user_email_lookup_limit API field"
+ announcement_milestone: "14.9"
+ announcement_date: "2022-03-22"
+ removal_milestone: "15.0"
+ removal_date: "2022-05-22"
+ breaking_change: true
+ reporter: fzimmer
+ body: | # Do not modify this line, instead modify the lines below.
+ The `user_email_lookup_limit` [API field](https://docs.gitlab.com/ee/api/settings.html) is deprecated and will be removed in GitLab 15.0. Until GitLab 15.0, `user_email_lookup_limit` is aliased to `search_rate_limit` and existing workflows will continue to work.
+
+ Any API calls attempting to change the rate limits for `user_email_lookup_limit` should use `search_rate_limit` instead.