diff options
Diffstat (limited to 'data/deprecations/14-8-geo-deprecate-replication-detail-routes.yml')
-rw-r--r-- | data/deprecations/14-8-geo-deprecate-replication-detail-routes.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/deprecations/14-8-geo-deprecate-replication-detail-routes.yml b/data/deprecations/14-8-geo-deprecate-replication-detail-routes.yml new file mode 100644 index 00000000000..94a026edd81 --- /dev/null +++ b/data/deprecations/14-8-geo-deprecate-replication-detail-routes.yml @@ -0,0 +1,15 @@ +- name: "Deprecate Geo Admin UI Routes" + announcement_milestone: "14.8" + announcement_date: "2022-02-22" + removal_milestone: "15.0" + removal_date: "2022-05-22" + breaking_change: false + reporter: nhxnguyen + body: | + In GitLab 13.0, we introduced new project and design replication details routes in the Geo Admin UI. These routes are `/admin/geo/replication/projects` and `/admin/geo/replication/designs`. We kept the legacy routes and redirected them to the new routes. In GitLab 15.0, we will remove support for the legacy routes `/admin/geo/projects` and `/admin/geo/designs`. Please update any bookmarks or scripts that may use the legacy routes. + stage: "Enablement" + tiers: ["Premium", "Ultimate"] + issue_url: "https://gitlab.com/gitlab-org/gitlab/-/issues/351345" + documentation_url: # (optional) This is a link to the current documentation page + image_url: # (optional) This is a link to a thumbnail image depicting the feature + video_url: # (optional) Use the youtube thumbnail URL with the structure of https://img.youtube.com/vi/UNIQUEID/hqdefault.jpg |