dependabot[bot] opened a new pull request, #1178:
URL: https://github.com/apache/apisix-ingress-controller/pull/1178

   Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 
1.7.7 to 1.8.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/gin-gonic/gin/releases";>github.com/gin-gonic/gin's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.8.1</h2>
   <h2>Changelog</h2>
   <h3>Features</h3>
   <ul>
   <li>f197a8b feat(context): add ContextWithFallback feature flag (<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/3166";>#3166</a>)
 (<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/3172";>#3172</a>)</li>
   </ul>
   <h2>v1.8.0</h2>
   <h2>Changelog</h2>
   <h2>Break Changes</h2>
   <ul>
   <li>TrustedProxies: Add default IPv6 support and refactor <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2967";>#2967</a>.
 Please replace <code>RemoteIP() (net.IP, bool)</code> with <code>RemoteIP() 
net.IP</code></li>
   <li>gin.Context with fallback value from gin.Context.Request.Context() <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2751";>#2751</a></li>
   </ul>
   <h3>BUGFIXES</h3>
   <ul>
   <li>Fixed SetOutput() panics on go 1.17 <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2861";>#2861</a></li>
   <li>Fix: wrong when wildcard follows named param <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2983";>#2983</a></li>
   <li>Fix: missing sameSite when do context.reset() <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/3123";>#3123</a></li>
   </ul>
   <h3>ENHANCEMENTS</h3>
   <ul>
   <li>Use Header() instead of deprecated HeaderMap <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2694";>#2694</a></li>
   <li>RouterGroup.Handle regular match optimization of http method <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2685";>#2685</a></li>
   <li>Add support go-json, another drop-in json replacement <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2680";>#2680</a></li>
   <li>Use errors.New to replace fmt.Errorf will much better <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2707";>#2707</a></li>
   <li>Use Duration.Truncate for truncating precision <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2711";>#2711</a></li>
   <li>Get client IP when using Cloudflare <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2723";>#2723</a></li>
   <li>Optimize code adjust <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2700/files";>#2700</a></li>
   <li>Optimize code and reduce code cyclomatic complexity <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2737";>#2737</a></li>
   <li>gin.Context with fallback value from gin.Context.Request.Context() <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2751";>#2751</a></li>
   <li>Improve sliceValidateError.Error performance <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2765";>#2765</a></li>
   <li>Support custom struct tag <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2720";>#2720</a></li>
   <li>Improve router group tests <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2787";>#2787</a></li>
   <li>Fallback Context.Deadline() Context.Done() Context.Err() to 
Context.Request.Context() <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2769";>#2769</a></li>
   <li>Some codes optimize <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2830";>#2830</a> 
<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2834";>#2834</a> 
<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2838";>#2838</a> 
<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2837";>#2837</a> 
<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2788";>#2788</a> 
<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2848";>#2848</a> 
<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2851";>#2851</a> 
<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2701";>#2701</a></li>
   <li>Test(route): expose performRequest func <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/3012";>#3012</a></li>
   <li>Support h2c with prior knowledge <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/1398";>#1398</a></li>
   <li>Feat attachment filename support utf8 <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/3071";>#3071</a></li>
   <li>Feat: add StaticFileFS <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2749";>#2749</a></li>
   <li>Feat(context): return GIN Context from Value method <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2825";>#2825</a></li>
   <li>Feat: automatically SetMode to TestMode when run go test <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/3139";>#3139</a></li>
   <li>Add TOML bining for gin <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/3081";>#3081</a></li>
   <li>IPv6 add default trusted proxies <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/3033";>#3033</a></li>
   </ul>
   <h3>DOCS</h3>
   <ul>
   <li>Add note about nomsgpack tag to the readme <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2703";>#2703</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md";>github.com/gin-gonic/gin's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Gin v1.8.1</h2>
   <h3>ENHANCEMENTS</h3>
   <ul>
   <li>feat(context): add ContextWithFallback feature flag <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/3172";>#3172</a></li>
   </ul>
   <h2>Gin v1.8.0</h2>
   <h2>Break Changes</h2>
   <ul>
   <li>TrustedProxies: Add default IPv6 support and refactor <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2967";>#2967</a>.
 Please replace <code>RemoteIP() (net.IP, bool)</code> with <code>RemoteIP() 
net.IP</code></li>
   <li>gin.Context with fallback value from gin.Context.Request.Context() <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2751";>#2751</a></li>
   </ul>
   <h3>BUGFIXES</h3>
   <ul>
   <li>Fixed SetOutput() panics on go 1.17 <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2861";>#2861</a></li>
   <li>Fix: wrong when wildcard follows named param <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2983";>#2983</a></li>
   <li>Fix: missing sameSite when do context.reset() <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/3123";>#3123</a></li>
   </ul>
   <h3>ENHANCEMENTS</h3>
   <ul>
   <li>Use Header() instead of deprecated HeaderMap <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2694";>#2694</a></li>
   <li>RouterGroup.Handle regular match optimization of http method <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2685";>#2685</a></li>
   <li>Add support go-json, another drop-in json replacement <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2680";>#2680</a></li>
   <li>Use errors.New to replace fmt.Errorf will much better <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2707";>#2707</a></li>
   <li>Use Duration.Truncate for truncating precision <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2711";>#2711</a></li>
   <li>Get client IP when using Cloudflare <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2723";>#2723</a></li>
   <li>Optimize code adjust <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2700/files";>#2700</a></li>
   <li>Optimize code and reduce code cyclomatic complexity <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2737";>#2737</a></li>
   <li>Improve sliceValidateError.Error performance <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2765";>#2765</a></li>
   <li>Support custom struct tag <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2720";>#2720</a></li>
   <li>Improve router group tests <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2787";>#2787</a></li>
   <li>Fallback Context.Deadline() Context.Done() Context.Err() to 
Context.Request.Context() <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2769";>#2769</a></li>
   <li>Some codes optimize <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2830";>#2830</a> 
<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2834";>#2834</a> 
<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2838";>#2838</a> 
<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2837";>#2837</a> 
<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2788";>#2788</a> 
<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2848";>#2848</a> 
<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2851";>#2851</a> 
<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2701";>#2701</a></li>
   <li>TrustedProxies: Add default IPv6 support and refactor <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2967";>#2967</a></li>
   <li>Test(route): expose performRequest func <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/3012";>#3012</a></li>
   <li>Support h2c with prior knowledge <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/1398";>#1398</a></li>
   <li>Feat attachment filename support utf8 <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/3071";>#3071</a></li>
   <li>Feat: add StaticFileFS <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2749";>#2749</a></li>
   <li>Feat(context): return GIN Context from Value method <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2825";>#2825</a></li>
   <li>Feat: automatically SetMode to TestMode when run go test <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/3139";>#3139</a></li>
   <li>Add TOML bining for gin <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/3081";>#3081</a></li>
   <li>IPv6 add default trusted proxies <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/3033";>#3033</a></li>
   </ul>
   <h3>DOCS</h3>
   <ul>
   <li>Add note about nomsgpack tag to the readme <a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/pull/2703";>#2703</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/gin-gonic/gin/commit/ed049dd850fb09f93c6993c829744997269a35b5";><code>ed049dd</code></a>
 docs: release v1.8.1 version (<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/3176";>#3176</a>)</li>
   <li><a 
href="https://github.com/gin-gonic/gin/commit/f197a8bae0c87e1b7cc2e32e399a40665a82f077";><code>f197a8b</code></a>
 feat(context): add ContextWithFallback feature flag (<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/3166";>#3166</a>)
 (<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/3172";>#3172</a>)</li>
   <li><a 
href="https://github.com/gin-gonic/gin/commit/92ba8e17aae5103b98cd6b87a300b33d31716a87";><code>92ba8e1</code></a>
 fix: typo (<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/3171";>#3171</a>)</li>
   <li><a 
href="https://github.com/gin-gonic/gin/commit/58303bde7da71ba6252190433b112a138e201477";><code>58303bd</code></a>
 docs(changelog): add break changes section (<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/3170";>#3170</a>)</li>
   <li><a 
href="https://github.com/gin-gonic/gin/commit/5fa34529aec2d81f5b2b287edfa395e2e8c8904b";><code>5fa3452</code></a>
 chore(deps): bump goreleaser/goreleaser-action from 2 to 3 (<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/3163";>#3163</a>)</li>
   <li><a 
href="https://github.com/gin-gonic/gin/commit/38eb5acc6b07eea5bf455e8d188bf79fa897c7c3";><code>38eb5ac</code></a>
 add v1.8.0 changelog (<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/3160";>#3160</a>)</li>
   <li><a 
href="https://github.com/gin-gonic/gin/commit/60e24d5690296e583c1ad67579b1f016da76df3d";><code>60e24d5</code></a>
 chore(CI/CD): add go version release flow (<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/3159";>#3159</a>)</li>
   <li><a 
href="https://github.com/gin-gonic/gin/commit/4b68a5f12af4d6d2be83e1895f783d5dd5d5a148";><code>4b68a5f</code></a>
 chore: update go.mod and remove space from copyright (<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/3158";>#3158</a>)</li>
   <li><a 
href="https://github.com/gin-gonic/gin/commit/ed03102ef0b08c552bc3d0a73fbd98307461abcc";><code>ed03102</code></a>
 [GIN-001] - Add TOML bining for gin (<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/3081";>#3081</a>)</li>
   <li><a 
href="https://github.com/gin-gonic/gin/commit/aa6002134e97efefd879b6819c1bfce114b05f42";><code>aa60021</code></a>
 Fix intercepting headers in middlewares (<a 
href="https://github-redirect.dependabot.com/gin-gonic/gin/issues/1271";>#1271</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/gin-gonic/gin/compare/v1.7.7...v1.8.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gin-gonic/gin&package-manager=go_modules&previous-version=1.7.7&new-version=1.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to