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
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/14_1/removal-outdated-browser-support.yml')
-rw-r--r--data/removals/14_1/removal-outdated-browser-support.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/data/removals/14_1/removal-outdated-browser-support.yml b/data/removals/14_1/removal-outdated-browser-support.yml
new file mode 100644
index 00000000000..1019b8fe2f3
--- /dev/null
+++ b/data/removals/14_1/removal-outdated-browser-support.yml
@@ -0,0 +1,20 @@
+- name: "Remove support for older browsers"
+ removal_date: July 22, 2021
+ removal_milestone: "14.1"
+ reporter: leipert
+ body: |
+ In GitLab 14.1, we are cleaning up and [removing old code](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/63994) that was specific for browsers that we no longer support. This has no impact on users when one of our [supported web browsers](https://docs.gitlab.com/ee/install/requirements.html#supported-web-browsers) is used.
+
+ Most notably, support for the following browsers has been removed:
+
+ - Apple Safari 13 and older.
+ - Mozilla Firefox 68.
+ - Pre-Chromium Microsoft Edge.
+
+ The minimum supported browser versions are:
+
+ - Apple Safari 13.1.
+ - Mozilla Firefox 78.
+ - Google Chrome 84.
+ - Chromium 84.
+ - Microsoft Edge 84.