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

Bump github.com/emicklei/go-restful/v3 from 3.7.5-0.20220308211933-7c971ca4d0fd to 3.8.0 in /hack/swagger #1770

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2023

Bumps github.com/emicklei/go-restful/v3 from 3.7.5-0.20220308211933-7c971ca4d0fd to 3.8.0.

Changelog

Sourced from github.com/emicklei/go-restful/v3's changelog.

[v3.8.0] - 2022-06-06

  • use exact matching of allowed domain entries, issue #489 (#493)
    • this changes fixes [security] Authorization Bypass Through User-Controlled Key by changing the behaviour of the AllowedDomains setting in the CORS filter. To support the previous behaviour, the CORS filter type now has a AllowedDomainFunc callback mechanism which is called when a simple domain match fails.
  • add test and fix for POST without body and Content-type, issue #492 (#496)
  • [Minor] Bad practice to have a mix of Receiver types. (#491)

[v3.7.2] - 2021-11-24

  • restored FilterChain (#482 by SVilgelm)

[v3.7.1] - 2021-10-04

  • fix problem with contentEncodingEnabled setting (#479)

[v3.7.0] - 2021-09-24

  • feat(parameter): adds additional openapi mappings (#478)

[v3.6.0] - 2021-09-18

  • add support for vendor extensions (#477 thx erraggy)

[v3.5.2] - 2021-07-14

  • fix removing absent route from webservice (#472)

[v3.5.1] - 2021-04-12

  • fix handling no match access selected path
  • remove obsolete field

[v3.5.0] - 2021-04-10

  • add check for wildcard (#463) in CORS
  • add access to Route from Request, issue #459 (#462)

[v3.4.0] - 2020-11-10

  • Added OPTIONS to WebService

[v3.3.2] - 2020-01-23

  • Fixed duplicate compression in dispatch. #449

... (truncated)

Commits

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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 7, 2023
@coveralls
Copy link

coveralls commented Mar 7, 2023

Pull Request Test Coverage Report for Build 4528436009

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.2%) to 39.541%

Files with Coverage Reduction New Missed Lines %
pkg/controller.v1/mpi/mpijob_controller.go 2 76.97%
Totals Coverage Status
Change from base Build 4520541472: 0.2%
Covered Lines: 2739
Relevant Lines: 6927

💛 - Coveralls

@terrytangyuan
Copy link
Member

/lgtm

@google-oss-prow
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], terrytangyuan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tenzen-y
Copy link
Member

tenzen-y commented Mar 8, 2023

We need to fix integration tests.
ref: #1769

@tenzen-y
Copy link
Member

tenzen-y commented Mar 8, 2023

/hold

@tenzen-y
Copy link
Member

@dependabot rebase
/hold cancel

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 13, 2023

Sorry, only users with push access can use that command.

Bumps [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) from 3.7.5-0.20220308211933-7c971ca4d0fd to 3.8.0.
- [Release notes](https://github.com/emicklei/go-restful/releases)
- [Changelog](https://github.com/emicklei/go-restful/blob/v3/CHANGES.md)
- [Commits](https://github.com/emicklei/go-restful/commits/v3.8.0)

---
updated-dependencies:
- dependency-name: github.com/emicklei/go-restful/v3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/hack/swagger/github.com/emicklei/go-restful/v3-3.8.0 branch from 7fa3b6e to 2c8716e Compare March 27, 2023 03:37
@google-oss-prow google-oss-prow bot removed the lgtm label Mar 27, 2023
@johnugeorge
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 27, 2023

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@johnugeorge
Copy link
Member

/lgtm

@google-oss-prow google-oss-prow bot added the lgtm label Mar 27, 2023
@google-oss-prow google-oss-prow bot merged commit 8991fc8 into master Mar 27, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/hack/swagger/github.com/emicklei/go-restful/v3-3.8.0 branch March 27, 2023 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved dependencies Pull requests that update a dependency file go Pull requests that update Go code lgtm size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants