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: smallstep/crypto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.61.0
Choose a base ref
...
head repository: smallstep/crypto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.62.0
Choose a head ref
  • 6 commits
  • 3 files changed
  • 3 contributors

Commits on Apr 21, 2025

  1. Bump google.golang.org/grpc from 1.71.1 to 1.72.0

    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>
    dependabot[bot] authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    56689b3 View commit details
    Browse the repository at this point in the history
  2. Bump cloud.google.com/go/kms from 1.21.1 to 1.21.2

    Bumps [cloud.google.com/go/kms](https://github.com/googleapis/google-cloud-go) from 1.21.1 to 1.21.2.
    - [Release notes](https://github.com/googleapis/google-cloud-go/releases)
    - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
    - [Commits](googleapis/google-cloud-go@dlp/v1.21.1...kms/v1.21.2)
    
    ---
    updated-dependencies:
    - dependency-name: cloud.google.com/go/kms
      dependency-version: 1.21.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    07aae32 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #756 from smallstep/dependabot/go_modules/google.g…

    …olang.org/grpc-1.72.0
    
    Bump google.golang.org/grpc from 1.71.1 to 1.72.0
    step-ci authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    f6f5a55 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #757 from smallstep/dependabot/go_modules/cloud.go…

    …ogle.com/go/kms-1.21.2
    
    Bump cloud.google.com/go/kms from 1.21.1 to 1.21.2
    step-ci authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    cea7e12 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Extract public key from private

    This commit will attempt to extract the public key from a private key if
    extracting it from the public key fails.
    maraino committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    bee181d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #758 from smallstep/mariano/mackms-public-key

    Extract public key from private
    maraino authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    ba42b52 View commit details
    Browse the repository at this point in the history
Loading