Skip to content

Commit

Permalink
chore(deps): update registry docker tag to v2.8.3 (#127)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [registry](https://github.com/distribution/distribution) | patch | `2.8.2` -> `2.8.3` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.

---

### Release Notes

<details>
<summary>distribution/distribution (registry)</summary>

### [`v2.8.3`](https://github.com/distribution/distribution/releases/tag/v2.8.3)

[Compare Source](distribution/distribution@v2.8.2...v2.8.3)

##### What's Changed

-   Pass `BUILDTAGS` argument to `go build` by [@&#8203;marcusirgens](https://github.com/marcusirgens) in distribution/distribution#3926
-   Enable Go build tags by [@&#8203;thaJeztah](https://github.com/thaJeztah) in distribution/distribution#4009
-   `reference`: replace deprecated function `SplitHostname` by [@&#8203;thaJeztah](https://github.com/thaJeztah) in distribution/distribution#4032
-   Dont parse errors as JSON unless Content-Type is set to JSON by [@&#8203;thaJeztah](https://github.com/thaJeztah) in distribution/distribution#4054
-   update to go 1.20.8 by [@&#8203;thaJeztah](https://github.com/thaJeztah) in distribution/distribution#4056
-   Set `Content-Type` header in registry client `ReadFrom` by [@&#8203;thaJeztah](https://github.com/thaJeztah) in distribution/distribution#4053
-   deprecate reference package, migrate to github.com/distribution/reference by [@&#8203;thaJeztah](https://github.com/thaJeztah) in distribution/distribution#4063
-   `digestset`: deprecate package in favor of `go-digest/digestset`  by [@&#8203;thaJeztah](https://github.com/thaJeztah) in distribution/distribution#4064
-   Do not close HTTP request body in HTTP handler by [@&#8203;milosgajdos](https://github.com/milosgajdos) in distribution/distribution#4068
-   Add v2.8.3 release notes by [@&#8203;milosgajdos](https://github.com/milosgajdos) in distribution/distribution#4088

##### New Contributors

-   [@&#8203;marcusirgens](https://github.com/marcusirgens) made their first contribution in distribution/distribution#3926

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

</details>

---

### 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 these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zLjIiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Reviewed-on: https://git.home/nrdufour/home-ops/pulls/127
Co-authored-by: Renovate <renovate@ptinem.io>
Co-committed-by: Renovate <renovate@ptinem.io>
  • Loading branch information
nrdufour committed Oct 3, 2023
1 parent fe68d2b commit 7efb94f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
runAsGroup: 1000
containers:
- name: registry
image: registry:2.8.2
image: registry:2.8.3
env:
- name: REGISTRY_HTTP_TLS_KEY
value: /certs/tls.key
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/apps/default/registry/app/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
runAsGroup: 1000
containers:
- name: registry
image: registry:2.8.2
image: registry:2.8.3
env:
- name: REGISTRY_HTTP_TLS_KEY
value: /certs/tls.key
Expand Down

0 comments on commit 7efb94f

Please sign in to comment.