Bump github.com/spiffe/go-spiffe/v2 from 2.4.0 to 2.5.0 #1225

Merged
dependabot[bot] merged 1 commit from refs/pull/1225/head into main 2025-02-04 02:07:14 +00:00
dependabot[bot] commented 2025-02-03 02:49:47 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #175
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/175
Original created: 2025-02-03T02:49:47Z
Original updated: 2025-02-04T02:07:17Z
Original head: carverauto/serviceradar:dependabot/go_modules/github.com/spiffe/go-spiffe/v2-2.5.0
Original base: main
Original merged: 2025-02-04T02:07:14Z by @mfreeman451

Bumps github.com/spiffe/go-spiffe/v2 from 2.4.0 to 2.5.0.

Release notes

Sourced from github.com/spiffe/go-spiffe/v2's releases.

v2.5.0

Added

  • workloadapi.TargetFromAddress function to parse out a gRPC target from a SPIFFE_ENDPOINT_SOCKET compatible address (#321)

Changed

  • Minimum Go version is now go1.22.11, matching our downstream dependencies (#325)
Changelog

Sourced from github.com/spiffe/go-spiffe/v2's changelog.

[2.5.0] - 2025-01-31

Added

  • workloadapi.TargetFromAddress function to parse out a gRPC target from a SPIFFE_ENDPOINT_SOCKET compatible address (#321)

Changed

  • Minimum Go version is now go1.22.11, matching our downstream dependencies (#325)
Commits
  • dd15542 Changelog for 2.5.0 (#326)
  • f1afca7 Export function to get target from address (#321)
  • 078393f Bump google.golang.org/grpc from 1.67.1 to 1.70.0 in /v2 (#324)
  • 3a87d63 Upgrade to go1.22 (#325)
  • 896d311 Bump golang.org/x/net from 0.28.0 to 0.33.0 in /v2 (#322)
  • 49cafab Bump golang.org/x/crypto from 0.26.0 to 0.31.0 in /v2 (#323)
  • d5cb2fc Bump google.golang.org/protobuf from 1.34.2 to 1.36.1 in /v2 (#317)
  • b82bcea Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /v2 (#312)
  • 7c29672 Bump github.com/zeebo/errs from 1.3.0 to 1.4.0 in /v2 (#308)
  • 87cfecf doc: minor doc updates (#295)
  • See full diff 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 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)
Imported from GitHub pull request. Original GitHub pull request: #175 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/175 Original created: 2025-02-03T02:49:47Z Original updated: 2025-02-04T02:07:17Z Original head: carverauto/serviceradar:dependabot/go_modules/github.com/spiffe/go-spiffe/v2-2.5.0 Original base: main Original merged: 2025-02-04T02:07:14Z by @mfreeman451 --- Bumps [github.com/spiffe/go-spiffe/v2](https://github.com/spiffe/go-spiffe) from 2.4.0 to 2.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spiffe/go-spiffe/releases">github.com/spiffe/go-spiffe/v2's releases</a>.</em></p> <blockquote> <h2>v2.5.0</h2> <h3>Added</h3> <ul> <li>workloadapi.TargetFromAddress function to parse out a gRPC target from a SPIFFE_ENDPOINT_SOCKET compatible address (<a href="https://redirect.github.com/spiffe/go-spiffe/issues/321">#321</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Minimum Go version is now go1.22.11, matching our downstream dependencies (<a href="https://redirect.github.com/spiffe/go-spiffe/issues/325">#325</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/spiffe/go-spiffe/blob/main/CHANGELOG.md">github.com/spiffe/go-spiffe/v2's changelog</a>.</em></p> <blockquote> <h2>[2.5.0] - 2025-01-31</h2> <h3>Added</h3> <ul> <li>workloadapi.TargetFromAddress function to parse out a gRPC target from a SPIFFE_ENDPOINT_SOCKET compatible address (<a href="https://redirect.github.com/spiffe/go-spiffe/issues/321">#321</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Minimum Go version is now go1.22.11, matching our downstream dependencies (<a href="https://redirect.github.com/spiffe/go-spiffe/issues/325">#325</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spiffe/go-spiffe/commit/dd15542826b6e12943e74670a8807a74b4da09d9"><code>dd15542</code></a> Changelog for 2.5.0 (<a href="https://redirect.github.com/spiffe/go-spiffe/issues/326">#326</a>)</li> <li><a href="https://github.com/spiffe/go-spiffe/commit/f1afca71634a3cccd29cfc6a79750a45ac6e0f31"><code>f1afca7</code></a> Export function to get target from address (<a href="https://redirect.github.com/spiffe/go-spiffe/issues/321">#321</a>)</li> <li><a href="https://github.com/spiffe/go-spiffe/commit/078393f9b5307fd4d8da268943347966830819ea"><code>078393f</code></a> Bump google.golang.org/grpc from 1.67.1 to 1.70.0 in /v2 (<a href="https://redirect.github.com/spiffe/go-spiffe/issues/324">#324</a>)</li> <li><a href="https://github.com/spiffe/go-spiffe/commit/3a87d63c53e761b97cd8ad4c7e938342e68cfdf2"><code>3a87d63</code></a> Upgrade to go1.22 (<a href="https://redirect.github.com/spiffe/go-spiffe/issues/325">#325</a>)</li> <li><a href="https://github.com/spiffe/go-spiffe/commit/896d311cf96da5681930ae9412417ad478c88329"><code>896d311</code></a> Bump golang.org/x/net from 0.28.0 to 0.33.0 in /v2 (<a href="https://redirect.github.com/spiffe/go-spiffe/issues/322">#322</a>)</li> <li><a href="https://github.com/spiffe/go-spiffe/commit/49cafab8d4191784dac03b72ae3fb0446d327290"><code>49cafab</code></a> Bump golang.org/x/crypto from 0.26.0 to 0.31.0 in /v2 (<a href="https://redirect.github.com/spiffe/go-spiffe/issues/323">#323</a>)</li> <li><a href="https://github.com/spiffe/go-spiffe/commit/d5cb2fc0e6dc0475d11761c73249e76ca5a15285"><code>d5cb2fc</code></a> Bump google.golang.org/protobuf from 1.34.2 to 1.36.1 in /v2 (<a href="https://redirect.github.com/spiffe/go-spiffe/issues/317">#317</a>)</li> <li><a href="https://github.com/spiffe/go-spiffe/commit/b82bcea56e94dee54c6a6222c6605d12e93601a5"><code>b82bcea</code></a> Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /v2 (<a href="https://redirect.github.com/spiffe/go-spiffe/issues/312">#312</a>)</li> <li><a href="https://github.com/spiffe/go-spiffe/commit/7c296727a092fab43e93249e1c0eb4f1cb9d8272"><code>7c29672</code></a> Bump github.com/zeebo/errs from 1.3.0 to 1.4.0 in /v2 (<a href="https://redirect.github.com/spiffe/go-spiffe/issues/308">#308</a>)</li> <li><a href="https://github.com/spiffe/go-spiffe/commit/87cfecf6c092ad3c94862bf21c34bf72074d118a"><code>87cfecf</code></a> doc: minor doc updates (<a href="https://redirect.github.com/spiffe/go-spiffe/issues/295">#295</a>)</li> <li>See full diff in <a href="https://github.com/spiffe/go-spiffe/compare/v2.4.0...v2.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spiffe/go-spiffe/v2&package-manager=go_modules&previous-version=2.4.0&new-version=2.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar!1225
No description provided.