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.5.0
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.6.0
Choose a head ref
  • 18 commits
  • 172 files changed
  • 5 contributors

Commits on Apr 1, 2025

  1. Remove github.com/zeebo/errs (#309)

    Signed-off-by: junya koyama <arukiidou@yahoo.co.jp>
    arukiidou authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    0ef223d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. 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>
    dependabot[bot] and azdagron authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    edb3ebf View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    4a740a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. 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>
    azdagron authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    9df97cf View commit details
    Browse the repository at this point in the history
  2. 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>
    azdagron authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    fa92790 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. 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>
    nstott and azdagron authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    364a794 View commit details
    Browse the repository at this point in the history
  2. 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>
    azdagron authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    ea1a845 View commit details
    Browse the repository at this point in the history
  3. 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>
    azdagron authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    1c8e5b1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. 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>
    dependabot[bot] authored May 8, 2025
    Configuration menu
    Copy the full SHA
    14db48a View commit details
    Browse the repository at this point in the history
  2. Fix invalid examples link in README.md (#342)

    Signed-off-by: Lillie Rugtveit <126776478+LillieEntur@users.noreply.github.com>
    LillieEntur authored May 8, 2025
    Configuration menu
    Copy the full SHA
    20a1a11 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. 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>
    dependabot[bot] authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    42bdd19 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    84a48c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. 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>
    dependabot[bot] authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    7cfd523 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    237e1a9 View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    f8be7ff View commit details
    Browse the repository at this point in the history
  4. Bump supported Go version and add policy (#352)

    Signed-off-by: Andrew Harding <azdagron@gmail.com>
    azdagron authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    d49b642 View commit details
    Browse the repository at this point in the history
  5. 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>
    dependabot[bot] authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    57dee70 View commit details
    Browse the repository at this point in the history
  6. v2.6.0 changelog (#353)

    Signed-off-by: Andrew Harding <azdagron@gmail.com>
    azdagron authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    c6d0af3 View commit details
    Browse the repository at this point in the history
Loading