feat(oci/caddy-distroless-base): update 2.7.6 ➼ 2.9.1 #83
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.7.6
->2.9.1
Release Notes
caddyserver/caddy (ghcr.io/jjgadgets/caddy-distroless-base)
v2.9.1
Compare Source
This is a patch release fixing a few issues related to FastCGI, HTTP/3 and unix sockets, log file permissions, repeated TERM signals, and an ARI edge case. It also adds Caddyfile support for response matching in the
header
directive.Thanks to everyone who reported bugs and helped with fixes!
Changelog
34cff4a
core: Only initiate exit once (should fix #6707)50778b5
fix: disable h3 for unix domain socket (#6769)0e570e0
go.mod: Upgrade CertMagic to 0.21.6 (fix ARI handshake maintenance)e48b758
header:match
subdirective for response matching (#6765)1f927d6
log: Only chmod if permission bits differ; make log dir (#6761)1bd567d
reverseproxy: buffer requests for fastcgi by default (#6759)What's Changed
match
subdirective for response matching by @lilnasy in https://github.com/caddyserver/caddy/pull/6765New Contributors
Full Changelog: caddyserver/caddy@v2.9.0...v2.9.1
v2.8.4
Compare Source
Hotfix for the Caddyfile detection regression in v2.8.2. The v2.8.3 tag was mistakenly made on the wrong commit and is skipped.
Changelog
7088605
cmd: fix regression in auto-detect of Caddyfile (#6362)v2.8.1
Compare Source
Quick fixes for a few users related to directory permissions and matcher parsing.
Changelog
40c582c
caddyhttp: Fix merging consecutiveclient_ip
orremote_ip
matchers (#6350)a52917a
core: MkdirAll appDataDir in InstanceID with 0o700 (#6340)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.