Skip to content

Releases: distribution/distribution

v3.0.0-alpha.1

19 Dec 16:03
v3.0.0-alpha.1
576d93f
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

This is the first major release in years!

It's an accumulation of effort that's bringing major improvements in performance, security and general code quality!

See the abridged changelog below and the full release log here.

Deprecations

  • Image Manifest v2 Schema v1
  • oss and swift storage drivers
  • docker/libtrust has been replaced with go-jose/go-jose
  • reference package has been moved to a dedicated repository (see here)
  • client is no longer supported as a standalone package

Notable Changes

  • reference package has been moved to its own dedicated repository
  • Go module has changed from docker/distribution to distribution/distribution/v3
  • Major performance improvements across all supported storage drivers
  • Major dependencies updates (see the full list below)
  • Online documentation is available at https://distribution.github.io/distribution/

What's Changed

Read more

v2.8.3

02 Oct 18:23
v2.8.3
4772604
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.2...v2.8.3

v2.8.2

11 May 10:47
v2.8.2
7c354a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.1...v2.8.2

v2.8.2-beta.2

09 May 23:32
v2.8.2-beta.2
320d6a1
Compare
Choose a tag to compare
v2.8.2-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: v2.8.1...v2.8.2-beta.2

v2.8.2-beta.1

09 May 22:42
v2.8.2-beta.1
963c199
Compare
Choose a tag to compare
v2.8.2-beta.1 Pre-release
Pre-release

NOTE: This is a pre-release that does not contain any artifacts!

What's Changed

Full Changelog: v2.8.1...v2.8.2-beta.1

v2.8.1

08 Mar 18:19
v2.8.1
b5ca020
Compare
Choose a tag to compare

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

  • 96cc1fdb FIx typo
  • e744906f Update 2.8.1. release notes
  • Prepare for v2.8.1 release (#3596)
  • [2.8 backport] ci: use proper git ref for versioning (#3595)
    • 80acbdf0 ci: use proper git ref for versioning

Dependency Changes

This release has no dependency changes

The previous release can be found at v2.8.0

v2.8.0

07 Feb 15:53
v2.8.0
dcf6639
Compare
Choose a tag to compare

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

Changes

50 commits

  • Prepare for v2.8.0 release (#3552)
    • d5d89a46 Make this releaes a beta release first.
    • 1ddad0ba Apply suggestions from code review
    • 3960a560 Prepare for v2.8.0 release
  • [2.8] Release artifacts (#3568)
  • [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)
  • [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)
    • e2f006ac S3 Driver: added comment for missing KeyCount workaround
    • 0a1e4a57 Fix s3 driver for supporting ceph radosgw
  • [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)
  • [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

v2.8.0-beta.1

21 Jan 16:49
v2.8.0-beta.1
212b38e
Compare
Choose a tag to compare
v2.8.0-beta.1 Pre-release
Pre-release

Welcome to the v2.8.0-beta.1 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 beta 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

Changes

50 commits

  • Prepare for v2.8.0 release (#3552)
    • d5d89a46 Make this releaes a beta release first.
    • 1ddad0ba Apply suggestions from code review
    • 3960a560 Prepare for v2.8.0 release
  • [2.8] Release artifacts (#3568)
  • [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)
  • [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)
    • e2f006ac S3 Driver: added comment for missing KeyCount workaround
    • 0a1e4a57 Fix s3 driver for supporting ceph radosgw
  • [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)
  • [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

registry 2.7.1

17 Jan 23:22
v2.7.1
2461543
Compare
Choose a tag to compare

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.

  • Set default for new autoredirect option
  • GCS driver is now included in binary builds using Dockerfile

Please try out the release binaries and report any issues at
https://github.com/docker/distribution/issues.

Contributors

  • Derek McGowan
  • Ryan Abrams
  • David Wu

Changes

  • 2461543d Merge pull request #2824 from dmcgowan/update-version-file-2.7.1
  • 5b98226a Update version file for 2.7.1
  • 2eab12df Merge pull request #2805 from dmcgowan/release-2.7.1
  • 445ef068 Release notes for 2.7.1
  • cbc30be4 Merge pull request #2821 from caervs/ISS-2819
  • bf74e4f9 Use same env var in Dockerfile and Makefile
  • 62994fdd Merge pull request #2804 from caervs/ISS-2793-2.7
  • e702d95c Merge pull request #2802 from davidswu/2.7-autoredirect
  • caf43bbc default autoredirect to false
  • d1abdeb6 Add docs for autoredirect config parameter

Dependency Changes

Previous release can be found at v2.7.0

registry 2.7.0

04 Dec 00:20
v2.7.0
40b7b58
Compare
Choose a tag to compare

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

  • Update Go version to 1.11
  • Switch to multi-stage Dockerfile
  • Validations enabled by default with new disabled config option
  • Optimize health check performance
  • Create separate permission for deleting objects in a repo
  • Fix storage driver error propagation for manifest GETs
  • Fix forwarded header resolution
  • Add prometheus metrics
  • Disable schema1 manifest by default (this affects docker versions 1.9 and older)
  • Graceful shutdown
  • TLS: remove ciphers that do not support perfect forward secrecy
  • Fix registry stripping newlines from manifests
  • Add bugsnag logrus hook
  • Support ARM builds

Storage Driver

  • OSS: fix current directory showing up in OSS driver.List()
  • Azure: fix race condition in PutContent()
  • Azure: update vendor
  • S3: update AWS SDK and use AWS SDK to validate regions
  • S3: remove expiration tag on multi-part uploads
  • S3: improve Walk performance
  • S3: allow bypassing cloudfront when in the same region
  • S3: remove s3-goamz driver in favor of s3-aws
  • Swift: update vendor

See 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

  • Derek McGowan
  • Stephen J Day
  • Olivier Gambier
  • Mike Brown
  • Aaron Lehmann
  • David Wu
  • Manish Tomar
  • Misty Stanley-Jones
  • Sargun Dhillon
  • fate-grand-order
  • Huu Nguyen
  • Ryan Abrams
  • Yu Wang
  • Ahmet Alp Balkan
  • Andrew Leung
  • Andrey Kostov
  • Clayton Coleman
  • Noah Treuhaft
  • Owen W. Taylor
  • Rui Cao
  • Troels Thomsen
  • Feng Honglin
  • Gwendolynne Barr
  • Haibing Zhou 周海兵
  • Masataka Mizukoshi
  • Michal Fojtik
  • Oleg Bulatov
  • Per Lundberg
  • Tibor Vass
  • Viktor Stanchev
  • ning xie
  • Alvin Feng
  • Antonio Murdaca
  • Christy Perez
  • Corey Quon
  • Deshi Xiao
  • Elsan Li 李楠
  • Elton Stoneman
  • Eric Yang
  • Felix Bünemann
  • Gladkov Alexey
  • Grachev Mikhail
  • Helen Xie
  • Igor Morozov
  • Ina Panova
  • Javier Palomo Almena
  • Jesse Haka
  • Joao Fernandes
  • Jon Johnson
  • Justin Cormack
  • Justin Santa Barbara
  • Kevin Lin
  • Kira
  • Leonardo Azize Martins
  • LingFaKe
  • Liron Levin
  • Luis Lobo Borobia
  • Matt Tescher
  • Michal Minář
  • Monika Katiyar
  • Nishant Totla
  • Nycholas de Oliveira e Oliveira
  • Oleg Bulatov
  • Parth Mehrotra
  • Raphaël Enrici
  • Riyaz Faizullabhoy
  • Sakeven Jiang
  • Santiago Torres
  • Sebastiaan van Stijn
  • Tianon Gravi
  • Tonis Tiigi
  • Tony Holdstock-Brown
  • Wenkai Yin
  • Yong Tang
  • Yongxin Li
  • YuJie
  • kaiwentan
  • liyongxin
  • mlmhl
  • uhayate
  • william wei
  • yixi zhang

Changes

Read more