chore(deps): update module github.com/distribution/distribution to v2.8.1 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/distribution/distribution | replace | minor |
v2.7.1+incompatible -> v2.8.1
|
Release Notes
distribution/distribution
v2.8.1
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
- ci: use proper git ref for versioning #3595
- Go: make Go version explicit and pin it to the latest 1.16 release #3604
Contributors
- CrazyMax
- Milos Gajdos
Changes
6 commits
Dependency Changes
This release has no dependency changes
The previous release can be found at v2.8.0
v2.8.0
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
- Close the io.ReadCloser from storage driver #3370
- Remove empty Content-Type header #3297
- Make ipfilteredby not required in cloudfront storage middleware #3088
Features
- Add reference.ParseDockerRef utility function #3002
CI build
- First draft of actions based ci #3347
- Fix vndr and check #3001
- Improve code quality by adding linter checks #3385
Documentation
- Add redirect for old URL #3197
- Fix broken table #3073
- Adding deprecated schema v1 instructions #2987
- Change should to must in v2 spec (#3495)
Storage drivers
- S3 Driver: add support for ceph radosgw #3119
Security
- Added flag for user configurable cipher suites #3384
- Address CVE-2020-26160 by replacing vulnerable third-party depedency#3466
- Replace math rand with crypto rand #3531
- Address CVE-2021-41190 by validating document type before unmarshal GHSA-77vh-xpmg-72qh
Changes
50 commits
- Prepare for v2.8.0 release (#3552)
- [2.8] Release artifacts (#3568)
-
6241e099
[2.8] Release artifacts
-
- [2.8] Release workflow (#3565)
- [release/2.7] github.com/golang-jwt/jwt v3.2.2 (#3466)
-
c5679da3
[release/2.7] vendor: github.com/golang-jwt/jwt v3.2.1
-
- [release/2.7] vendor: github.com/opencontainers/image-spec v1.0.2 (#3535)
-
97f6dace
[release/2.7] vendor: github.com/opencontainers/image-spec v1.0.2
-
- [release/2.7]fix go check issues (#3531)
-
9a3ff113
fix go check issues
-
- [release/2.7 backport] Change should to must in v2 spec (#3495)
-
19b573a6
Change should to must in v2 spec
-
- [release/2.7] update to go1.16 (#3472)
-
d836b23f
[release/2.7] update to go1.16
-
- [backport release/2.7]Added flag for user configurable cipher suites (#3384)
-
cc341b01
Added flag for user configurable cipher suites
-
- enable ci for release/2.7 (#3385)
- [cherry pick]close the io.ReadCloser from storage driver (#3370)
-
3fe1d67a
close the io.ReadCloser from storage driver
-
- [backport release/2.7] First draft of actions based ci (#3347)
-
f1bd6551
First draft of actions based ci
-
- [release/2.7 backport] Remove empty Content-Type header (#3297)
-
cf8615de
Remove empty Content-Type header
-
- [release/2.7 backport] docs: add redirect for old URL (#3197)
-
48eeac88
docs: add redirect for old URL
-
- [release/2.7] Fix s3 driver for supporting ceph radosgw (#3119)
- [release/2.7 backport] Bugfix: Make ipfilteredby not required (#3088)
-
afa91463
Bugfix: Make ipfilteredby not required
-
- [release/2.7 backport] Add reference.ParseDockerRef utility function (#3002)
-
fad36ed1
Add reference.ParseDockerRef utility function
-
- [release/2.7 backport] fix markdown issues on configuration page (#3073)
- [release/2.7] Fix vndr and check (#3001)
-
5883e2d9
Fix vndr and check
-
- [release/2.7] Adding deprecated schema v1 page (#2987)
-
a3c027e6
Adding deprecated schema instructions
-
Dependency Changes
- github.com/dgrijalva/jwt-go -> github.com/golang-jwt/jwt.git # v3.2.2 (a601269ab70c -> 4bbdd8ac624f)
- github.com/opencontainers/image-spec -> github.com/opencontainers/image-spec # v1.0.2 (ab7389ef9f50 -> 67d2d5658fe0)
Previous release can be found at v2.7.1
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.