...

Text file src/github.com/docker/distribution/releases/v2.5.0-changelog.txt

Documentation: github.com/docker/distribution/releases

     1# Changelog
     2
     3## 2.5.0 (2016-06-14)
     4
     5#### Storage
     6- Ensure uploads directory is cleaned after upload is committed
     7- Add ability to cap concurrent operations in filesystem driver
     8- S3: Add 'us-gov-west-1' to the valid region list
     9- Swift: Handle ceph not returning Last-Modified header for HEAD requests
    10- Add redirect middleware
    11
    12#### Registry
    13- Add support for blobAccessController middleware
    14- Add support for layers from foreign sources
    15- Remove signature store
    16- Add support for Let's Encrypt
    17- Correct yaml key names in configuration
    18
    19#### Client
    20- Add option to get content digest from manifest get
    21
    22#### Spec
    23- Update the auth spec scope grammar to reflect the fact that hostnames are optionally supported
    24- Clarify API documentation around catalog fetch behavior
    25
    26#### API
    27- Support returning HTTP 429 (Too Many Requests)
    28
    29#### Documentation
    30- Update auth documentation examples to show "expires in" as int
    31
    32#### Docker Image
    33- Use Alpine Linux as base image

View as plain text