Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update registry Docker tag to v2.8.3 #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 29, 2023

This PR contains the following updates:

Package Update Change
registry minor 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

New Contributors

Full Changelog: distribution/distribution@v2.8.2...v2.8.3

v2.8.2

Compare Source

What's Changed

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
  • 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

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
  • 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
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.7.1: registry 2.7.1

Compare 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.

  • 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
Dependency Changes

Previous release can be found at v2.7.0

v2.7.0: registry 2.7.0

Compare 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
  • 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

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update registry Docker tag to v2.8.2 Update registry Docker tag to v2.8.3 Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants