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/labstack/echo/v4 to v4.12.0 #141

Merged
merged 1 commit into from
Apr 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/labstack/echo/v4 v4.10.2 -> v4.12.0 age adoption passing confidence

Release Notes

labstack/echo (github.com/labstack/echo/v4)

v4.12.0

Compare Source

Security

Enhancements

v4.11.4

Compare Source

Security

  • Upgrade golang.org/x/crypto to v0.17.0 to fix vulnerability issue #​2562

Enhancements

v4.11.3

Compare Source

Security

  • 'c.Attachment' and 'c.Inline' should escape filename in 'Content-Disposition' header to avoid 'Reflect File Download' vulnerability. #​2541

Enhancements

  • Tests: refactor context tests to be separate functions #​2540
  • Proxy middleware: reuse echo request context #​2537
  • Mark unmarshallable yaml struct tags as ignored #​2536

v4.11.2

Compare Source

Security

Enhancements

v4.11.1

Compare Source

Fixes

  • Fix Gzip middleware not sending response code for no content responses (404, 301/302 redirects etc) #​2481

v4.11.0

Compare Source

Fixes

  • Fixes the proxy middleware concurrency issue of calling the Next() proxy target on Round Robin Balancer #​2409
  • Fix group.RouteNotFound not working when group has attached middlewares #​2411
  • Fix global error handler return error message when message is an error #​2456
  • Do not use global timeNow variables #​2477

Enhancements

  • Added a optional config variable to disable centralized error handler in recovery middleware #​2410
  • refactor: use strings.ReplaceAll directly #​2424
  • Add support for Go1.20 http.rwUnwrapper to Response struct #​2425
  • Check whether is nil before invoking centralized error handling #​2429
  • Proper colon support in echo.Reverse method #​2416
  • Fix misuses of a vs an in documentation comments #​2436
  • Add link to slog.Handler library for Echo logging into README.md #​2444
  • In proxy middleware Support retries of failed proxy requests #​2414
  • gofmt fixes to comments #​2452
  • gzip response only if it exceeds a minimal length #​2267
  • Upgrade packages #​2475

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 Mend Renovate. View repository job log here.

@codecov-commenter
Copy link

codecov-commenter commented Jul 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c1cc858) 33.85% compared to head (f882a74) 34.29%.
Report is 3 commits behind head on master.

❗ Current head f882a74 differs from pull request most recent head f90fd73. Consider uploading reports for the commit f90fd73 to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
+ Coverage   33.85%   34.29%   +0.44%     
==========================================
  Files          26       26              
  Lines        2038     2038              
==========================================
+ Hits          690      699       +9     
+ Misses       1246     1240       -6     
+ Partials      102       99       -3     

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/github.com-labstack-echo-v4-4.x branch from 401b2d9 to f79a912 Compare October 2, 2023 20:39
@renovate renovate bot changed the title Update module github.com/labstack/echo/v4 to v4.11.1 Update module github.com/labstack/echo/v4 to v4.11.2 Oct 11, 2023
@renovate renovate bot force-pushed the renovate/github.com-labstack-echo-v4-4.x branch 2 times, most recently from a77ec8d to f882a74 Compare October 11, 2023 07:35
@renovate renovate bot changed the title Update module github.com/labstack/echo/v4 to v4.11.2 Update module github.com/labstack/echo/v4 to v4.11.2 - autoclosed Oct 23, 2023
@renovate renovate bot closed this Oct 23, 2023
@renovate renovate bot deleted the renovate/github.com-labstack-echo-v4-4.x branch October 23, 2023 10:43
@renovate renovate bot changed the title Update module github.com/labstack/echo/v4 to v4.11.2 - autoclosed Update module github.com/labstack/echo/v4 to v4.11.2 Oct 23, 2023
@renovate renovate bot reopened this Oct 23, 2023
@renovate renovate bot restored the renovate/github.com-labstack-echo-v4-4.x branch October 23, 2023 13:51
@renovate renovate bot force-pushed the renovate/github.com-labstack-echo-v4-4.x branch from f882a74 to f90fd73 Compare October 23, 2023 13:54
@renovate renovate bot changed the title Update module github.com/labstack/echo/v4 to v4.11.2 fix(deps): update module github.com/labstack/echo/v4 to v4.11.2 Oct 30, 2023
@renovate renovate bot changed the title fix(deps): update module github.com/labstack/echo/v4 to v4.11.2 fix(deps): update module github.com/labstack/echo/v4 to v4.11.3 Nov 7, 2023
@renovate renovate bot force-pushed the renovate/github.com-labstack-echo-v4-4.x branch from f90fd73 to 5bdbce5 Compare November 7, 2023 12:57
@renovate renovate bot changed the title fix(deps): update module github.com/labstack/echo/v4 to v4.11.3 fix(deps): update module github.com/labstack/echo/v4 to v4.11.4 Dec 20, 2023
@renovate renovate bot force-pushed the renovate/github.com-labstack-echo-v4-4.x branch from 5bdbce5 to b9b5ea4 Compare December 20, 2023 16:37
@renovate renovate bot changed the title fix(deps): update module github.com/labstack/echo/v4 to v4.11.4 fix(deps): update module github.com/labstack/echo/v4 to v4.12.0 Apr 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-labstack-echo-v4-4.x branch 4 times, most recently from afee410 to 3fc9832 Compare April 21, 2024 17:13
@renovate renovate bot force-pushed the renovate/github.com-labstack-echo-v4-4.x branch from 3fc9832 to b67d178 Compare April 21, 2024 21:25
@github-actions github-actions bot enabled auto-merge (squash) April 21, 2024 21:25
@github-actions github-actions bot merged commit e2b69b8 into master Apr 21, 2024
17 of 19 checks passed
@renovate renovate bot deleted the renovate/github.com-labstack-echo-v4-4.x branch April 21, 2024 21:34
renovate bot added a commit to kairos-io/provider-kairos that referenced this pull request Apr 24, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) |
`v0.25.1` -> `v0.25.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmudler%2fedgevpn/v0.25.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fmudler%2fedgevpn/v0.25.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fmudler%2fedgevpn/v0.25.1/v0.25.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmudler%2fedgevpn/v0.25.1/v0.25.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mudler/edgevpn (github.com/mudler/edgevpn)</summary>

###
[`v0.25.2`](https://togithub.com/mudler/edgevpn/releases/tag/v0.25.2)

[Compare
Source](https://togithub.com/mudler/edgevpn/compare/v0.25.1...v0.25.2)

#### What's Changed

- chore(deps): update codecov/codecov-action action to v3.1.6 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#168
- fix(deps): update module github.com/c-robinson/iplib to v1.0.8 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#169
- fix(deps): update module github.com/hashicorp/golang-lru to v2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#143
- chore(deps): update golang docker tag to v1.22 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#171
- fix(deps): update module github.com/libp2p/go-libp2p-kad-dht to
v0.25.2 by [@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#170
- fix(deps): update module github.com/creachadair/otp to v0.4.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#153
- fix(deps): update module github.com/miekg/dns to v1.1.59 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#139
- fix(deps): update module github.com/onsi/ginkgo/v2 to v2.17.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#174
- fix(deps): update module github.com/hashicorp/golang-lru to v0.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#140
- fix(deps): update module go.uber.org/zap to v1.27.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#175
- fix(deps): update module github.com/onsi/gomega to v1.33.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#130
- fix(deps): update module github.com/multiformats/go-multiaddr to
v0.12.3 by [@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#156
- fix(deps): update module github.com/cenkalti/backoff/v4 to v4.3.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#172
- chore(deps): update actions/setup-go action to v5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#178
- fix(deps): update module golang.org/x/sys to v0.19.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#176
- chore(deps): update dependency postcss-cli to v11 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#180
- chore(deps): update docker/login-action action to v3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#182
- chore(deps): update actions/checkout action to v4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#177
- fix(deps): update module github.com/labstack/echo/v4 to v4.12.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#141
- chore(deps): update docker/build-push-action action to v5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#181
- chore(deps): update github artifact actions to v4 (major) by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#183
- chore(deps): update goreleaser/goreleaser-action action to v5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#184
- fix(deps): update module github.com/hashicorp/golang-lru to v2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#186
- fix(deps): update module github.com/c-robinson/iplib to v2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#185
- fix(deps): update module github.com/c-robinson/iplib to v2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#188
- fix(deps): update module github.com/hashicorp/golang-lru to v0.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#187
- fix(deps): update module github.com/c-robinson/iplib to v2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#189
- fix(deps): update module github.com/hashicorp/golang-lru to v2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#190
- fix(deps): update module github.com/c-robinson/iplib to v2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#192
- fix(deps): update module github.com/hashicorp/golang-lru to v0.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#191
- fix(deps): update module github.com/hashicorp/golang-lru to v2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#194
- fix(deps): update module github.com/c-robinson/iplib to v2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#193
- fix(deps): update module github.com/c-robinson/iplib to v2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#196
- fix(deps): update module github.com/hashicorp/golang-lru to v0.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#195
- fix(deps): update module github.com/c-robinson/iplib to v2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#197
- fix(deps): update module github.com/hashicorp/golang-lru to v2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#198
- fix(deps): update module github.com/c-robinson/iplib to v2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#200
- fix(deps): update module github.com/hashicorp/golang-lru to v0.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#199
- fix(deps): update module github.com/c-robinson/iplib to v2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#202
- fix(deps): update module github.com/hashicorp/golang-lru to v2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#203
- fix(deps): update module github.com/c-robinson/iplib to v2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#205
- fix(deps): update module github.com/hashicorp/golang-lru to v0.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#204

**Full Changelog**:
mudler/edgevpn@v0.25.1...v0.25.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 11pm every weekday,before 7am
every weekday,every weekend" in timezone Europe/Brussels, Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

None yet

1 participant