diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-11 18:08:38 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-11 18:08:38 +0000 |
commit | e3f2c7cf9e327f6f6003e378593c2970f63f8d0d (patch) | |
tree | afe6cae1871270555093e37aecdc65eec71b0982 /doc/update | |
parent | 4564f677f8d71e814e89618e81709c86cf50e3d2 (diff) | |
download | gitlab-ce-e3f2c7cf9e327f6f6003e378593c2970f63f8d0d.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/removals.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/update/removals.md b/doc/update/removals.md index 851cb156def..d0a6952745a 100644 --- a/doc/update/removals.md +++ b/doc/update/removals.md @@ -122,6 +122,16 @@ Review the details carefully before upgrading. The Container Registry [pull-through cache](https://docs.docker.com/registry/recipes/mirror/) was deprecated in GitLab 15.8 and removed in GitLab 16.0. This feature is part of the upstream [Docker Distribution project](https://github.com/distribution/distribution) but we are removing that code in favor of the GitLab Dependency Proxy. Use the GitLab Dependency Proxy to proxy and cache container images from Docker Hub. +### Embedding Grafana panels in Markdown is removed + +WARNING: +This is a [breaking change](https://docs.gitlab.com/ee/development/deprecation_guidelines/). +Review the details carefully before upgrading. + +The ability to add Grafana panels in GitLab Flavored Markdown is removed. +We intend to replace this feature with the ability to [embed charts](https://gitlab.com/groups/gitlab-org/opstrace/-/epics/33) +with the [GitLab Observability UI](https://gitlab.com/gitlab-org/opstrace/opstrace-ui). + ### Enforced validation of CI/CD parameter character lengths WARNING: |