diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-02 21:19:21 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-02 21:19:21 +0000 |
commit | 90693cc231ba6e1645dc57f2a9111a7b5a5ceae0 (patch) | |
tree | 3b2cffdb40c949b2f061b7fd0f52d3214325cc17 /doc/update/removals.md | |
parent | b9ce0fe1e6311105b7a748126621f9bfbe37fb2e (diff) | |
download | gitlab-ce-90693cc231ba6e1645dc57f2a9111a7b5a5ceae0.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/update/removals.md')
-rw-r--r-- | doc/update/removals.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/update/removals.md b/doc/update/removals.md index b92c90379cc..83a17c2e116 100644 --- a/doc/update/removals.md +++ b/doc/update/removals.md @@ -59,6 +59,14 @@ The Azure Storage Driver used to write to `//` as the default root directory. Th In GitLab 16.0, the new default configuration for the storage driver uses `trimlegacyrootprefix: true`, and `/` is the default root directory. You can set your configuration to `trimlegacyrootprefix: false` if needed, to revert to the previous behavior. +### Container Registry pull-through cache is removed + +WARNING: +This is a [breaking change](https://docs.gitlab.com/ee/development/deprecation_guidelines/). +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. + ### Project REST API field `operations_access_level` removed WARNING: |