Changelog for
distribution-registry-2.8.3-24.31.x86_64.rpm :
* Mon Nov 27 2023 Dirk Müller
- update to 2.8.3 (bsc#1216491):
* Pass `BUILDTAGS` argument to `go build`
* Enable Go build tags
* `reference`: replace deprecated function `SplitHostname`
* Dont parse errors as JSON unless Content-Type is set to JSON
* update to go 1.20.8
* Set `Content-Type` header in registry client `ReadFrom`
* deprecate reference package, migrate to github.com/distribution/reference
* `digestset`: deprecate package in favor of `go- digest/digestset`
* Do not close HTTP request body in HTTP handler
* Add v2.8.3 release notes
* Fri May 12 2023 Dirk Müller - update to 2.8.2 (bsc#1207705, CVE-2023-2253, bsc#1210428):
* Revert registry/client: set `Accept: identity` header when getting layers
* Parse `http` forbidden as denied
* Fix CVE-2023-2253 runaway allocation on /v2/_catalog
* Fix panic in inmemory driver
* update to go1.19.9
* Add code to handle pagination of parts. Fixes max layer size of 10GB bug
* Dockerfile: fix filenames of artifacts- drop aws-sdk-1.42.27-update.patch (no longer wanted)- drop 0001-Fix-runaway-allocation-on-v2-_catalog.patch (upstream)
* Wed Apr 26 2023 Dirk Müller - refresh 0001-Fix-runaway-allocation-on-v2-_catalog.patch to be more compatible with invalid pagination requests (CVE-2023-2253, bsc#1207705)␣
* Fri Feb 17 2023 Dirk Müller - add 0001-Fix-runaway-allocation-on-v2-_catalog.patch (CVE-2023-2253, bsc#1207705)
* Fri Jan 13 2023 Dirk Müller - add aws-sdk-1.42.27-update.patch to include AWS_ROLE_ARN support (SD-106252)
* Fri Sep 09 2022 Frederic Crozat - Explicitly require nologin shell which is needed for registry system user (bsc#1203324)
* Wed Jun 08 2022 Dirk Müller - switch to go 1.16 for 2.8.1 (jsc#SLE-24963)- build the additional commands as well- rename to follow upstream renaming- cleanups- switch to systemd for user generation
* Mon May 02 2022 dcermakAATTsuse.com- Update to version 2.8.1:
* FIx typo
* Update 2.8.1. release notes
* go 1.16.15
* Tue Feb 15 2022 rbrownAATTsuse.com- Update to version 2.8.0:
* Update README so the release pipeline works properly.
* Make this releaes a beta release first.
* [2.8] Release artifacts
* release workflow
* Apply suggestions from code review
* Prepare for v2.8.0 release
* [release/2.7] vendor: github.com/opencontainers/image-spec v1.0.2
* manifest: validate document type before unmarshal
* [release/2.7] vendor: github.com/golang-jwt/jwt v3.2.1- Drop merged patchs
* 0001-Fix-s3-driver-for-supporting-ceph-radosgw.patch
* 0002-Relax-filesystem-driver-folder-permissions-to-0777-cont.patch
* 0003-Support-external-redis-sentinel-cluster.patch
* 0004-Make-ipfilteredby-not-required.patch
* Thu Jul 15 2021 Dirk Müller - go back to golang 1.15 to fix the build for now