Update module github.com/go-chi/chi to v5 #16

Closed
mlamalle wants to merge 1 commits from renovate/github.com-go-chi-chi-5.x into master
Owner

This PR contains the following updates:

Package Type Update Change
github.com/go-chi/chi require major v4.0.2+incompatible -> v5.0.7

Release Notes

go-chi/chi

v5.0.7

Compare Source

v5.0.6

Compare Source

v5.0.5

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

  • chi v5, github.com/go-chi/chi/v5 introduces the adoption of Go's SIV to adhere to the current state-of-the-tools in Go.
  • chi v1.5.x did not work out as planned, as the Go tooling is too powerful and chi's adoption is too wide.
    The most responsible thing to do for everyone's benefit is to just release v5 with SIV, so I present to you all,
    chi v5 at github.com/go-chi/chi/v5. I hope someday the developer experience and ergonomics I've been seeking
    will still come to fruition in some form, see https://github.com/golang/go/issues/44550
  • History of changes: see https://github.com/go-chi/chi/compare/v1.5.4...v5.0.0

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

  • middleware.LogEntry: Write method on interface now passes the response header
    and an extra interface type useful for custom logger implementations.
  • middleware.WrapResponseWriter: minor fix
  • middleware.Recoverer: a bit prettier
  • History of changes: see https://github.com/go-chi/chi/compare/v4.0.4...v4.1.0

v4.0.4

Compare Source

v4.0.3

Compare Source


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, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-chi/chi](https://github.com/go-chi/chi) | require | major | `v4.0.2+incompatible` -> `v5.0.7` | --- ### Release Notes <details> <summary>go-chi/chi</summary> ### [`v5.0.7`](https://github.com/go-chi/chi/blob/HEAD/CHANGELOG.md#v507-2021-11-18) [Compare Source](https://github.com/go-chi/chi/compare/v5.0.6...v5.0.7) - History of changes: see https://github.com/go-chi/chi/compare/v5.0.6...v5.0.7 ### [`v5.0.6`](https://github.com/go-chi/chi/blob/HEAD/CHANGELOG.md#v506-2021-11-15) [Compare Source](https://github.com/go-chi/chi/compare/v5.0.5...v5.0.6) - History of changes: see https://github.com/go-chi/chi/compare/v5.0.5...v5.0.6 ### [`v5.0.5`](https://github.com/go-chi/chi/blob/HEAD/CHANGELOG.md#v505-2021-10-27) [Compare Source](https://github.com/go-chi/chi/compare/v5.0.4...v5.0.5) - History of changes: see https://github.com/go-chi/chi/compare/v5.0.4...v5.0.5 ### [`v5.0.4`](https://github.com/go-chi/chi/blob/HEAD/CHANGELOG.md#v504-2021-08-29) [Compare Source](https://github.com/go-chi/chi/compare/v5.0.3...v5.0.4) - History of changes: see https://github.com/go-chi/chi/compare/v5.0.3...v5.0.4 ### [`v5.0.3`](https://github.com/go-chi/chi/blob/HEAD/CHANGELOG.md#v503-2021-04-29) [Compare Source](https://github.com/go-chi/chi/compare/v5.0.2...v5.0.3) - History of changes: see https://github.com/go-chi/chi/compare/v5.0.2...v5.0.3 ### [`v5.0.2`](https://github.com/go-chi/chi/blob/HEAD/CHANGELOG.md#v502-2021-03-25) [Compare Source](https://github.com/go-chi/chi/compare/v5.0.1...v5.0.2) - History of changes: see https://github.com/go-chi/chi/compare/v5.0.1...v5.0.2 ### [`v5.0.1`](https://github.com/go-chi/chi/blob/HEAD/CHANGELOG.md#v501-2021-03-10) [Compare Source](https://github.com/go-chi/chi/compare/v5.0.0...v5.0.1) - Small improvements - History of changes: see https://github.com/go-chi/chi/compare/v5.0.0...v5.0.1 ### [`v5.0.0`](https://github.com/go-chi/chi/blob/HEAD/CHANGELOG.md#v500-2021-02-27) [Compare Source](https://github.com/go-chi/chi/compare/v4.1.2...v5.0.0) - chi v5, `github.com/go-chi/chi/v5` introduces the adoption of Go's SIV to adhere to the current state-of-the-tools in Go. - chi v1.5.x did not work out as planned, as the Go tooling is too powerful and chi's adoption is too wide. The most responsible thing to do for everyone's benefit is to just release v5 with SIV, so I present to you all, chi v5 at `github.com/go-chi/chi/v5`. I hope someday the developer experience and ergonomics I've been seeking will still come to fruition in some form, see https://github.com/golang/go/issues/44550 - History of changes: see https://github.com/go-chi/chi/compare/v1.5.4...v5.0.0 ### [`v4.1.2`](https://github.com/go-chi/chi/blob/HEAD/CHANGELOG.md#v412-2020-06-02) [Compare Source](https://github.com/go-chi/chi/compare/v4.1.1...v4.1.2) - fix that handles MethodNotAllowed with path variables, thank you [@&#8203;caseyhadden](https://github.com/caseyhadden) for your contribution - fix to replace nested wildcards correctly in RoutePattern, thank you @&#8203;[@&#8203;unmultimedio](https://github.com/unmultimedio) for your contribution - History of changes: see https://github.com/go-chi/chi/compare/v4.1.1...v4.1.2 ### [`v4.1.1`](https://github.com/go-chi/chi/blob/HEAD/CHANGELOG.md#v411-2020-04-16) [Compare Source](https://github.com/go-chi/chi/compare/v4.1.0...v4.1.1) - fix for issue https://github.com/go-chi/chi/issues/411 which allows for overlapping regexp route to the correct handler through a recursive tree search, thanks to [@&#8203;Jahaja](https://github.com/Jahaja) for the PR/fix! - new middleware.RouteHeaders as a simple router for request headers with wildcard support - History of changes: see https://github.com/go-chi/chi/compare/v4.1.0...v4.1.1 ### [`v4.1.0`](https://github.com/go-chi/chi/blob/HEAD/CHANGELOG.md#v410-2020-04-1) [Compare Source](https://github.com/go-chi/chi/compare/v4.0.4...v4.1.0) - middleware.LogEntry: Write method on interface now passes the response header and an extra interface type useful for custom logger implementations. - middleware.WrapResponseWriter: minor fix - middleware.Recoverer: a bit prettier - History of changes: see https://github.com/go-chi/chi/compare/v4.0.4...v4.1.0 ### [`v4.0.4`](https://github.com/go-chi/chi/blob/HEAD/CHANGELOG.md#v404-2020-03-24) [Compare Source](https://github.com/go-chi/chi/compare/v4.0.3...v4.0.4) - middleware.Recoverer: new pretty stack trace printing (https://github.com/go-chi/chi/pull/496) - a few minor improvements and fixes - History of changes: see https://github.com/go-chi/chi/compare/v4.0.3...v4.0.4 ### [`v4.0.3`](https://github.com/go-chi/chi/blob/HEAD/CHANGELOG.md#v403-2020-01-09) [Compare Source](https://github.com/go-chi/chi/compare/v4.0.2...v4.0.3) - core: fix regexp routing to include default value when param is not matched - middleware: rewrite of middleware.Compress - middleware: suppress http.ErrAbortHandler in middleware.Recoverer - History of changes: see https://github.com/go-chi/chi/compare/v4.0.2...v4.0.3 </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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODYuMiIsInVwZGF0ZWRJblZlciI6IjMyLjE4Ni4yIn0=-->
mlamalle added 1 commit 2022-09-02 15:17:55 +02:00
renovate/artifacts Artifact file update failure
9e8aa7cda5
Update module github.com/go-chi/chi to v5
Author
Owner

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker pull docker.io/renovate/go:1.19.0
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

### ⚠ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: go.sum ``` Command failed: docker pull docker.io/renovate/go:1.19.0 Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? ```
mlamalle closed this pull request 2022-09-02 15:36:59 +02:00
Some checks failed
renovate/artifacts Artifact file update failure

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
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: mlamalle/foodoles#16
No description provided.