chore(deps): update dependency caddyserver/caddy to v2.6.4 #117

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

This PR contains the following updates:

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

Release Notes

caddyserver/caddy

v2.6.4

Compare Source

This release contains a hotfix for a regression in v2.6.3 related to proxying chunked requests. We recommend that all users who do so upgrade to v2.6.4.

Note that, in an effort to make error-prone configs less likely, we have deprecated the reverse proxy options:

  • buffer_requests
  • buffer_responses
  • max_buffer_size

and have introduced 2 new ones which take a size argument to enable buffering:

  • request_buffers <size>
  • response_buffers <size>

The deprecated options will be removed in a later version of Caddy, so please start using the new parameters instead.

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.3` -> `v2.6.4` | --- ### Release Notes <details> <summary>caddyserver/caddy</summary> ### [`v2.6.4`](https://github.com/caddyserver/caddy/releases/tag/v2.6.4) [Compare Source](https://github.com/caddyserver/caddy/compare/v2.6.3...v2.6.4) This release contains a hotfix for a regression in v2.6.3 related to proxying chunked requests. We recommend that all users who do so upgrade to v2.6.4. Note that, in an effort to make error-prone configs less likely, we have deprecated the reverse proxy options: - `buffer_requests` - `buffer_responses` - `max_buffer_size` and have introduced 2 new ones which take a size argument to enable buffering: - `request_buffers <size>` - `response_buffers <size>` The deprecated options will be removed in a later version of Caddy, so please start using the new parameters instead. #### Changelog - [`0db29e2`](https://github.com/caddyserver/caddy/commit/0db29e2c) go.mod: Upgrade acmez and x/net - [`4b119a4`](https://github.com/caddyserver/caddy/commit/4b119a47) reverseproxy: Don't buffer chunked requests (fix [#&#8203;5366](https://github.com/caddyserver/caddy/issues/5366)) ([#&#8203;5367](https://github.com/caddyserver/caddy/issues/5367)) </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-14 21:04:55 +01:00
xoxys merged commit aee4efd1f7 into main 2023-02-15 08:59:36 +01:00
xoxys deleted branch renovate/caddyserver-caddy-2.x 2023-02-15 08:59:36 +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#117
No description provided.