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

Bump github.com/caddyserver/caddy/v2 from 2.7.5 to 2.7.6 #41

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps github.com/caddyserver/caddy/v2 from 2.7.5 to 2.7.6.

Release notes

Sourced from github.com/caddyserver/caddy/v2's releases.

v2.7.6

In this version we've made several fixes and enhancements with help from several contributors. Most changes are small, but some notable ones:

  • The templates middleware is now officially extensible (experimentally). This means modules can add custom functions/actions for templates to execute.
  • TLS storage cleaning is now synchronized across the cluster and remembered across restarts. This should greatly lower costs for expensive storage backends like DynamoDB.
  • Placeholders are now evaluated in config for certificate loaders.
  • Numerous bug fixes.

Thank you to everyone who contributed!

Changelog

  • 65c489a0 Upgrade acmeserver to github.com/go-chi/chi/v5 (#5913)
  • ae5e2d96 caddyfile: Fix variadic placeholder false positive when token contains : (#5883)
  • db55da59 caddyhttp: Adjust scheme placeholder docs (#5910)
  • df5edf6b caddytls: Context to DecisionFunc (#5923)
  • 6d9a8337 caddytls: Sync distributed storage cleaning (#5940)
  • 11a082c0 cmd: Add newline character to version string in CLI output (#5895)
  • 979c413f cmd: upgrade: resolve symlink of the executable (#5891)
  • 64820706 core: Apply SO_REUSEPORT to UDP sockets (#5725)
  • 15adb893 core: quic listener will manage the underlying socket by itself (#5749)
  • 801ec756 fileserver: Add .m4v for browse template icon
  • b809ed71 go.mod: CVE-2023-45142 Update opentelemetry (#5908)
  • b4c7313c go.mod: Upgrade quic-go to v0.39.1
  • 36fce3fa go.mod: update quic-go version to v0.40.0 (#5922)
  • ec2de22a httpcaddyfile: Fix TLS automation policy merging with get_certificate (#5896)
  • f0ea489d httpcaddyfile: Remove port from logger names (#5881)
  • 87f63b12 httpredirectlistener: Only set read limit for when request is HTTP (#5917)
  • 16834d64 templates: Clarify include args docs, add .ClientIP (#5898)
  • 0259853a templates: Delete headers on httpError to reset to clean slate (#5905)
  • 2f7ceb57 templates: Offically make templates extensible (#5939)
  • 908e9569 tls: accept placeholders in string values of certificate loaders (#5963)

Full Changelog: caddyserver/caddy@v2.7.5...v2.7.6

Commits
  • 6d9a833 caddytls: Sync distributed storage cleaning (#5940)
  • df5edf6 caddytls: Context to DecisionFunc (#5923)
  • 908e956 tls: accept placeholders in string values of certificate loaders (#5963)
  • 2f7ceb5 templates: Offically make templates extensible (#5939)
  • e89c9a4 http2 uses new round-robin scheduler (#5946)
  • e9ac48b panic when reading from backend failed to propagate stream error (#5952)
  • e555702 chore: Bump otel to v1.21.0. (#5949)
  • 87f63b1 httpredirectlistener: Only set read limit for when request is HTTP (#5917)
  • 801ec75 fileserver: Add .m4v for browse template icon
  • c8219d0 Revert "caddyhttp: Use sync.Pool to reduce lengthReader allocations (#5848)" ...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 11, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/caddyserver/caddy/v2-2.7.6 branch from 1a7a0b8 to 3fbb5db Compare December 11, 2023 21:20
Bumps [github.com/caddyserver/caddy/v2](https://github.com/caddyserver/caddy) from 2.7.5 to 2.7.6.
- [Release notes](https://github.com/caddyserver/caddy/releases)
- [Changelog](https://github.com/caddyserver/caddy/blob/master/.goreleaser.yml)
- [Commits](caddyserver/caddy@v2.7.5...v2.7.6)

---
updated-dependencies:
- dependency-name: github.com/caddyserver/caddy/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/caddyserver/caddy/v2-2.7.6 branch from 3fbb5db to 0aed96f Compare December 11, 2023 21:20
@owenthereal owenthereal merged commit 906e6ab into master Feb 1, 2024
6 checks passed
@owenthereal owenthereal deleted the dependabot/go_modules/github.com/caddyserver/caddy/v2-2.7.6 branch February 1, 2024 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant