-
Notifications
You must be signed in to change notification settings - Fork 83
Comparing changes
Open a pull request
base repository: spiffe/go-spiffe
base: v2.5.0
head repository: spiffe/go-spiffe
compare: v2.6.0
- 18 commits
- 172 files changed
- 5 contributors
Commits on Apr 1, 2025
-
Remove github.com/zeebo/errs (#309)
Signed-off-by: junya koyama <arukiidou@yahoo.co.jp>
Configuration menu - View commit details
-
Copy full SHA for 0ef223d - Browse repository at this point
Copy the full SHA 0ef223dView commit details
Commits on Apr 3, 2025
-
Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 in /v2 (#330)
Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/go-jose/go-jose/releases) - [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md) - [Commits](go-jose/go-jose@v4.0.4...v4.0.5) --- updated-dependencies: - dependency-name: github.com/go-jose/go-jose/v4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Harding <azdagron@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for edb3ebf - Browse repository at this point
Copy the full SHA edb3ebfView commit details -
Bump google.golang.org/protobuf from 1.36.1 to 1.36.6 in /v2 (#333)
Bumps google.golang.org/protobuf from 1.36.1 to 1.36.6. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4a740a1 - Browse repository at this point
Copy the full SHA 4a740a1View commit details
Commits on Apr 7, 2025
-
Bump go to 1.23 and update tools (#335)
* bump go to 1.23 and update tools Signed-off-by: Andrew Harding <azdagron@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9df97cf - Browse repository at this point
Copy the full SHA 9df97cfView commit details -
Avoid certificate re-parse on TLS handshake (#336)
* Avoid certificate re-parse on TLS handshake Fixes: #299 Signed-off-by: Andrew Harding <azdagron@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fa92790 - Browse repository at this point
Copy the full SHA fa92790View commit details
Commits on Apr 9, 2025
-
chore: check for invalid 'typ' headers (#307)
Signed-off-by: Nick Stott <nick@nickstott.com> Signed-off-by: Andrew Harding <azdagron@gmail.com> Co-authored-by: Andrew Harding <azdagron@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 364a794 - Browse repository at this point
Copy the full SHA 364a794View commit details -
Move code out of v2 directory (#337)
When this library first went to v2, the old v1 code was kept around so we opted to put all of the v2 code into a v2 directory. The v1 code was eventually removed because it was (1) no longer developed, (2) still available at the old tag, and (3) because its presence was confusing library consumers. Now that the v1 code is long gone, there is no reason to have all v2 related materials in a v2 directory. Signed-off-by: Andrew Harding <azdagron@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ea1a845 - Browse repository at this point
Copy the full SHA ea1a845View commit details -
Prepare to use GH merge queue (#339)
- adds merge_group dispatch on the PR build workflow - adds the dco-check workflow (to replace DCOBot, which doesn't work with merge queues) Signed-off-by: Andrew Harding <azdagron@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1c8e5b1 - Browse repository at this point
Copy the full SHA 1c8e5b1View commit details
Commits on May 8, 2025
-
Bump google.golang.org/grpc from 1.71.1 to 1.72.0 (#340)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.71.1 to 1.72.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.71.1...v1.72.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.72.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 14db48a - Browse repository at this point
Copy the full SHA 14db48aView commit details -
Fix invalid examples link in README.md (#342)
Signed-off-by: Lillie Rugtveit <126776478+LillieEntur@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 20a1a11 - Browse repository at this point
Copy the full SHA 20a1a11View commit details
Commits on Jul 7, 2025
-
Bump github.com/go-jose/go-jose/v4 from 4.0.5 to 4.1.1 (#347)
Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from 4.0.5 to 4.1.1. - [Release notes](https://github.com/go-jose/go-jose/releases) - [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md) - [Commits](go-jose/go-jose@v4.0.5...v4.1.1) --- updated-dependencies: - dependency-name: github.com/go-jose/go-jose/v4 dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 42bdd19 - Browse repository at this point
Copy the full SHA 42bdd19View commit details -
Bump google.golang.org/grpc from 1.72.0 to 1.73.0 (#345)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.72.0 to 1.73.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.72.0...v1.73.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.73.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 84a48c0 - Browse repository at this point
Copy the full SHA 84a48c0View commit details
Commits on Aug 21, 2025
-
Bump actions/checkout from 4 to 5 (#351)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7cfd523 - Browse repository at this point
Copy the full SHA 7cfd523View commit details -
Bump github.com/go-jose/go-jose/v4 from 4.1.1 to 4.1.2 (#349)
Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/go-jose/go-jose/releases) - [Commits](go-jose/go-jose@v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: github.com/go-jose/go-jose/v4 dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 237e1a9 - Browse repository at this point
Copy the full SHA 237e1a9View commit details -
Bump google.golang.org/protobuf from 1.36.6 to 1.36.7 (#350)
Bumps google.golang.org/protobuf from 1.36.6 to 1.36.7. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-version: 1.36.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f8be7ff - Browse repository at this point
Copy the full SHA f8be7ffView commit details -
Bump supported Go version and add policy (#352)
Signed-off-by: Andrew Harding <azdagron@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d49b642 - Browse repository at this point
Copy the full SHA d49b642View commit details -
Bump google.golang.org/grpc from 1.73.0 to 1.74.2 (#348)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.73.0 to 1.74.2. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.73.0...v1.74.2) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.74.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 57dee70 - Browse repository at this point
Copy the full SHA 57dee70View commit details -
Signed-off-by: Andrew Harding <azdagron@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c6d0af3 - Browse repository at this point
Copy the full SHA c6d0af3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.5.0...v2.6.0