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/go-swagger/go-swagger from 0.27.0 to 0.28.0 #18

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2021

Bumps github.com/go-swagger/go-swagger from 0.27.0 to 0.28.0.

Release notes

Sourced from github.com/go-swagger/go-swagger's releases.

v0.28.0

Changelog

v0.28.0 (2021-10-09)

Full Changelog

Fixed bugs:

  • strfmt.bsonobjectid validation fails #2616
  • Creating models crash when using $ref on an array #2511

Closed issues:

  • The CLI should return a JSON output rather than objects #2640
  • Log-output is not working for validate command #2631
  • unsupported type "invalid type" when add a new empty go file #2630
  • how to response different field of response struct by different routes? #2629
  • Using swagger:strfmt on a []byte type (UUID) infers the type as an array of strings #2627
  • "github.com/go-openapi/errors".CompositeError has no field or method ValidateName #2623
  • undefined: validate.ReadOnly #2613
  • [BUG]gen model-package with relative path has incorrect imports from v0.25.0 #2608
  • Error: "source formatting on generated source "autoconfigure" failed" on server generate #2602
  • Error: "source formatting on generated source "autoconfigure" failed" if StrictResponders and ImplementationPackage were both set for a server generation #2601
  • How to change the case style (pascal, camel) of a struct tag #2600
  • 05 Method Not Allowed response instead of 400 with incorrect validation details #2598
  • Support nested body params for CompositeError #2594
  • [apiKey] auth by two apikey together(AND Operation) #2586
  • How to add authInfo to request with generated client #2584
  • Is there good to way to omit readonly key #2581
  • Generating Spec results in Invalid Type Error #2577
  • Integration with viper #2572
  • unsupported type "invalid type" #2569
  • Cannot install directly from github #2560
  • Generated server code with Go v1.15 and above generates deprecation warning for TLSConfig #2559

Merged pull requests:

... (truncated)

Commits
  • 48a66e4 Merge pull request #2644 from go-swagger/release-0.28
  • 92db4cd regen bindata
  • 1b515de fix build, update dependencies, upgrade to go 1.17
  • 1defdfc update dependencies
  • 5bf9d67 fix a broken link in todo-list tutorial
  • d80ec8c go mod tidy
  • 22d8501 remove call to deprecated function
  • 6db43ac ensure assertion to InterfaceType does not panic
  • 5f33c3e ensure go-swagger doesn't panic on wrong assertion of InterfaceType for Spec....
  • b5db834 Merge pull request #2641 from go-swagger/fix-auto-configure-example
  • 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @staust.


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 dependabot bot requested a review from a team as a code owner October 11, 2021 05:18
@dependabot dependabot bot requested review from cstaud and libi1 October 11, 2021 05:18
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 11, 2021
Copy link
Contributor

@staust staust left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/go-swagger/go-swagger-0.28.0 branch from 7529190 to e063782 Compare October 18, 2021 09:08
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 18, 2021

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 18, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/go-swagger/go-swagger-0.28.0 branch from e063782 to b6fe6fc Compare October 18, 2021 10:38
Bumps [github.com/go-swagger/go-swagger](https://github.com/go-swagger/go-swagger) from 0.27.0 to 0.28.0.
- [Release notes](https://github.com/go-swagger/go-swagger/releases)
- [Changelog](https://github.com/go-swagger/go-swagger/blob/master/.goreleaser.yml)
- [Commits](go-swagger/go-swagger@v0.27.0...v0.28.0)

---
updated-dependencies:
- dependency-name: github.com/go-swagger/go-swagger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/go-swagger/go-swagger-0.28.0 branch from b6fe6fc to 12ee600 Compare October 18, 2021 10:59
@dependabot dependabot bot merged commit 63518fa into main Oct 18, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/go-swagger/go-swagger-0.28.0 branch October 18, 2021 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant