Skip to content

Bump github.com/go-oidfed/lib from 0.10.10 to 0.10.12#99

Merged
zachmann merged 1 commit into
mainfrom
dependabot/go_modules/github.com/go-oidfed/lib-0.10.12
Jun 15, 2026
Merged

Bump github.com/go-oidfed/lib from 0.10.10 to 0.10.12#99
zachmann merged 1 commit into
mainfrom
dependabot/go_modules/github.com/go-oidfed/lib-0.10.12

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/go-oidfed/lib from 0.10.10 to 0.10.12.

Release notes

Sourced from github.com/go-oidfed/lib's releases.

go-oidfed/lib 0.10.12

Release Notes v0.10.12

Features

  • Add *_auth_methods to FederationEntityMetadata
  • Add endpoint_auth_signing_alg_values_supported
  • Add constant for auth method private_key_jwt
  • Define constant for client assertion

Bug Fixes

  • Fix possible panic in trust resolver if resolved entity does not have metadata
  • Fix sub-optimal process in KMSs: If the public key storage contained keys that do not have a corresponding private key (e.g. because KMS was switched) the KMS would create new keys but was not able to use them because another key (that does not have a private key) was selected from the public key storage

Dependencies

  • Bump github.com/redis/go-redis/v9 from 9.20.0 to 9.20.1

go-oidfed/lib 0.10.11

What's Changed

  • Refactored the KMS package: extracted PEMStorageKMS from FilesystemKMS with pluggable PEMStorer and KMSStateStorer interfaces
  • Fixed a nil pointer dereference in shortenExpirationUntilFuture that occurred when a key had no expiration
  • Fixed a bug where errors from x509.MarshalECPrivateKey / x509.MarshalPKCS8PrivateKey were silently discarded
  • Bumped golang.org/x/crypto from v0.52.0 to v0.53.0
  • Bumped golang.org/x/text from v0.37.0 to v0.38.0
  • Bumped github.com/redis/go-redis/v9 from v9.19.0 to v9.20.0

Full Changelog: go-oidfed/lib@v0.10.10...v0.10.11

Commits
  • 77a28db Merge pull request #171 from go-oidfed/dependabot/go_modules/github.com/redis...
  • 85317c9 fix possible panic in trust resolver if resolved entity does not have metadata
  • 20c5b3c define a constant for client assertion
  • 1de30ae Bump github.com/redis/go-redis/v9 from 9.20.0 to 9.20.1
  • 4bc4d50 fix sub-optimal process in KMSs: If the public key storage contained keys tha...
  • db90fe3 add *_auth_methods to FederationEntityMEtadata; add endpoint_auth_signing_alg...
  • 7352c82 Add constant for auth method private_key_jwt
  • 130f151 Merge pull request #168 from go-oidfed/dependabot/go_modules/github.com/redis...
  • 222021d Merge pull request #170 from go-oidfed/dependabot/go_modules/golang.org/x/cry...
  • 5ba1c75 Merge pull request #169 from go-oidfed/dependabot/go_modules/golang.org/x/tex...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [github.com/go-oidfed/lib](https://github.com/go-oidfed/lib) from 0.10.10 to 0.10.12.
- [Release notes](https://github.com/go-oidfed/lib/releases)
- [Commits](go-oidfed/lib@v0.10.10...v0.10.12)

---
updated-dependencies:
- dependency-name: github.com/go-oidfed/lib
  dependency-version: 0.10.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 15, 2026
@zachmann zachmann merged commit 2749642 into main Jun 15, 2026
2 checks passed
@zachmann zachmann deleted the dependabot/go_modules/github.com/go-oidfed/lib-0.10.12 branch June 15, 2026 09:26
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.

1 participant