chore(deps): update dependency caddyserver/caddy to v2.6.3 #112

Merged
xoxys merged 1 commits from renovate/caddyserver-caddy-2.x into main 2023-02-08 21:49:17 +01:00
Member

This PR contains the following updates:

Package Update Change
caddyserver/caddy patch v2.6.2 -> v2.6.3

Release Notes

caddyserver/caddy

v2.6.3

Compare Source

This release brings a number of bug fixes and minor features. We recommend that all users check the release notes/commits, then test and upgrade.

Notable changes:

  • New trusted_proxies global option (within servers) can be used to specify trusted proxy IP ranges globally. This is important if relying on headers for client IP addresses.
  • Unix sockets on Windows now supported as proxy upstreams.
  • Proxied WebSocket connections are now logged with correct status code and "size" (bytes read + bytes written).
  • The quic-go package has received significant optimizations, so HTTP/3 should be more efficient now.

Thank you to everyone who contributed to this release!

Changelog


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.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [caddyserver/caddy](https://github.com/caddyserver/caddy) | patch | `v2.6.2` -> `v2.6.3` | --- ### Release Notes <details> <summary>caddyserver/caddy</summary> ### [`v2.6.3`](https://github.com/caddyserver/caddy/releases/tag/v2.6.3) [Compare Source](https://github.com/caddyserver/caddy/compare/v2.6.2...v2.6.3) This release brings a number of bug fixes and minor features. We recommend that all users check the release notes/commits, then test and upgrade. Notable changes: - New `trusted_proxies` global option (within `servers`) can be used to specify trusted proxy IP ranges globally. This is important if relying on headers for client IP addresses. - Unix sockets on Windows now supported as proxy upstreams. - Proxied WebSocket connections are now logged with correct status code and "size" (bytes read + bytes written). - The [quic-go](https://github.com/quic-go/quic-go) package has received significant optimizations, so HTTP/3 should be more efficient now. Thank you to everyone who contributed to this release! #### Changelog - [`bfaf2a8`](https://github.com/caddyserver/caddy/commit/bfaf2a82) acme_server: Configurable default lifetime for issued certificates ([#&#8203;5232](https://github.com/caddyserver/caddy/issues/5232)) - [`ac83b7e`](https://github.com/caddyserver/caddy/commit/ac83b7e2) admin: Add `CADDY_ADMIN` env var to override the default ([#&#8203;5332](https://github.com/caddyserver/caddy/issues/5332)) - [`ac96455`](https://github.com/caddyserver/caddy/commit/ac96455a) admin: fix certificate renewal for admin ([#&#8203;5169](https://github.com/caddyserver/caddy/issues/5169)) - [`762b027`](https://github.com/caddyserver/caddy/commit/762b0278) admin: set certmagic cache logger ([#&#8203;5173](https://github.com/caddyserver/caddy/issues/5173)) - [`329af5c`](https://github.com/caddyserver/caddy/commit/329af5ce) build(deps): bump actions/cache from 2 to 3 ([#&#8203;5263](https://github.com/caddyserver/caddy/issues/5263)) - [`3b724a2`](https://github.com/caddyserver/caddy/commit/3b724a20) build(deps): bump actions/upload-artifact from 1 to 3 ([#&#8203;5262](https://github.com/caddyserver/caddy/issues/5262)) - [`af93517`](https://github.com/caddyserver/caddy/commit/af93517c) build(deps): bump goreleaser/goreleaser-action from 2 to 4 ([#&#8203;5264](https://github.com/caddyserver/caddy/issues/5264)) - [`cd49847`](https://github.com/caddyserver/caddy/commit/cd49847e) build(deps): bump peter-evans/repository-dispatch from 1 to 2 ([#&#8203;5261](https://github.com/caddyserver/caddy/issues/5261)) - [`8d3a1b8`](https://github.com/caddyserver/caddy/commit/8d3a1b8b) caddyauth: Use singleflight for basic auth ([#&#8203;5344](https://github.com/caddyserver/caddy/issues/5344)) - [`bbe3663`](https://github.com/caddyserver/caddy/commit/bbe36631) caddyconfig: Fix httploader leak from unused responses ([#&#8203;5159](https://github.com/caddyserver/caddy/issues/5159)) - [`7f2a93e`](https://github.com/caddyserver/caddy/commit/7f2a93e6) caddyfile: Allow overriding server names ([#&#8203;5323](https://github.com/caddyserver/caddy/issues/5323)) - [`223cbe3`](https://github.com/caddyserver/caddy/commit/223cbe3d) caddyhttp: Add server-level `trusted_proxies` config ([#&#8203;5103](https://github.com/caddyserver/caddy/issues/5103)) - [`087f126`](https://github.com/caddyserver/caddy/commit/087f126c) caddyhttp: Canonicalize header field names ([#&#8203;5176](https://github.com/caddyserver/caddy/issues/5176)) - [`12bcbe2`](https://github.com/caddyserver/caddy/commit/12bcbe2c) caddyhttp: Pluggable trusted proxy IP range sources ([#&#8203;5328](https://github.com/caddyserver/caddy/issues/5328)) - [`ed50311`](https://github.com/caddyserver/caddy/commit/ed503118) caddyhttp: add placeholder {http.request.orig_uri.path.\*} ([#&#8203;5161](https://github.com/caddyserver/caddy/issues/5161)) - [`33fdea8`](https://github.com/caddyserver/caddy/commit/33fdea8f) caddypki: Prefer user-configured root instead of generating new one ([#&#8203;5189](https://github.com/caddyserver/caddy/issues/5189)) - [`6f8fe01`](https://github.com/caddyserver/caddy/commit/6f8fe01d) caddypki: Use go.step.sm/crypto to generate the PKI ([#&#8203;5217](https://github.com/caddyserver/caddy/issues/5217)) - [`1fa4cb7`](https://github.com/caddyserver/caddy/commit/1fa4cb7b) caddytest: Increased sleep between retries to reduce flakey tests in CI ([#&#8203;5160](https://github.com/caddyserver/caddy/issues/5160)) - [`fef9cb3`](https://github.com/caddyserver/caddy/commit/fef9cb3e) caddytest: internalize init config into '.go' file ([#&#8203;5230](https://github.com/caddyserver/caddy/issues/5230)) - [`55035d3`](https://github.com/caddyserver/caddy/commit/55035d32) caddytls: Add `dns_ttl` config, improve Caddyfile `tls` options ([#&#8203;5287](https://github.com/caddyserver/caddy/issues/5287)) - [`66ce0c5`](https://github.com/caddyserver/caddy/commit/66ce0c5c) caddytls: Add test cases for Caddyfile `tls` options ([#&#8203;5293](https://github.com/caddyserver/caddy/issues/5293)) - [`0a3efd1`](https://github.com/caddyserver/caddy/commit/0a3efd16) caddytls: Debug log for ask endpoint - [`94b8d56`](https://github.com/caddyserver/caddy/commit/94b8d560) cmd: Add `--envfile` flag to `validate` command ([#&#8203;5350](https://github.com/caddyserver/caddy/issues/5350)) - [`a999b70`](https://github.com/caddyserver/caddy/commit/a999b707) cmd: Add missing `\n` to HelpTemplate ([#&#8203;5151](https://github.com/caddyserver/caddy/issues/5151)) - [`c3b5b18`](https://github.com/caddyserver/caddy/commit/c3b5b181) cmd: Avoid panic when printing version without build info ([#&#8203;5210](https://github.com/caddyserver/caddy/issues/5210)) - [`5805b3c`](https://github.com/caddyserver/caddy/commit/5805b3ca) cmd: `caddy fmt` return code is 1 if not formatted ([#&#8203;5297](https://github.com/caddyserver/caddy/issues/5297)) - [`8c0b49b`](https://github.com/caddyserver/caddy/commit/8c0b49bf) cmd: `fmt` exit successfully after overwriting config file ([#&#8203;5351](https://github.com/caddyserver/caddy/issues/5351)) - [`f20a8e7`](https://github.com/caddyserver/caddy/commit/f20a8e7a) cmd: replace deprecate func use ([#&#8203;5170](https://github.com/caddyserver/caddy/issues/5170)) - [`536c28d`](https://github.com/caddyserver/caddy/commit/536c28d4) core: Support Windows absolute paths for UDS proxy upstreams ([#&#8203;5114](https://github.com/caddyserver/caddy/issues/5114)) - [`dac7cac`](https://github.com/caddyserver/caddy/commit/dac7cacd) encode: Respect Cache-Control no-transform ([#&#8203;5257](https://github.com/caddyserver/caddy/issues/5257)) - [`4e9ad50`](https://github.com/caddyserver/caddy/commit/4e9ad50f) fileserver: Add a couple test cases - [`4bf6cb4`](https://github.com/caddyserver/caddy/commit/4bf6cb41) fileserver: Reject ADS and short name paths; trim trailing dots and spaces on Windows ([#&#8203;5148](https://github.com/caddyserver/caddy/issues/5148)) - [`a3ae146`](https://github.com/caddyserver/caddy/commit/a3ae146c) fileserver: Reject non-GET/HEAD requests (close [#&#8203;5166](https://github.com/caddyserver/caddy/issues/5166)) ([#&#8203;5167](https://github.com/caddyserver/caddy/issues/5167)) - [`e8ad9b3`](https://github.com/caddyserver/caddy/commit/e8ad9b32) go.mod: Update golang.org/x/net to v0.5.0 ([#&#8203;5314](https://github.com/caddyserver/caddy/issues/5314)) - [`fac35db`](https://github.com/caddyserver/caddy/commit/fac35db9) go.mod: Update quic-go to v0.31.0 - [`798c4a3`](https://github.com/caddyserver/caddy/commit/798c4a3b) go.mod: Upgrade some dependencies - [`90798f3`](https://github.com/caddyserver/caddy/commit/90798f3e) go.mod: Upgrade various dependencies ([#&#8203;5362](https://github.com/caddyserver/caddy/issues/5362)) - [`98867ac`](https://github.com/caddyserver/caddy/commit/98867ac3) go.mod: bump tscert package to fix Tailscale 1.34+ on Windows ([#&#8203;5331](https://github.com/caddyserver/caddy/issues/5331)) - [`d73660f`](https://github.com/caddyserver/caddy/commit/d73660f7) httpcaddyfile: Add persist_config global option ([#&#8203;5339](https://github.com/caddyserver/caddy/issues/5339)) - [`c38a040`](https://github.com/caddyserver/caddy/commit/c38a040e) httpcaddyfile: Fix `handle` grouping inside `route` ([#&#8203;5315](https://github.com/caddyserver/caddy/issues/5315)) - [`d6d7511`](https://github.com/caddyserver/caddy/commit/d6d75116) httpcaddyfile: Warn on importing empty file; skip dotfiles ([#&#8203;5320](https://github.com/caddyserver/caddy/issues/5320)) - [`817470d`](https://github.com/caddyserver/caddy/commit/817470dd) httploader: Close resp body on bad status code - [`72e7edd`](https://github.com/caddyserver/caddy/commit/72e7edda) map: Clarified how destination values should be formatted ([#&#8203;5156](https://github.com/caddyserver/caddy/issues/5156)) - [`e9d95ab`](https://github.com/caddyserver/caddy/commit/e9d95ab2) reverseproxy: Add flag to short command to disable redirects ([#&#8203;5330](https://github.com/caddyserver/caddy/issues/5330)) - [`e450a73`](https://github.com/caddyserver/caddy/commit/e450a737) reverseproxy: Don't enable auto-https when `--from` flag is http ([#&#8203;5269](https://github.com/caddyserver/caddy/issues/5269)) - [`845bc4d`](https://github.com/caddyserver/caddy/commit/845bc4d5) reverseproxy: Fix hanging for Transfer-Encoding: chunked ([#&#8203;5289](https://github.com/caddyserver/caddy/issues/5289)) - [`d4a7d89`](https://github.com/caddyserver/caddy/commit/d4a7d89f) reverseproxy: Improve hostByHashing distribution ([#&#8203;5229](https://github.com/caddyserver/caddy/issues/5229)) - [`c77a6be`](https://github.com/caddyserver/caddy/commit/c77a6bea) reverseproxy: Log status code and byte count for websockets ([#&#8203;5140](https://github.com/caddyserver/caddy/issues/5140)) - [`ee7c92e`](https://github.com/caddyserver/caddy/commit/ee7c92ec) reverseproxy: Mask the WS close message when we're the client ([#&#8203;5199](https://github.com/caddyserver/caddy/issues/5199)) - [`d74f6fd`](https://github.com/caddyserver/caddy/commit/d74f6fd9) reverseproxy: Set origreq in active health check ([#&#8203;5284](https://github.com/caddyserver/caddy/issues/5284)) - [`9623102`](https://github.com/caddyserver/caddy/commit/96231020) tracing: Support placeholders in span name ([#&#8203;5329](https://github.com/caddyserver/caddy/issues/5329)) </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 this update 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:eyJjcmVhdGVkSW5WZXIiOiIzNC42My4xIiwidXBkYXRlZEluVmVyIjoiMzQuNjMuMSJ9-->
renovator added 1 commit 2023-02-08 21:05:09 +01:00
xoxys merged commit 4696de1e05 into main 2023-02-08 21:49:17 +01:00
xoxys deleted branch renovate/caddyserver-caddy-2.x 2023-02-08 21:49:17 +01:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: container/link-validator#112
No description provided.