forked from TrueCloudLab/distribution
Merge pull request #2149 from dmcgowan/release-notes-2.6
Release notes for 2.6
This commit is contained in:
commit
de5aa9cecc
1 changed files with 48 additions and 46 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 2.6.0-rc1 (2016-10-10)
|
## 2.6.0 (2017-01-18)
|
||||||
|
|
||||||
#### Storage
|
#### Storage
|
||||||
- S3: fixed bug in delete due to read-after-write inconsistency
|
- S3: fixed bug in delete due to read-after-write inconsistency
|
||||||
|
@ -21,7 +21,6 @@
|
||||||
- Improve catalog enumerate runtime
|
- Improve catalog enumerate runtime
|
||||||
|
|
||||||
#### Registry
|
#### Registry
|
||||||
- Override media type returned from `Stat()` for existing manifests
|
|
||||||
- Export `storage.CreateOptions` in top-level package
|
- Export `storage.CreateOptions` in top-level package
|
||||||
- Enable notifications to endpoints that use self-signed certificates
|
- Enable notifications to endpoints that use self-signed certificates
|
||||||
- Properly validate multi-URL foreign layers
|
- Properly validate multi-URL foreign layers
|
||||||
|
@ -34,6 +33,7 @@
|
||||||
- Manifest: `References()` returns all children
|
- Manifest: `References()` returns all children
|
||||||
- Honor `X-Forwarded-Port` and Forwarded headers
|
- Honor `X-Forwarded-Port` and Forwarded headers
|
||||||
- Reference: Preserve tag and digest in With* functions
|
- Reference: Preserve tag and digest in With* functions
|
||||||
|
- Add policy configuration for enforcing repository classes
|
||||||
|
|
||||||
#### Client
|
#### Client
|
||||||
- Changes the client Tags `All()` method to follow links
|
- Changes the client Tags `All()` method to follow links
|
||||||
|
@ -42,15 +42,17 @@
|
||||||
|
|
||||||
#### Spec
|
#### Spec
|
||||||
- Manifest: clarify relationship between urls and foreign layers
|
- Manifest: clarify relationship between urls and foreign layers
|
||||||
|
- Authorization: add support for repository classes
|
||||||
|
|
||||||
#### Manifest
|
#### Manifest
|
||||||
|
- Override media type returned from `Stat()` for existing manifests
|
||||||
- Add plugin mediatype to distribution manifest
|
- Add plugin mediatype to distribution manifest
|
||||||
|
|
||||||
#### Docs
|
#### Docs
|
||||||
|
|
||||||
- Document `TOOMANYREQUESTS` error code
|
- Document `TOOMANYREQUESTS` error code
|
||||||
- Document required Let's Encrypt port
|
- Document required Let's Encrypt port
|
||||||
- Improve documentation around implementation of OAuth2
|
- Improve documentation around implementation of OAuth2
|
||||||
|
- Improve documentation for configuration
|
||||||
|
|
||||||
#### Auth
|
#### Auth
|
||||||
- Add support for registry type in scope
|
- Add support for registry type in scope
|
||||||
|
|
Loading…
Reference in a new issue