Skip to content
registry 2.7.1

Welcome to the v2.7.1 release of registry!

The first patch release of 2.7 addresses an upgrade issue when
using configurations from pre-2.7 registries. When upgrading from
2.6 or earlier use this patch release or newer to avoid a failure
on startup from not updating the configuration file.

- Set default for new `autoredirect` option
- GCS driver is now included in binary builds using Dockerfile

Please try out the release binaries and report any issues at
https://github.com/docker/distribution/issues.

### Contributors

* Derek McGowan
* Ryan Abrams
* David Wu

### Changes

* [`2461543d`](https://github.com/docker/distribution/commit/2461543d988979529609e8cb6fca9ca190dc48da) Merge pull request  [#2824](https://github.com/docker/distribution/pull/2824) from dmcgowan/update-version-file-2.7.1
* [`5b98226a`](https://github.com/docker/distribution/commit/5b98226afefa11a06ef0c652af4995177c0efda0) Update version file for 2.7.1
* [`2eab12df`](https://github.com/docker/distribution/commit/2eab12df9b1d4f020503cffd7ccc08237cf11acf) Merge pull request  [#2805](https://github.com/docker/distribution/pull/2805) from dmcgowan/release-2.7.1
* [`445ef068`](https://github.com/docker/distribution/commit/445ef068dd13731d938b22e2153bd075640ea5ec) Release notes for 2.7.1
* [`cbc30be4`](https://github.com/docker/distribution/commit/cbc30be414f7feacede36f6edd31de1a5c4133b6) Merge pull request  [#2821](https://github.com/docker/distribution/pull/2821) from caervs/ISS-2819
* [`bf74e4f9`](https://github.com/docker/distribution/commit/bf74e4f91d114a3fc8e8ab1249f99c15e12bef94) Use same env var in Dockerfile and Makefile
* [`62994fdd`](https://github.com/docker/distribution/commit/62994fdd12ba0a100d1c398ba984de6a35066c87) Merge pull request  [#2804](https://github.com/docker/distribution/pull/2804) from caervs/ISS-2793-2.7
* [`e702d95c`](https://github.com/docker/distribution/commit/e702d95cfd113051ad6c44ce3e84b6dd0e75bd60) Merge pull request  [#2802](https://github.com/docker/distribution/pull/2802) from davidswu/2.7-autoredirect
* [`caf43bbc`](https://github.com/docker/distribution/commit/caf43bbcc249a5aad3831320f25eaf6abc8b66ed) default autoredirect to false
* [`d1abdeb6`](https://github.com/docker/distribution/commit/d1abdeb62361860bed0f19d10a92ad7107543b5c) Add docs for autoredirect config parameter

### Dependency Changes

Previous release can be found at [v2.7.0](https://github.com/docker/distribution/releases/tag/v2.7.0)