E5EC Comparing v2.2.0...v2.3.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.2.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.3.0
Choose a head ref
  • 8 commits
  • 10 files changed
  • 3 contributors

Commits on Apr 22, 2024

  1. Bump github.com/Microsoft/go-winio from 0.6.1 to 0.6.2 in /v2 (#283)

    Bumps [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) from 0.6.1 to 0.6.2.
    - [Release notes](https://github.com/Microsoft/go-winio/releases)
    - [Commits](microsoft/go-winio@v0.6.1...v0.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/Microsoft/go-winio
      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 22, 2024
    Configuration menu
    Copy the full SHA
    fb89f07 View commit details
    Browse the repository at this point in the history
  2. Bump google.golang.org/grpc from 1.62.1 to 1.63.2 in /v2 (#280)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.1 to 1.63.2.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.62.1...v1.63.2)
    
    ---
    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>
    dependabot[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d4e119d View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/net from 0.20.0 to 0.23.0 in /v2 (#282)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.23.0.
    - [Commits](golang/net@v0.20.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    fb781b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Allow empty x509 bundles to be sent in responses (#288)

    This causes the workload to be unable to fetch X509-SVIDs, even though its own trust domain still has a valid trust bundle
    
    Signed-off-by: Sorin Dumitru <sorin@returnze.ro>
    sorindumitru authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5460476 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/go-jose/go-jose/v4 from 4.0.1 to 4.0.2 in /v2 (#286)

    Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from 4.0.1 to 4.0.2.
    - [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.1...v4.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-jose/go-jose/v4
      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 Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ff0d21e View commit details
    Browse the repository at this point in the history
  3. Bump google.golang.org/grpc from 1.63.2 to 1.64.0 in /v2 (#287)

    * Bump google.golang.org/grpc from 1.63.2 to 1.64.0 in /v2
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.2 to 1.64.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.63.2...v1.64.0)
    
    ---
    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>
    
    * Handle DialContext deprecation
    
    Signed-off-by: Andrew Harding <azdagron@gmail.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Andrew Harding <azdagron@gmail.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 Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0e8e7f0 View commit details
    Browse the repository at this point in the history
  4. Bump google.golang.org/protobuf from 1.33.0 to 1.34.2 in /v2 (#289)

    Bumps google.golang.org/protobuf from 1.33.0 to 1.34.2.
    
    ---
    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>
    dependabot[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c1e1faf View commit details
    Browse the repository at this point in the history
  5. v2.3.0 changelog (#290)

    Signed-off-by: Andrew Harding <azdagron@gmail.com>
    azdagron authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    94335b2 View commit details
    Browse the repository at this point in the history
Loading
0