chore(deps): update dependency caddyserver/caddy to v2.5.2 #83
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/caddyserver-caddy-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v2.5.1
->v2.5.2
Release Notes
caddyserver/caddy
v2.5.2
Compare Source
This patch release fixes bugs, adds some new features, and makes worthwhile enhancements. We recommend everyone test and upgrade!
Many improvements have been made to the
reverse_proxy
module.Highlights:
/adapt
admin endpoint: Use your installed config adapters via API in addition to the existingcaddy adapt
CLI command.Etag
/If-Match
support for config API: Safely update your config concurrently and avoid collisions by using our unique Etag implementation.handle_response
, you can more easily map headers to a different name for clients.Changelog
660c59b
admin: Implement /adapt endpoint (close #4465) (#4846)ad3a83f
admin: expect quoted ETags (#4879)f259ed5
admin: support ETag on config endpoints (#4579)1498132
caddyhttp: Log error from CEL evaluation (fix #4832)0a14f97
caddytls: Make peer certificate verification pluggable (#4389)412dcc0
caddytls: Reuse issuer between PreCheck and Issue (#4866)499ad6d
core: Micro-optim in run() (#4810)c0f76e9
fileserver: Use safe redirects in file browser58e05ca
forwardauth: Fix case whencopy_headers
is omitted (#4856)0b6f764
forwardauth: Support renaming copied headers, block support (#4783)8bac134
go.mod: Bump up quic-go to v0.28.0, fixes for BC breaks (#4867)3d18bc5
go.mod: Update go-yaml to v35601393
go.mod: Update some dependencies8e6bc36
go.mod: Upgrade some dependencies53c4d78
headers: Only replace known placeholders (#4880)0bcd02d
headers: Support wildcards for delete ops (close #4830) (#4831)58970ca
httpcaddyfile: Add{err.*}
placeholder shortcut (#4798)b687d7b
httpcaddyfile: Support multiple values fordefault_bind
(#4774)a926779
reverseproxy: Add --internal-certs CLI flag #3589 (#4817)aaf6794
reverseproxy: Add renegotiation param in TLS client (#4784)54d1923
reverseproxy: Adjust new TLS Caddyfile directive names (#4872)7f9b1f4
reverseproxy: Correct thetls_server_name
docs (#4827)c82fe91
reverseproxy: Dynamic ServerName for TLS upstreams (#4836)d6bc9e0
reverseproxy: Err 503 if all upstreams unavailable98468af
reverseproxy: Fix double headers in response handlers (#4847)25f1051
reverseproxy: Fix panic when TLS is not configured (#4848)5e729c1
reverseproxy: HTTP 504 for upstream timeouts (#4824)f9b42c3
reverseproxy: Make TLS renegotiation optionalb6e96fa
reverseproxy: Skip TLS for certain configured ports (#4843)57d27c1
reverseproxy: Support http1.1>h2c (close #4777) (#4778)9864b13
reverseproxy: api: Remove misleading 'healthy' value693e9b5
rewrite: Handle fragment before query (fix #4775)6891f7f
templates: Addhumanize
function (#4767)9e760e2
templates: Documentation consistency (#4796)New Contributors
Full Changelog: https://github.com/caddyserver/caddy/compare/v2.5.1...v2.5.2
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.
This PR has been generated by Renovate Bot.