-
-
-
-
-
-
v2.10.1-gitlaba3dacbf6 · ·
This is an empty release, pointing to the same commit as v2.10.0-gitlab. This is needed to build a new version of the registry image in CNG, including a missing build flag for enabling the stackdriver profiler that was released in v2.10.0. This build flag was not added to the registry Dockerfiles in CNG during the release of v2.10.0, which was already deployed to production, so we need a new tag and CNG image to refresh the pods.
-
-
-
v2.9.0-gitlab1df44a40 · ·
Added: - notifications: Notification related Prometheus metrics - registry: Make minimum TLS version user configurable - registry/storage: Support BYOK for OSS storage driver Changed: - Upgrade to Go 1.13 - Switch to Go Modules for dependency management - registry/handlers: Log authorized username in push/pull requests Fixed: - configuration: Fix pointer initialization in configuration parser - registry/handlers: Process Accept header MIME types in case-insensitive way
-
v2.8.2-gitlab53716ca0 · ·
- registry/storage: Improve performance of the garbage collector for GCS - registry/storage: Gracefully handle missing tags folder during garbage collection - registry/storage: Cache repository tags during the garbage collection mark phase - registry/storage: Upgrade the GCS SDK to v1.2.1 - registry/storage: Provide an estimate of how much storage will be removed on garbage collection - registry/storage: Make the S3 driver log level configurable
-
-
-
v2.7.8-gitlaba633b235 · ·
Release v2.7.8-gitlab - registry/storage: Improve performance of the garbage collection algorithm for S3
-
v2.7.7-gitlab636e0646 · ·
Release v2.7.7-gitlab - registry/storage: Handle bad link files gracefully during garbage collection - registry/storage: AWS SDK v1.26.3 update - registry: Include build info on Prometheus metrics
-
-
-
v2.7.4-gitlab9cad097c · ·
Release v2.7.4 This fixes two issues: - registry/storage: Fix Google Cloud Storage client authorization with non-default credentials - registry/storage: Fix error handling of GCS Delete() call when object does not exist All GCS integration tests now finally pass.
-
v2.7.3-gitlabda154de1 · ·
Release v2.7.3-gitlab This brings in the latest update to the Google SDK: https://gitlab.com/gitlab-org/container-registry/merge_requests/2
-
-
v2.7.12461543d · ·
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)