diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-01-17 09:15:55 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-01-17 09:15:55 +0000 |
commit | 82b0338672c8f39245fe5f317a84f45ae387d319 (patch) | |
tree | be23ef1c1919113711dc062afc8dff28c6dbe788 /doc/update/deprecations.md | |
parent | 61c9c527f9d1fecd7d98f5312ce5c384973ded19 (diff) | |
download | gitlab-ce-82b0338672c8f39245fe5f317a84f45ae387d319.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/update/deprecations.md')
-rw-r--r-- | doc/update/deprecations.md | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/doc/update/deprecations.md b/doc/update/deprecations.md index 3fbf9ec2db4..c1e00c2f57b 100644 --- a/doc/update/deprecations.md +++ b/doc/update/deprecations.md @@ -313,7 +313,7 @@ has been replaced with Go modules. To reduce our maintenance cost we are deprecating License Compliance for Godep projects as of 14.7 and will remove it in GitLab 15.0 -Planned removal milestone: 15.0 (2022-06-22) +Planned removal milestone: 15.0 (2022-05-22) ### Logging in GitLab @@ -335,16 +335,14 @@ can cause production issues with large databases, and can interfere with object storage development. It is now considered deprecated, and will be removed in GitLab 15.0. -Planned removal milestone: 15.0 (2021-06-22) +Planned removal milestone: 15.0 (2021-05-22) -### Tracing in GitLab +### Removal of Static Site Editor -Tracing in GitLab is an integration with Jaeger, an open-source end-to-end distributed tracing system. GitLab users can navigate to their Jaeger instance to gain insight into the performance of a deployed application, tracking each function or microservice that handles a given request. Tracing in GitLab is deprecated in GitLab 14.7, and scheduled for removal in 15.0. To track work on a possible replacement, see the issue for [Opstrace integration with GitLab](https://gitlab.com/groups/gitlab-org/-/epics/6976). +The Static Site Editor will no longer be available starting in GitLab 15.0. Improvements to the Markdown editing experience across GitLab will deliver smiliar benefit but with a wider reach. Incoming requests to the Static Site Editor will be redirected to the Web IDE. Current users of the Static Site Editor can view the [documentation](https://docs.gitlab.com/ee/user/project/static_site_editor/) for more information, including how to remove the configuration files from existing projects. Planned removal milestone: 15.0 (2022-05-22) -## 14.8 - ### Removal of `artifacts:report:cobertura` keyword Currently, test coverage visualizations in GitLab only support Cobertura reports. Starting 15.0, the @@ -352,4 +350,10 @@ Currently, test coverage visualizations in GitLab only support Cobertura reports [`artifacts:reports:coverage_report`](https://gitlab.com/gitlab-org/gitlab/-/issues/344533). Cobertura will be the only supported report file in 15.0, but this is the first step towards GitLab supporting other report types. -Planned removal milestone: 15.0 (2022-06-22) +Planned removal milestone: 15.0 (2022-05-22) + +### Tracing in GitLab + +Tracing in GitLab is an integration with Jaeger, an open-source end-to-end distributed tracing system. GitLab users can navigate to their Jaeger instance to gain insight into the performance of a deployed application, tracking each function or microservice that handles a given request. Tracing in GitLab is deprecated in GitLab 14.7, and scheduled for removal in 15.0. To track work on a possible replacement, see the issue for [Opstrace integration with GitLab](https://gitlab.com/groups/gitlab-org/-/epics/6976). + +Planned removal milestone: 15.0 (2022-05-22) |