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

Update module github.com/MicahParks/keyfunc/v2 to v3 #18

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/MicahParks/keyfunc/v2 v2.1.0 -> v3.3.5 age adoption passing confidence

Release Notes

MicahParks/keyfunc (github.com/MicahParks/keyfunc/v2)

v3.3.5

Compare Source

v3.3.4

Compare Source

v3.3.3

Compare Source

v3.3.2: Allow for user provided ctx during parse

Compare Source

The purpose of this release is to add a new method, .KeyfuncCtx.

This new method accepts a context.Context, then returns a jwt.Keyfunc. This user provided context.Context is used during JWK lookup in the github.com/MicahParks/jwkset package when parsing JWTs. Passing a request scoped context allows the JWT parsing and JWK retrieval to cancel according to the given context.Context behavior instead of the default context.Context, which was provided at keyfunc.Keyfunc initialization.

In practice, this is used to prevent situations where many JWTs with kid not in a remote JWK Set are attempting to be parsed over a long period of time.

Relevant issues:

Relevant pull requests:

v3.3.1

Compare Source

v3.3.0

Compare Source

v3.2.9

Compare Source

v3.2.8

Compare Source

v3.2.7

Compare Source

v3.2.6

Compare Source

v3.2.5

Compare Source

v3.2.4

Compare Source

v3.2.3: Wrap errors where appropriate

Compare Source

The purpose of this pull request is to wrap errors with errors.Join where appropriate.

Relevant issues:

Relevant pull requests:

v3.1.2: X.509 Thumbprint bug fix

Compare Source

JWK Sets have two X.509 thumbprint parameters that are optional. A bug in github.com/MicahParks/jwkset made these parameters required in circumstances that affect the keyfunc project. This release updates this dependency to the latest version.

Thank you, @​joshkaplinsky, for reporting this bug!

Please see the below release for details:
https://github.com/MicahParks/jwkset/releases/tag/v0.5.5

v3.1.1

Compare Source

v3.1.0

Compare Source

v3.0.0: V3 simplify API by using github.com/MicahParks/jwkset

Compare Source

This upgrade removes most of the code in this repository and outsources JWK and JWK Set related code to the updated github.com/MicahParks/jwkset package. The exported assets from the keyfunc project has been vastly reduced as well, with the intention of making it easier to use for the majority of use cases.

[!NOTE]
A superset of features from V1 and V2 is available.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from c84b657 to 72b25af Compare January 4, 2024 01:59
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch 2 times, most recently from 94678ec to d9fb6b4 Compare January 18, 2024 02:09
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from d9fb6b4 to 411d244 Compare February 1, 2024 00:55
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from 411d244 to 91dae6c Compare February 16, 2024 12:46
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from 91dae6c to 28a5197 Compare February 25, 2024 11:25
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch 3 times, most recently from 71f58a8 to 8e43c70 Compare March 12, 2024 01:23
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from 8e43c70 to b032144 Compare March 25, 2024 14:33
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from b032144 to 46f9270 Compare April 14, 2024 12:41
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch 2 times, most recently from 1f486e4 to c053811 Compare May 16, 2024 02:50
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: pkg/elvid/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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.23.1

@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from c053811 to a8304fe Compare June 17, 2024 15:47
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from a8304fe to 7a4ec04 Compare July 14, 2024 09:49
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from 7a4ec04 to 30248f0 Compare September 11, 2024 16:37
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from 30248f0 to 6f69ef1 Compare September 15, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants