10000 Comparing v2.1.7...v2.2.0 · spiffe/go-spiffe · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spiffe/go-spiffe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.7
Choose a base ref
...
head repository: spiffe/go-spiffe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 10 commits
  • 17 files changed
  • 6 contributors

Commits on Jan 17, 2024

  1. 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>
    lorenz authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    be65809 View commit details
    Browse the repository at this point in the history
  2. Fix the test on go1.21 (#252)

    Signed-off-by: sword-jin <rrylee1994@gmail.com>
    sword-jin authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    04f9983 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Bump Go to 1.21 (#277)

    Signed-off-by: Ryan Turner <turner@uber.com>
    rturner3 authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    374b58f View commit details
    Browse the repository at this point in the history
  2. 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>
    rturner3 authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    2f21f77 View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] and azdagron authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    3495fea View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] and azdagron authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b496547 View commit details
    Browse the repository at this point in the history
  5. 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>
    dependabot[bot] and azdagron authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    2a8191f View commit details
    Browse the repository at this point in the history
  6. Add -race to Go test by default (#270)

    Signed-off-by: Noah Stride <noah.stride@goteleport.com>
    strideynet authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8e0ce79 View commit details
    Browse the repository at this point in the history
  7. 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>
    rturner3 and azdagron authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    bf6eecf View commit details
    Browse the repository at this point in the history
  8. CHANGELOG for v2.2.0 (#278)

    Signed-off-by: Andrew Harding <azdagron@gmail.com>
    azdagron committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    31d9835 View commit details
    Browse the repository at this point in the history
Loading
0