-
Notifications
You must be signed in to change notification settings - Fork 82
Comparing changes
Open a pull request
base repository: spiffe/go-spiffe
base: v2.1.7
head repository: spiffe/go-spiffe
compare: v2.2.0
- 10 commits
- 17 files changed
- 6 contributors
Commits on Jan 17, 2024
-
Support Ed25519 signature algorithm (#248)
This adds support for the Ed25519 signature algorithm which is supported by Go, but was not fully plumbed through in go-spiffe. Signed-off-by: Lorenz Brun <lorenz@monogon.tech>
Configuration menu - View commit details
-
Copy full SHA for be65809 - Browse repository at this point
Copy the full SHA be65809View commit details -
Signed-off-by: sword-jin <rrylee1994@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 04f9983 - Browse repository at this point
Copy the full SHA 04f9983View commit details
Commits on Apr 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 374b58f - Browse repository at this point
Copy the full SHA 374b58fView commit details -
Fix Makefile for Apple Silicon-based Macs (#275)
Output of `uname -m` on my M2 Mac ``` arm64 ``` Signed-off-by: Ryan Turner <turner@uber.com>
Configuration menu - View commit details
-
Copy full SHA for 2f21f77 - Browse repository at this point
Copy the full SHA 2f21f77View commit details -
Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /v2 (#268)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.4...v1.9.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify 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> Co-authored-by: Andrew Harding <azdagron@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3495fea - Browse repository at this point
Copy the full SHA 3495feaView commit details -
Bump google.golang.org/grpc from 1.60.1 to 1.62.1 in /v2 (#273)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.60.1 to 1.62.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.60.1...v1.62.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc 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> Co-authored-by: Andrew Harding <azdagron@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b496547 - Browse repository at this point
Copy the full SHA b496547View commit details -
Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /v2 (#274)
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf 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> Co-authored-by: Andrew Harding <azdagron@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2a8191f - Browse repository at this point
Copy the full SHA 2a8191fView commit details -
Add
-race
to Go test by default (#270)Signed-off-by: Noah Stride <noah.stride@goteleport.com>
Configuration menu - View commit details
-
Copy full SHA for 8e0ce79 - Browse repository at this point
Copy the full SHA 8e0ce79View commit details -
Update to go-jose v4.0.1 (#276)
There are some breaking changes in v4 that affect go-spiffe code: - When parsing a JWS-protected JWT, the caller must now explicitly pass the accepted signature algorithms (corresponding to `alg` JWS header) into the parsing function. - `CompactSerialize()` was removed in favor of just `Serialize()`, which has identical behavior. go-jose v4 updates the minimum Go version require 9330 ment to 1.21, which was released 2023-08-08. Signed-off-by: Ryan Turner <turner@uber.com> Co-authored-by: Andrew Harding <azdagron@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bf6eecf - Browse repository at this point
Copy the full SHA bf6eecfView commit details -
Signed-off-by: Andrew Harding <azdagron@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 31d9835 - Browse repository at this point
Copy the full SHA 31d9835View 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.1.7...v2.2.0