odahu / odahu-flow

Apache License 2.0
12 stars 2 forks source link

Bump github.com/gin-gonic/gin from 1.6.2 to 1.7.7 in /packages/feedback #677

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/gin-gonic/gin from 1.6.2 to 1.7.7.

Release notes

Sourced from github.com/gin-gonic/gin's releases.

Release v1.7.7

BUGFIXES

  • Fixed X-Forwarded-For unsafe handling of CVE-2020-28483 #2844, closed issue #2862
  • Tree: updated the code logic for latestNode #2897, closed issue #2894 #2878
  • Tree: fixed the misplacement of adding slashes #2847, closed issue #2843
  • Tree: fixed tsr with mixed static and wildcard paths #2924, closed issue #2918

ENHANCEMENTS

  • TrustedProxies: make it backward-compatible #2887, closed issue #2819
  • TrustedPlatform: provide custom options for another CDN services #2906

DOCS

  • NoMethod: added usage annotation (#2832)

Release v1.7.6

Handle pre release v1.7.5 error, so release v1.7.6 but still use v1.7.4 codes.

bump new release to fix checksum mismatch

No release notes provided.

v1.7.3

BUGFIXES

release v1.7.2

BUGFIXES

  • Fix conflict between param and exact path #2706. Close issue #2682 #2696.

v1.7.1

BUGFIXES

  • fix: data race with trustedCIDRs from #2674(#2675)

Release v1.7.0

BUGFIXES

  • fix compile error from #2572 (#2600)
  • fix: print headers without Authorization header on broken pipe (#2528)
  • fix(tree): reassign fullpath when register new node (#2366)

ENHANCEMENTS

  • Support params and exact routes without creating conflicts (#2663)
  • chore: improve render string performance (#2365)
  • Sync route tree to httprouter latest code (#2368)

... (truncated)

Changelog

Sourced from github.com/gin-gonic/gin's changelog.

Gin v1.7.7

BUGFIXES

  • Fixed X-Forwarded-For unsafe handling of CVE-2020-28483 #2844, closed issue #2862.
  • Tree: updated the code logic for latestNode #2897, closed issue #2894 #2878.
  • Tree: fixed the misplacement of adding slashes #2847, closed issue #2843.
  • Tree: fixed tsr with mixed static and wildcard paths #2924, closed issue #2918.

ENHANCEMENTS

  • TrustedProxies: make it backward-compatible #2887, closed issue #2819.
  • TrustedPlatform: provide custom options for another CDN services #2906.

DOCS

  • NoMethod: added usage annotation (#2832).

Gin v1.7.6

BUGFIXES

  • bump new release to fix v1.7.5 release error by using v1.7.4 codes.

Gin v1.7.4

BUGFIXES

  • bump new release to fix checksum mismatch

Gin v1.7.3

BUGFIXES

Gin v1.7.2

BUGFIXES

  • Fix conflict between param and exact path #2706. Close issue #2682 #2696.

Gin v1.7.1

BUGFIXES

  • fix: data race with trustedCIDRs from #2674(#2675)

Gin v1.7.0

... (truncated)

Commits
  • 84d927b chore(docs): Bump to v1.7.7 (#2952)
  • 2d3572a Update version.go (#2923)
  • ae6f7a3 fix tsr with mixed static and wildcard paths (#2924)
  • bb945cf fix the misplacement of adding slashes (#2847)
  • a3f0872 Provide custom options of TrustedPlatform for another CDN services (#2906)
  • b5ad462 Update the code logic for latestNode in tree.go (#2897)
  • 3b555a5 ClientIP: check every proxy for trustiness (#2844)
  • fc5d6dd Tidy: Complete TrustedProxies feature (#2887)
  • 7d20914 Quick Fix c.ClientIP() mistakely parsing to 127.0.0.1 for who not using r.Run...
  • 4ad9526 Fix grammatical and spelling errors in context.go (#2883)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/odahu/odahu-flow/network/alerts).
codecov-commenter commented 1 year ago

Codecov Report

Merging #677 (463a08c) into develop (58c3220) will increase coverage by 10.28%. The diff coverage is n/a.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Impacted file tree graph

@@             Coverage Diff              @@
##           develop     #677       +/-   ##
============================================
+ Coverage    60.11%   70.39%   +10.28%     
============================================
  Files          241      140      -101     
  Lines        15365     6513     -8852     
  Branches       370      370               
============================================
- Hits          9237     4585     -4652     
+ Misses        5523     1798     -3725     
+ Partials       605      130      -475     
Flag Coverage Δ
feedback 57.14% <ø> (ø)
go 57.14% <ø> (+4.54%) :arrow_up:
operator ?
python 70.57% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...s/operator/pkg/repository/util/kubernetes/utils.go
...pkg/repository/connection/kubernetes/connection.go
packages/operator/pkg/service/batch/job.go
...apiserver/routes/v1/configuration/configuration.go
...operator/pkg/kubeclient/deploymentclient/client.go
...erver/routes/v1/packaging/packaging_integration.go
packages/operator/pkg/servicecatalog/reflector.go
packages/operator/pkg/controller/generic_worker.go
packages/operator/pkg/utils/zip.go
packages/operator/pkg/validation/validation.go
... and 91 more