Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/caddyserver/caddy/v2 to v2.9.1 #187

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/caddyserver/caddy/v2 v2.8.4 -> v2.9.1 age adoption passing confidence

Release Notes

caddyserver/caddy (github.com/caddyserver/caddy/v2)

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

New Contributors

Full Changelog: caddyserver/caddy@v2.9.0...v2.9.1

v2.9.0

Compare Source

Happy New Year! We're pleased to release Caddy 2.9. Aside from some minor new features, this release is mainly focused on refinements and bug fixes in many areas, including:

  • Config loading
  • Events
  • Logging
  • Placeholders
  • Reverse proxy and HTTP server performance
  • Matchers
  • HTTP (esp. HTTP/3)
  • Metrics (per-host metrics)
  • Security
  • TLS automation & ACME ARI

We realize there is extensive interest in Encrypted Client Hello (ECH) and post-quantum ciphers. These are slated to be supported in Go 1.24, which is scheduled for a stable release in approximately February. We did not want to force users to go through the inconvenience of installing pre-release, non-stock installations of Go, even though the RCs are quite stable and production-ready, in order to even compile Caddy, which is quite common given our plugin ecosystem. We anticipate a Caddy 2.10 release in the near future with these capabilities, built on Go 1.24.

We hope you will enjoy the 2.9 release. Thanks to all contributors, bug reporters, and helpers, and those organizations which deployed pre-release versions to production to help verify patches and features.

Changelog

What's Changed

New Contributors

Full Changelog: caddyserver/caddy@v2.8.4...v2.9.0


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Dec 31, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 40 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.0 -> 1.22.10
github.com/BurntSushi/toml v1.3.2 -> v1.4.0
github.com/Masterminds/semver/v3 v3.2.0 -> v3.3.0
github.com/Masterminds/sprig/v3 v3.2.3 -> v3.3.0
github.com/alecthomas/chroma/v2 v2.13.0 -> v2.14.0
github.com/caddyserver/certmagic v0.21.3 -> v0.21.6
github.com/cenkalti/backoff/v4 v4.2.1 -> v4.3.0
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/cpuguy83/go-md2man/v2 v2.0.3 -> v2.0.4
github.com/go-logr/logr v1.4.1 -> v1.4.2
github.com/golang/glog v1.2.0 -> v1.2.2
github.com/google/cel-go v0.20.1 -> v0.21.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0 -> v2.22.0
github.com/huandu/xstrings v1.3.3 -> v1.5.0
github.com/klauspost/compress v1.17.8 -> v1.17.11
github.com/klauspost/cpuid/v2 v2.2.7 -> v2.2.9
github.com/miekg/dns v1.1.59 -> v1.1.62
github.com/pires/go-proxyproto v0.7.0 -> v0.7.1-0.20240628150027-b718e7ce4964
github.com/quic-go/qpack v0.4.0 -> v0.5.1
github.com/quic-go/quic-go v0.44.0 -> v0.48.2
github.com/shopspring/decimal v1.2.0 -> v1.4.0
github.com/spf13/cast v1.4.1 -> v1.7.0
github.com/spf13/cobra v1.8.0 -> v1.8.1
github.com/tailscale/tscert v0.0.0-20240517230440-bbccfbf48933 -> v0.0.0-20240608151842-d3f834017e53
github.com/yuin/goldmark v1.7.1 -> v1.7.8
github.com/zeebo/blake3 v0.2.3 -> v0.2.4
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 -> v0.56.0
go.opentelemetry.io/otel v1.24.0 -> v1.31.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 -> v1.31.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 -> v1.31.0
go.opentelemetry.io/otel/metric v1.24.0 -> v1.31.0
go.opentelemetry.io/otel/sdk v1.21.0 -> v1.31.0
go.opentelemetry.io/otel/trace v1.24.0 -> v1.31.0
go.opentelemetry.io/proto/otlp v1.0.0 -> v1.3.1
go.uber.org/automaxprocs v1.5.3 -> v1.6.0
go.uber.org/zap/exp v0.2.0 -> v0.3.0
golang.org/x/crypto/x509roots/fallback v0.0.0-20240507223354-67b13616a595 -> v0.0.0-20241104001025-71ed71b4faf9
golang.org/x/time v0.5.0 -> v0.7.0
google.golang.org/genproto/googleapis/api v0.0.0-20240506185236-b8a5c65736ae -> v0.0.0-20241007155032-5fefd90f89a9
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 -> v0.0.0-20241007155032-5fefd90f89a9
google.golang.org/grpc v1.63.2 -> v1.67.1

@renovate renovate bot force-pushed the renovate/github.com-caddyserver-caddy-v2-2.x branch 2 times, most recently from a64e1e5 to 013002d Compare January 8, 2025 08:43
@renovate renovate bot force-pushed the renovate/github.com-caddyserver-caddy-v2-2.x branch from 013002d to c871e14 Compare January 8, 2025 18:42
@renovate renovate bot changed the title fix(deps): update module github.com/caddyserver/caddy/v2 to v2.9.0 fix(deps): update module github.com/caddyserver/caddy/v2 to v2.9.1 Jan 8, 2025
Copy link

sonarqubecloud bot commented Jan 9, 2025

Copy link
Contributor Author

renovate bot commented Jan 9, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant