From 274314c49c2edda2bee3b778d314ef7b447e3a3a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 26 Jan 2024 23:06:40 +0100 Subject: [PATCH] chore(deps): update registry docker tag to v2.8.3 (#667) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [registry](https://github.com/distribution/distribution) | patch | `2.8.2` -> `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`](https://github.com/distribution/distribution/releases/tag/v2.8.3) [Compare Source](https://github.com/distribution/distribution/compare/v2.8.2...v2.8.3) #### What's Changed - Pass `BUILDTAGS` argument to `go build` by [@​marcusirgens](https://github.com/marcusirgens) in https://github.com/distribution/distribution/pull/3926 - Enable Go build tags by [@​thaJeztah](https://github.com/thaJeztah) in https://github.com/distribution/distribution/pull/4009 - `reference`: replace deprecated function `SplitHostname` by [@​thaJeztah](https://github.com/thaJeztah) in https://github.com/distribution/distribution/pull/4032 - Dont parse errors as JSON unless Content-Type is set to JSON by [@​thaJeztah](https://github.com/thaJeztah) in https://github.com/distribution/distribution/pull/4054 - update to go 1.20.8 by [@​thaJeztah](https://github.com/thaJeztah) in https://github.com/distribution/distribution/pull/4056 - Set `Content-Type` header in registry client `ReadFrom` by [@​thaJeztah](https://github.com/thaJeztah) in https://github.com/distribution/distribution/pull/4053 - deprecate reference package, migrate to github.com/distribution/reference by [@​thaJeztah](https://github.com/thaJeztah) in https://github.com/distribution/distribution/pull/4063 - `digestset`: deprecate package in favor of `go-digest/digestset` by [@​thaJeztah](https://github.com/thaJeztah) in https://github.com/distribution/distribution/pull/4064 - Do not close HTTP request body in HTTP handler by [@​milosgajdos](https://github.com/milosgajdos) in https://github.com/distribution/distribution/pull/4068 - Add v2.8.3 release notes by [@​milosgajdos](https://github.com/milosgajdos) in https://github.com/distribution/distribution/pull/4088 #### New Contributors - [@​marcusirgens](https://github.com/marcusirgens) made their first contribution in https://github.com/distribution/distribution/pull/3926 **Full Changelog**: https://github.com/distribution/distribution/compare/v2.8.2...v2.8.3
--- ### 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.mgrote.net/mg/homeserver/pulls/667 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- docker-compose/registry/docker-compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/registry/docker-compose.yml.j2 b/docker-compose/registry/docker-compose.yml.j2 index e00cbf49..ce3ddbb6 100644 --- a/docker-compose/registry/docker-compose.yml.j2 +++ b/docker-compose/registry/docker-compose.yml.j2 @@ -3,7 +3,7 @@ services: oci-registry: restart: always container_name: oci-registry - image: "registry:2.8.2@sha256:bcece5dd3d4b6189e13e7ac71b2ccbc2aae649365f0c589852d687efeba6b290" + image: "registry:2.8.3@sha256:0a182cb82c93939407967d6d71d6caf11dcef0e5689c6afe2d60518e3b34ab86" volumes: - oci:/var/lib/registry - ./htpasswd:/auth/htpasswd