diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-06-01 20:43:33 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-06-01 20:43:33 +0200 |
commit | 6e58e7ff7ce151fb7a8329faef69cd3a42194216 (patch) | |
tree | ba49009675efc0b3b11a3211f76bc0563072b97c /CHANGELOG | |
parent | 5a377d20d53a2b15229505c0f428f0d9b5925622 (diff) | |
download | gitlab-ce-6e58e7ff7ce151fb7a8329faef69cd3a42194216.tar.gz |
Use downcased path to container repository as this is expected path by Docker
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 848aaa8506e..d1cde40c1c7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -21,6 +21,7 @@ v 8.9.0 (unreleased) - Fix bug when sorting issues by milestone due date and filtering by two or more labels - Remove 'main language' feature - Pipelines can be canceled only when there are running builds + - Use downcased path to container repository as this is expected path by Docker - Projects pending deletion will render a 404 page - Measure queue duration between gitlab-workhorse and Rails - Make authentication service for Container Registry to be compatible with < Docker 1.11 |