8000 Tags · wjybluse/distribution · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: wjybluse/distribution

Tags

v2.5.0

Toggle v2.5.0's commit message
Docker Registry 2.5.0

Storage
- Ensure uploads directory is cleaned after upload is commited
- Add ability to cap concurrent operations in filesystem driver
- S3: Add 'us-gov-west-1' to the valid region l
8000
ist
- Swift: Handle ceph not returning Last-Modified header for HEAD requests
- Add redirect middleware

Registry
- Add support for blobAccessController middleware
- Add support for layers from foreign sources
- Remove signature store
- Add support for Let's Encrypt
- Correct yaml key names in configuration

Client
- Add option to get content digest from manifest get

Spec
- Update the auth spec scope grammar to reflect the fact that hostnames are optionally supported
- Clarify API documentation around catalog fetch behavior

API
- Support returning HTTP 429 (Too Many Requests)

Documentation
- Update auth documentation examples to show "expires in" as int

Docker Image
- Use Alpine Linux as base image

docs-v2.5.0-2016-07-28

Toggle docs-v2.5.0-2016-07-28's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
generated tag from history

v2.5.0-rc.2

Toggle v2.5.0-rc.2's commit message
Bug fixes:

4614c39 Override media type returned from Stat for existing manifests.
96ae5c9 fixed s3 Delete bug due to read-after-delete inconsistency.

docs-v2.4.1-2016-06-28

Toggle docs-v2.4.1-2016-06-28's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
generated tag from history

v2.5.0-rc.1

Toggle v2.5.0-rc.1's commit message
Registry v2.5.0-rc.1

See CHANGELOG.md for details.

docs-v2.4.1-2016-06-01

Toggle docs-v2.4.1-2016-06-01's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
generated tag from history

v2.4.1

Toggle v2.4.1's commit message
93d7624 Preserve author information in schema1 manifests

ba672e8 When a blob upload is committed prevent writing out hashstate in the subsequent close.
96230de Add a test with a missing _manifests directory
c0d3813 Move garbage collect code into storage package
011b7e4 Ensure GC continues marking if _manifests is nonexistent
0a1fcf9 Fix wording for dry-run flag in useage message for garbage collector.
ed02e88 Sorting completed parts by part number for a better accordance with the S3 spec
fd5a404 Add blobWrtiter.Close() call into blobWriter.Commit()
3f538ca add cn-north-1 to valid check
3330cc5 wait for DLO segments to show up when Close()ing the writer
775d096 Use correct media type for config blob in schema2 manifest
64a9727 Only check validity of S3 region if not using custom endpoint
dafb59f Ensure we log io.Copy errors and bytes copied/total in uploads
431e46a GCS: FileWriter.Size: return offset + buffer size for Writers that are not closed

v2.4.1-rc.2

Toggle v2.4.1-rc.2's commit message
Bug fix:

431e46 GCS: FileWriter.Size: return offset + buffer size for Writers that are not closed

v2.4.1-rc.1

Toggle v2.4.1-rc.1's commit message
Bug fix:

93e3aa GCS: FileWriter.Size: include number of buffered bytes if the FileWriter is not closed

v2.4.1-rc.0

Toggle v2.4.1-rc.0's commit message
Docker Registry v2.4.1

Bug fixes:

93d7624 Preserve author information in schema1 manifests
ba672e8 When a blob upload is committed prevent writing out hashstate in the subsequent close.
96230de Add a test with a missing _manifests directory
c0d3813 Move garbage collect code into storage package
011b7e4 Ensure GC continues marking if _manifests is nonexistent
0a1fcf9 Fix wording for dry-run flag in useage message for garbage collector.
ed02e88 Sorting completed parts by part number for a better accordance with the S3 spec
fd5a404 Add blobWrtiter.Close() call into blobWriter.Commit()
3f538ca add cn-north-1 to valid check
3330cc5 wait for DLO segments to show up when Close()ing the writer
775d096 Use correct media type for config blob in schema2 manifest
64a9727 Only check validity of S3 region if not using custom endpoint
dafb59f Ensure we log io.Copy errors and bytes copied/total in uploads
0