Update registry Docker tag to v2.8.3 #73
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.6.1
->2.8.3
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
distribution/distribution (registry)
v2.8.3
Compare Source
What's Changed
BUILDTAGS
argument togo build
by @marcusirgens in https://github.com/distribution/distribution/pull/3926reference
: replace deprecated functionSplitHostname
by @thaJeztah in https://github.com/distribution/distribution/pull/4032Content-Type
header in registry clientReadFrom
by @thaJeztah in https://github.com/distribution/distribution/pull/4053digestset
: deprecate package in favor ofgo-digest/digestset
by @thaJeztah in https://github.com/distribution/distribution/pull/4064New Contributors
Full Changelog: distribution/distribution@v2.8.2...v2.8.3
v2.8.2
Compare Source
What's Changed
Accept: identity
header when getting layers by @ndeloof in https://github.com/distribution/distribution/pull/3783http
forbidden as denied by @vvoland in https://github.com/distribution/distribution/pull/3914521ea3d9
Full Changelog: distribution/distribution@v2.8.1...v2.8.2
v2.8.1
Compare Source
Welcome to the v2.8.1 release of registry!
The 2.8.1 registry release fixes the Go module issues that have popped up in the v2.8.0
There have been no changes made in the released binaries other than the bump of the Go runtime.
See the changelog below for a full list of changes.
CI
Contributors
Changes
6 commits
96cc1fdb
FIx typoe744906f
Update 2.8.1. release notes6736d188
Prepare for v2.8.1 release80acbdf0
ci: use proper git ref for versioningDependency Changes
This release has no dependency changes
The previous release can be found at v2.8.0
v2.8.0
Compare Source
registry 2.8.0
Welcome to the v2.8.0 release of registry!
The 2.8.0 registry release has been a long time overdue.
This is the first step towards the last 2.x release.
No further active development will continue on 2.x branch.
Security vulnerability patches to 2.x might be considered, but
all active development will be focussed on v3 release due in 2022.
This release includes a security vulnerability fix along
with a few minor bug fixes and improvemnts in documentation and CI.
See changelog below for full list of changes.
Bugfixes
Features
CI build
Documentation
Storage drivers
Security
Changes
50 commits
d5d89a46
Make this releaes a beta release first.1ddad0ba
Apply suggestions from code review3960a560
Prepare for v2.8.0 release6241e099
[2.8] Release artifacts65ca39e6
release workflow3b7b5345
Merge pull request from GHSA-qq97-vm5h-rrhg10ade61d
manifest: validate document type before unmarshalc5679da3
[release/2.7] vendor: github.com/golang-jwt/jwt v3.2.197f6dace
[release/2.7] vendor: github.com/opencontainers/image-spec v1.0.29a3ff113
fix go check issues19b573a6
Change should to must in v2 specd836b23f
[release/2.7] update to go1.16cc341b01
Added flag for user configurable cipher suites09109ab5
Fix gosimple checks89e6568e
Remove err nil check3c64ff10
Fix gometalint errorsf807afbf
Migrate to golangci-lint9142de99
enable ci for release/2.73fe1d67a
close the io.ReadCloser from storage driverf1bd6551
First draft of actions based cicf8615de
Remove empty Content-Type header48eeac88
docs: add redirect for old URLe2f006ac
S3 Driver: added comment for missing KeyCount workaround0a1e4a57
Fix s3 driver for supporting ceph radosgwafa91463
Bugfix: Make ipfilteredby not requiredfad36ed1
Add reference.ParseDockerRef utility functionf999f540
Fixing broken tablec636ed78
Fix cloudfront documentation formatting5883e2d9
Fix vndr and checka3c027e6
Adding deprecated schema instructionsDependency Changes
Previous release can be found at v2.7.1
v2.7.1
: registry 2.7.1Compare Source
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.
autoredirect
optionPlease try out the release binaries and report any issues at
https://github.com/docker/distribution/issues.
Contributors
Changes
2461543d
Merge pull request #2824 from dmcgowan/update-version-file-2.7.15b98226a
Update version file for 2.7.12eab12df
Merge pull request #2805 from dmcgowan/release-2.7.1445ef068
Release notes for 2.7.1cbc30be4
Merge pull request #2821 from caervs/ISS-2819bf74e4f9
Use same env var in Dockerfile and Makefile62994fdd
Merge pull request #2804 from caervs/ISS-2793-2.7e702d95c
Merge pull request #2802 from davidswu/2.7-autoredirectcaf43bbc
default autoredirect to falsed1abdeb6
Add docs for autoredirect config parameterDependency Changes
Previous release can be found at v2.7.0
v2.7.0
: registry 2.7.0Compare Source
Welcome to the v2.7.0 release of registry!
The 2.7 registry release has been a long time coming and represents both
a long gap since the previous release and a renewed effort to release
regularly. The maintainers were committed to get OCI support into the
next release and thanks to much effort in the community that has
been accomplished.
OCI Support
Push and Pull of OCI Images
The registry now allows pushing and pulling OCI images. OCI images will always
be preserved exactly without conversion to older types. With this change,
clients which implement OCI can feel comfortable creating OCI images as part of
their container image build process.
Specification Donation
The Distribution specification which has had 4 years of review, implementation,
and production use is now part of OCI. As part of that move, specification
changes will no longer be accepted in the open source registry and should
instead go to OCI's distribution-spec.
Bug Fixes and Improvements
General
disabled
config option1.9
and older)Storage Driver
Walk
performanceSee changelog below for full list of changes
Please try out the release binaries and report any issues at
https://github.com/docker/distribution/issues.
Contributors
Changes
40b7b583
Merge pull request #2775 from caervs/release_notes_2.708c6bbed
Release notes for 2.7d9e12182
Merge pull request #2772 from dmcgowan/add-arm-flag63f6c120
Add GOARM flag to dockerfileaa985ba8
Merge pull request #2711 from davidswu/autoredirectdd36fd36
Merge pull request #2742 from tescherm/configure-bugsnag-logging7c4d584e
add bugsnag logrus hook93e08274
Merge pull request #2734 from mgrachev/patch-1f7046a6d
Merge pull request #2735 from tonistiigi/update-dockerfilecd1648d6
Fix typo8a800e12
update Dockerfile to multi-stage1cb4180b
Merge pull request #2729 from liyongxin/master451cd548
Merge pull request #2731 from mirake/fix-typos6335cc25
Fix typo: commmand -> command17b3ff18
Merge pull request #2730 from dmcgowan/version-update-2.7.0-rc.0f08b3486
Update version to 2.7.0-rc.0f3adfea3
Merge pull request #2721 from dmcgowan/release-notes-2.7.0-rce1817db8
Merge pull request #2720 from dmcgowan/update-release-processde8636b7
typo fix about overridden97cb7f35
Update release documents2eb7a172
Add 2.7.0-rc release notes06a4c2f6
Update mailmap filed37f8164
Merge pull request #2723 from mirake/fix-typos569d18ae
Fix some typos2e1e6307
add autoredirect to optionb2bd4657
fix checksf730f3ab
add autoredirect auth config16128bba
Merge pull request #2707 from davidswu/go-1.11b089e916
Merge pull request #2712 from liyongxin/master6133840f
typo fix from existant to existenta927fbdb
track digest offset in blobwriterd8bde9b9
remove go 1.9 and 1.10 checks from travisbd41413d
remove closenotifier166874ad
fix gofmt and goimportsa5c2fdc5
Merge pull request #2705 from mirake/fix-typo9da0f07c
update travis with go 1.11877d706b
remove dependencies on resumabled1f36d46
Fix some typos642075f4
Merge pull request #2631 from whoshuu/feature/improve-gcs-driver15de837a
Merge pull request #2704 from dmcgowan/fix-27037a195dd5
Add back include_gcs build constraint69299d93
Use existing jwtConf instead of creating a scoped onef9187b25
Add regulator to GCSb424c3d8
Better error handling for GCS credential argument addition3f9f073c
Edit configuration.md to add gcs credentials option78238ef1
Add credentials argument for GCS driverefa4c3bb
Merge pull request #2702 from caervs/fix_path_enumeration6d66d036
Merge pull request #2698 from cquon/swift_vendorc88728f2
Fix registry stripping newlines from manifests6b73a9ab
Ignore missing paths during enumerationfd32d5f9
update github.com/ncw/swift package in vendor to v1.0.405a74b806
update github.com/ncw/swift package in vendor to avoid potential memory leaks9930542d
Merge pull request #2701 from davidswu/metalinter8d7e4cd3
fix goimports and gofmt90705d2f
Merge pull request #2362 from twistlock/populate_htpasswdb12bd400
Merge pull request #2639 from andrew-leung/manifesteventlayers059f301d
Merge pull request #2685 from manishtomar/mani-graceful-shutdownf95ac7db
fix doc - thanks @dmp423354cf98
Merge pull request #2680 from manishtomar/mani-fix-mem-leakef859e1b
Merge pull request #2474 from vikstrous/disable-v1-master90070b33
Merge pull request #2694 from caervs/fix_nginx_spacing0101db11
Replace tab with space in nginx config1300e580
Merge pull request #2328 from stepyu/patch-116eb3b65
Merge pull request #2368 from monikakatiyar16/patch-102bf4a28
Merge pull request #2689 from dmp42/reviewers610440eb
Add new reviewersee94aa48
Merge pull request #2690 from dmcgowan/remove-aaron-maintainers53bd46af
Merge pull request #2651 from mikebrow/manifest-version-test-on-put64110872
Merge pull request #2681 from dmcgowan/update-yaml0a302c7f
Remove Aaron Lehmann from maintainers file633401c9
Merge pull request #2687 from davidswu/remove-region-validation0b0d4702
use aws sdk to validate regions5e4b81a5
Use references terminology instead of layers.40efb602
Add support to gracefully shutdown the server9bf62ca7
Merge pull request #2678 from caervs/bump_awsf0ee5720
Update yaml parser13f8189f
fix memory leak introduced in PR #264894deea29
Merge pull request #2679 from dmcgowan/revert-bad-vendor-updatede21eb6c
Revert "Fixed customer facing grammar and spelling"57212c90
Bump aws sdk to v1.15.11c0995537
Merge pull request #2674 from Parth/patch-12fdb2ac2
adds validation testing for schema version valuesa64394ec
Fixed customer facing grammar and spelling5f37adaa
Merge pull request #2673 from dmp42/TLS88530ef7
Merge pull request #2671 from dmp42/goamz7d9f0677
Merge pull request #2632 from whoshuu/feature/improve-s3-driverd260b18f
Remove ciphers that do not support perfect forward secrecy9caa7a81
Remove goamzb7446e89
Merge pull request #2599 from legionus/storage-inmemory-deadlock0cbe1448
Merge pull request #2602 from dmage/errmessage4a75b72f
Merge pull request #2662 from dmcgowan/enable-structcheckdc35ae64
Merge pull request #2598 from dmcgowan/update-maintainerseefe9670
Merge pull request #2661 from dmcgowan/enable-goimports003aa051
Merge pull request #2648 from manishtomar/tag-deleted-eventdb0a4ec1
Enable static checks795e11d5
Enable goimports check32e2260b
Enable struct check8c057561
lint fixdc53e37d
Merge pull request #2657 from dmcgowan/add-travis-cie4d5a0a1
Add documentation8f675827
take handler update328069bb
add support for repo deleted event alsodc49f84d
Update build to use travis54aef625
Fix typo in manifestLayers variable name0dae0957
Merge pull request #2076 from mikebrow/ocitype20aecf1d
added test for initial oci schema version5f588fbf
address review comment regarding panic use0d8f4ac7
add tag deletion event276fdce3
Add configurable layers in manifest eventse8d7941c
address lint and gofmt issuesf5c6357c
Update s3_test to account for SkipVerify parameter7655a3d9
Add option to skip certificate verification for the s3 driver321d636e
Merge pull request #1 from owtaylor/oci-media-types132abc6d
Test storing OCI image manifests and indexes with/without a media type60d9c5df
Handle OCI manifests and image indexes without a media type1d47ef7b
Check media types when unmarshalling manifestsf6224f78
register oci image indexad7ab085
folow commit9c88801
7b47fb13
update url policy support; testing for annoations in indexf186e1da
adding some support for annotations at the manifest levelec2aa05c
addressing comments from stevvooec1532332
update to image spec v1.0.06bae7ca5
refactor adding enum for storage types9e3f78b8
addresses minor debug commentsb0cef056
removes oci. namespace feature426afb3a
address get manifest issue with oci. namespace; and comment descriptionsfcaffa38
vendor oci image-specc94f2880
OCI media types; annotation support; oci index6fcea22b
add an ocischema manifest handler for the registry9986e8ca
adds support for oci manifests and manifestlists749f6afb
Merge pull request #2603 from yuwaMSFT2/newazuresdk62797237
closes #2496 and #2552 Update Azure SDK with release v16.2.1 Update Azure autorest SDK with release v10.8.17bc438a5
Use e.Message field instead of e.Code.Message()fc7e8f42
Fix deadlock in the inmemory storage driver86b030c1
Update project maintainers filef0cc9277
Merge pull request #2582 from thaJeztah/bump-golang-1.107f02f9e4
Update Golang to 1.10ed42a490
Merge pull request #2594 from dmcgowan/update-integration-test-certsdabcfdc5
Update for vndr updateb4dd9b43
Update certificates83389a14
Merge pull request #2556 from justincormack/fewer-gorillasfb7b0ddf
Remove gorilla/context from vendor.conf23bef416
Merge pull request #2538 from tianon/challanges607ae5d1
Merge pull request #2501 from xiaonancc77/master34c706e7
Merge pull request #2549 from miminar/redis-delete-key492844e0
redis: delete right size attributefc1d3647
Added ignore event typs into notificationsf2805894
Fix minor "Challanges" typo6fca8d6e
Merge pull request #2535 from xiaods/master8b93700d
fix out of date cli arg for registry version6664ec70
Merge pull request #2466 from tifayuki/prometheus_go_metricse3c37a46
Add Prometheus Metrics13076371
Merge pull request #2520 from ywk253100/ignore_path_not_found_error005c6e02
ignore path not found error when look up tagsd707ea24
Merge pull request #2469 from felixbuenemann/letsencrypt-host-whitelist-support1ba5b3b5
registry/storage: ignore missing tag on deletefea8bd51
Merge pull request #2471 from GarageDeveloper/master85b4d46b
Merge pull request #2507 from mistyhacks/fix-storage-driver-link4ecb17cc
registry: support whitelisting letsencrypt hostsa4c32bce
Fixed broken storage driver link5cb406d5
Merge pull request #2455 from sargun/make-walk-fastercbcbcb02
Remove old walk functionc7b0da26
Use the new walk method for catalog enumerationb5db8eee
Merge pull request #2500 from stevvooe/remove-net-context-vestiges585cdeb5
context, registry/handlers: remove net/context references35b29a60
Use the New Driver Walk method for catalog enumeration32ac4679
Introduce Walk Method Per Storage Driver9f664468
Upgrade AWS library to v1.12.36277ed486
Merge pull request #2302 from zetaab/omaff87ad88
add possibility to clean untagged manifestsdb0bc08b
Merge pull request #2484 from perlun/patch-170c5e315
Merge pull request #2485 from perlun/patch-2aac2f6c8
api.md: Fixed incorrect grammareaa90a3c
Update CONTRIBUTING.mde9864ce8
disable schema1 by default, add a config flag to enable it8777e97b
fixes #2249: sanitize tenant and tenantidf4118485
Merge pull request #2447 from tifayuki/cloudfront-s3-filtere8ecc6dc
add s3 region filters for cloudfrontbc3c7b05
Merge pull request #2435 from zhouhaibing089/digestset-ut8cedd7b3
](https://redirect.github.com/docker/distribution/commit/8cedd7b3a49e719220c77584e42b7c738Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.