Yeicor / traefikgothauth

Multi-provider authentication plugin for Traefik, thanks to Goth
Apache License 2.0
2 stars 0 forks source link

fix(deps): update module github.com/gorilla/sessions to v1.3.0 #20

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/gorilla/sessions v1.2.2 -> v1.4.0 age adoption passing confidence

Release Notes

gorilla/sessions (github.com/gorilla/sessions) ### [`v1.4.0`](https://togithub.com/gorilla/sessions/releases/tag/v1.4.0) [Compare Source](https://togithub.com/gorilla/sessions/compare/v1.3.0...v1.4.0) #### Summary There were new features important for [compatibility with some of the upcoming cookie security changes](https://togithub.com/golang/go/issues/62490#issuecomment-2127685955) with google that required a new `Partitioned` attribute be added to the cookies, this attribute was only available in go 1.23, which has just recently been released. If you require a version that is backward compatible with a lower version than go 1.23 then you'll need to use release v1.3.0. The following notes show the difference between 1.2.2 and the current version because 1.3.0 was a hotfix for go 1.22 and below. #### What's Changed - Improve File System Path Handling by [@​moloch--](https://togithub.com/moloch--) in [https://github.com/gorilla/sessions/pull/274](https://togithub.com/gorilla/sessions/pull/274) - [#​272](https://togithub.com/gorilla/sessions/issues/272): feat: Add support for paritioned attribute in cookies as per chrome 3rd party cookie phaseout by [@​kashishbehl](https://togithub.com/kashishbehl) in [https://github.com/gorilla/sessions/pull/273](https://togithub.com/gorilla/sessions/pull/273) - fix no default samesite by [@​bharat-rajani](https://togithub.com/bharat-rajani) in [https://github.com/gorilla/sessions/pull/276](https://togithub.com/gorilla/sessions/pull/276) - Fix gorillatoolkit link in README.md by [@​mbacalan](https://togithub.com/mbacalan) in [https://github.com/gorilla/sessions/pull/278](https://togithub.com/gorilla/sessions/pull/278) - Add mysql store to the readme by [@​danielepintore](https://togithub.com/danielepintore) in [https://github.com/gorilla/sessions/pull/279](https://togithub.com/gorilla/sessions/pull/279) #### New Contributors - [@​moloch--](https://togithub.com/moloch--) made their first contribution in [https://github.com/gorilla/sessions/pull/274](https://togithub.com/gorilla/sessions/pull/274) - [@​kashishbehl](https://togithub.com/kashishbehl) made their first contribution in [https://github.com/gorilla/sessions/pull/273](https://togithub.com/gorilla/sessions/pull/273) - [@​bharat-rajani](https://togithub.com/bharat-rajani) made their first contribution in [https://github.com/gorilla/sessions/pull/276](https://togithub.com/gorilla/sessions/pull/276) - [@​mbacalan](https://togithub.com/mbacalan) made their first contribution in [https://github.com/gorilla/sessions/pull/278](https://togithub.com/gorilla/sessions/pull/278) - [@​danielepintore](https://togithub.com/danielepintore) made their first contribution in [https://github.com/gorilla/sessions/pull/279](https://togithub.com/gorilla/sessions/pull/279) **Full Changelog**: https://github.com/gorilla/sessions/compare/v1.2.2...v1.4.0 ### [`v1.3.0`](https://togithub.com/gorilla/sessions/releases/tag/v1.3.0) [Compare Source](https://togithub.com/gorilla/sessions/compare/v1.2.2...v1.3.0) The maintainers of this repo merged a PR into main with the `net/http.Cookie` field `Partitioned` which is a field only available in go 1.23. As a result all usage of the main branch will not work unless users are on 1.23 which at the time of writing is currently unreleased. This broke the install for a number of users so the intent of this release is to push out a couple of features and bugfixes with the go 1.23 specific changes removed. Releases should be used exclusively until go 1.23 is released. #### What's Changed - Improve File System Path Handling by [@​moloch--](https://togithub.com/moloch--) in [https://github.com/gorilla/sessions/pull/274](https://togithub.com/gorilla/sessions/pull/274) - [#​272](https://togithub.com/gorilla/sessions/issues/272): feat: Add support for paritioned attribute in cookies as per chrome 3rd party cookie phaseout by [@​kashishbehl](https://togithub.com/kashishbehl) in [https://github.com/gorilla/sessions/pull/273](https://togithub.com/gorilla/sessions/pull/273) - fix no default samesite by [@​bharat-rajani](https://togithub.com/bharat-rajani) in [https://github.com/gorilla/sessions/pull/276](https://togithub.com/gorilla/sessions/pull/276) - Fix gorillatoolkit link in README.md by [@​mbacalan](https://togithub.com/mbacalan) in [https://github.com/gorilla/sessions/pull/278](https://togithub.com/gorilla/sessions/pull/278) #### New Contributors - [@​moloch--](https://togithub.com/moloch--) made their first contribution in [https://github.com/gorilla/sessions/pull/274](https://togithub.com/gorilla/sessions/pull/274) - [@​kashishbehl](https://togithub.com/kashishbehl) made their first contribution in [https://github.com/gorilla/sessions/pull/273](https://togithub.com/gorilla/sessions/pull/273) - [@​bharat-rajani](https://togithub.com/bharat-rajani) made their first contribution in [https://github.com/gorilla/sessions/pull/276](https://togithub.com/gorilla/sessions/pull/276) - [@​mbacalan](https://togithub.com/mbacalan) made their first contribution in [https://github.com/gorilla/sessions/pull/278](https://togithub.com/gorilla/sessions/pull/278) **Full Changelog**: https://github.com/gorilla/sessions/compare/v1.2.2...v1.3.0

Configuration

📅 Schedule: Branch creation - "before 9am on Saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 1 month ago

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
go 1.22 -> 1.23.0
renovate[bot] commented 1 month ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.