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/kataras/iris/v12 from 12.2.0 to 12.2.1 in /sda-auth #223

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps github.com/kataras/iris/v12 from 12.2.0 to 12.2.1.

Release notes

Sourced from github.com/kataras/iris/v12's releases.

v12.2.1

Changes

https://github.com/kataras/iris/blob/master/HISTORY.md#next

New Contributors

Full Changelog: kataras/iris@v12.2.0...v12.2.1

Changelog

Sourced from github.com/kataras/iris/v12's changelog.

Changelog

Looking for free and real-time support?

https://github.com/kataras/iris/issues
https://chat.iris-go.com

Looking for previous versions?

https://github.com/kataras/iris/releases

Want to be hired?

https://facebook.com/iris.framework

Should I upgrade my Iris?

Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready.

How to upgrade: Open your command-line and execute this command: go get github.com/kataras/iris/v12@latest and go mod tidy -compat=1.20.

Next

Changes apply to master branch.

func configure(m *mvc.Application) {
	m.Router.Use(cacheHandler)
	m.Handle(&exampleController{
		timeFormat: "Mon, Jan 02 2006 15:04:05",
	}, mvc.IgnoreEmbedded /* BaseController.GetDoSomething will not be parsed at all */)
}
type BaseController struct {
Ctx iris.Context
}
func (c *BaseController) GetDoSomething(i interface{}) error {
return nil
}
type exampleController struct {
</tr></table>

... (truncated)

Commits
  • d254d48 Add mvc.Application.EnableStructDependents() and app.ConfigureContainer().Ena...
  • 6add1ba fix #2158 and more
  • 757e7fe Bump golang.org/x/net from 0.11.0 to 0.12.0 (#2173)
  • 06047c2 Bump google.golang.org/grpc (#2172)
  • aa16edb Bump golang.org/x/text from 0.10.0 to 0.11.0 (#2171)
  • 834e448 Bump golang.org/x/sys from 0.9.0 to 0.10.0 (#2170)
  • d4ac1b4 Bump github.com/klauspost/compress from 1.16.6 to 1.16.7 (#2169)
  • 0075284 Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 (#2168)
  • 6810a4c middleware/README: add link to the new PG middleware to the list
  • 1852236 README: update supporters
  • 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 dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 17, 2023
@dependabot dependabot bot requested a review from a team July 17, 2023 19:45
@dependabot dependabot bot force-pushed the dependabot/go_modules/sda-auth/github.com/kataras/iris/v12-12.2.1 branch 2 times, most recently from be9d281 to 3e50672 Compare August 8, 2023 06:00
@pontus pontus self-requested a review August 8, 2023 06:26
@dependabot dependabot bot force-pushed the dependabot/go_modules/sda-auth/github.com/kataras/iris/v12-12.2.1 branch from 3e50672 to 0af1289 Compare August 8, 2023 06:58
@pontus
Copy link
Contributor

pontus commented Aug 8, 2023

@dependabot rebase

Bumps [github.com/kataras/iris/v12](https://github.com/kataras/iris) from 12.2.0 to 12.2.1.
- [Release notes](https://github.com/kataras/iris/releases)
- [Changelog](https://github.com/kataras/iris/blob/master/HISTORY.md)
- [Commits](kataras/iris@v12.2.0...v12.2.1)

---
updated-dependencies:
- dependency-name: github.com/kataras/iris/v12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/sda-auth/github.com/kataras/iris/v12-12.2.1 branch from 0af1289 to 2163906 Compare August 8, 2023 07:43
@aaperis aaperis merged commit 2295019 into main Aug 8, 2023
28 checks passed
@aaperis aaperis deleted the dependabot/go_modules/sda-auth/github.com/kataras/iris/v12-12.2.1 branch August 8, 2023 08:35
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants