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.35.1
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.36.0
Choose a head ref
  • 12 commits
  • 6 files changed
  • 3 contributors

Commits on Sep 25, 2023

  1. Bump github.com/aws/aws-sdk-go from 1.45.12 to 1.45.16

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.45.12 to 1.45.16.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.45.12...v1.45.16)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    7905f99 View commit details
    Browse the repository at this point in the history
  2. Bump google.golang.org/api from 0.141.0 to 0.143.0

    Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.141.0 to 0.143.0.
    - [Release notes](https://github.com/googleapis/google-api-go-client/releases)
    - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
    - [Commits](googleapis/google-api-go-client@v0.141.0...v0.143.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    47d715c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Merge pull request #330 from smallstep/dependabot/go_modules/google.g…

    …olang.org/api-0.143.0
    
    Bump google.golang.org/api from 0.141.0 to 0.143.0
    github-actions[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    501024b View commit details
    Browse the repository at this point in the history
  2. Bump google.golang.org/grpc from 1.58.1 to 1.58.2

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.1 to 1.58.2.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.58.1...v1.58.2)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    cafe743 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #331 from smallstep/dependabot/go_modules/google.g…

    …olang.org/grpc-1.58.2
    
    Bump google.golang.org/grpc from 1.58.1 to 1.58.2
    github-actions[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    3421fc6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #329 from smallstep/dependabot/go_modules/github.c…

    …om/aws/aws-sdk-go-1.45.16
    
    Bump github.com/aws/aws-sdk-go from 1.45.12 to 1.45.16
    github-actions[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    67685c6 View commit details
    Browse the repository at this point in the history
  5. Bump github.com/aws/aws-sdk-go from 1.45.16 to 1.45.20

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.45.16 to 1.45.20.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.45.16...v1.45.20)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    a5071e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Merge pull request #332 from smallstep/dependabot/go_modules/github.c…

    …om/aws/aws-sdk-go-1.45.20
    
    Bump github.com/aws/aws-sdk-go from 1.45.16 to 1.45.20
    github-actions[bot] authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    bf3d4a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Add support for UPN SANs

    This PR adds a new type otherName SAN UPN with OID 1.3.6.1.4.1.311.20.2.3.
    This change also allows the use of the HardwareModuleName and DirectoryName
    SANs in the template. The previous version only allowed the use of those using
    code.
    maraino committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    11e14b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d04d926 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b724aa2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Merge pull request #333 from smallstep/mariano/template-improvements

    Add support for UPN SANs
    maraino authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    389f662 View commit details
    Browse the repository at this point in the history
Loading