This repository has been archived by the owner on Oct 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
fix(deps): update module github.com/micahparks/keyfunc to v0.9.0 #203
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-micahparks-keyfunc-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/github.com-micahparks-keyfunc-0.x
branch
6 times, most recently
from
June 3, 2021 13:38
31995a3
to
ea2fca8
Compare
renovate
bot
changed the title
Update module github.com/MicahParks/keyfunc to v0.4.1
Update module github.com/MicahParks/keyfunc to v0.4.2
Jun 3, 2021
renovate
bot
force-pushed
the
renovate/github.com-micahparks-keyfunc-0.x
branch
18 times, most recently
from
June 10, 2021 14:17
076f37e
to
a5a8e19
Compare
renovate
bot
force-pushed
the
renovate/github.com-micahparks-keyfunc-0.x
branch
5 times, most recently
from
June 14, 2021 22:43
5934454
to
6a4e366
Compare
renovate
bot
force-pushed
the
renovate/github.com-micahparks-keyfunc-0.x
branch
from
August 31, 2021 02:14
10c4ba9
to
e9ab17d
Compare
renovate
bot
changed the title
fix(deps): update module github.com/micahparks/keyfunc to v0.7.0
fix(deps): update module github.com/micahparks/keyfunc to v0.7.0 - autoclosed
Aug 31, 2021
renovate
bot
changed the title
fix(deps): update module github.com/micahparks/keyfunc to v0.7.0 - autoclosed
fix(deps): update module github.com/micahparks/keyfunc to v0.7.0
Aug 31, 2021
renovate
bot
force-pushed
the
renovate/github.com-micahparks-keyfunc-0.x
branch
from
August 31, 2021 07:53
e9ab17d
to
31cbb24
Compare
renovate
bot
force-pushed
the
renovate/github.com-micahparks-keyfunc-0.x
branch
from
September 10, 2021 13:53
31cbb24
to
d10e5fe
Compare
bors try |
tryMerge conflict. |
renovate
bot
force-pushed
the
renovate/github.com-micahparks-keyfunc-0.x
branch
from
September 11, 2021 01:19
d10e5fe
to
77d1af6
Compare
Waiting to see if MicahParks/keyfunc#15 might get merged first to resolve the security notice. If it does not then I will simply upgrade to 0.7.0 |
renovate
bot
force-pushed
the
renovate/github.com-micahparks-keyfunc-0.x
branch
from
September 17, 2021 01:54
77d1af6
to
6ca55a4
Compare
renovate
bot
changed the title
fix(deps): update module github.com/micahparks/keyfunc to v0.7.0
fix(deps): update module github.com/micahparks/keyfunc to v0.8.0
Sep 17, 2021
renovate
bot
force-pushed
the
renovate/github.com-micahparks-keyfunc-0.x
branch
from
September 17, 2021 16:04
6ca55a4
to
55ea3e3
Compare
renovate
bot
changed the title
fix(deps): update module github.com/micahparks/keyfunc to v0.8.0
fix(deps): update module github.com/micahparks/keyfunc to v0.8.1
Sep 17, 2021
renovate
bot
force-pushed
the
renovate/github.com-micahparks-keyfunc-0.x
branch
from
September 17, 2021 21:50
55ea3e3
to
7fcdf86
Compare
renovate
bot
changed the title
fix(deps): update module github.com/micahparks/keyfunc to v0.8.1
fix(deps): update module github.com/micahparks/keyfunc to v0.8.2
Sep 17, 2021
renovate
bot
force-pushed
the
renovate/github.com-micahparks-keyfunc-0.x
branch
5 times, most recently
from
September 30, 2021 15:31
ec2bcd1
to
4c9af25
Compare
renovate
bot
changed the title
fix(deps): update module github.com/micahparks/keyfunc to v0.8.2
fix(deps): update module github.com/micahparks/keyfunc to v0.8.3
Sep 30, 2021
renovate
bot
force-pushed
the
renovate/github.com-micahparks-keyfunc-0.x
branch
from
October 8, 2021 15:13
4c9af25
to
81db129
Compare
renovate
bot
changed the title
fix(deps): update module github.com/micahparks/keyfunc to v0.8.3
fix(deps): update module github.com/micahparks/keyfunc to v0.9.0
Oct 8, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.4.0
->v0.9.0
Release Notes
MicahParks/keyfunc
v0.9.0
Compare Source
The purpose of this release is to remove legacy fork support. This means that this project no longer supports:
github.com/golang-jwt/jwt/v4
github.com/form3tech-oss/jwt-go
If you are still using one of these dependencies or another fork, please use or make an issue on:
github.com/MicahParks/compatibility-keyfunc
The only dependency now is:
github.com/golang-jwt/jwt/v4
.There is an upstream PR to add this project to
github.com/golang-jwt/jwt/v4
. You can view it here: https://github.com/golang-jwt/jwt/pull/105If people are in favor of this, I would appreciate it if they would react on the upstream PR with a positive emoji 👍 to their show support. Or a negative one to show their opposition! 👎
v0.8.3
Compare Source
v0.8.2
Compare Source
v0.8.1
Compare Source
v0.8.0
Compare Source
v0.7.0
Compare Source
v0.6.1
Compare Source
v0.6.0
Compare Source
The upstream package has moved maintenance to
github.com/golang-jwt/jwt
: See this issue: https://github.com/dgrijalva/jwt-go/issues/462PR: MicahParks/keyfunc#10
If you're still using
github.com/dgrijalva/jwt-go
, then please upgrade this project by changingJWKs.KeyFunc
toJWKs.KeyFuncLegacy
.Additionally, if you didn't see the changed from
v0.5.0
, rate limiting is now possible. Make sure to use that if you're refreshing on an unknownkid
.v0.5.0
Compare Source
v0.4.2
Compare Source
v0.4.1
Compare Source
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.