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.33.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.34.0
Choose a head ref
  • 10 commits
  • 13 files changed
  • 3 contributors

Commits on Jul 31, 2023

  1. Bump github.com/aws/aws-sdk-go from 1.44.307 to 1.44.313

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.307 to 1.44.313.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.44.307...v1.44.313)
    
    ---
    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] <support@github.com>
    dependabot[bot] authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    333e18f View commit details
    Browse the repository at this point in the history
  2. Bump google.golang.org/grpc from 1.56.2 to 1.57.0

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.2 to 1.57.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.56.2...v1.57.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>
    dependabot[bot] authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    21c283d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

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

    …olang.org/grpc-1.57.0
    
    Bump google.golang.org/grpc from 1.56.2 to 1.57.0
    github-actions[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    96ce61e View commit details
    Browse the repository at this point in the history
  2. Bump google.golang.org/api from 0.130.0 to 0.134.0

    Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.130.0 to 0.134.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.130.0...v0.134.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    6dc0595 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #300 from smallstep/dependabot/go_modules/google.g…

    …olang.org/api-0.134.0
    
    Bump google.golang.org/api from 0.130.0 to 0.134.0
    github-actions[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c368dea View commit details
    Browse the repository at this point in the history
  4. Merge pull request #299 from smallstep/dependabot/go_modules/github.c…

    …om/aws/aws-sdk-go-1.44.313
    
    Bump github.com/aws/aws-sdk-go from 1.44.307 to 1.44.313
    github-actions[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    efd553b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Add methods to get the templates functions

    step-ca fails to add a template with ASN.1 functions because they are
    not defined in the list of functions supported. This commit will add
    a function that has all the supported methods so you can create
    a provisioner with a template using this methods.
    maraino committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c1d883c View commit details
    Browse the repository at this point in the history
  2. Run make fmt

    maraino committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    213ada0 View commit details
    Browse the repository at this point in the history
  3. Fix template validation functions

    This commit adds the appropriate FuncMap to the template validation
    functions.
    maraino committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4aa6694 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #302 from smallstep/template-funcs

    Template funcs
    maraino authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    636f7a9 View commit details
    Browse the repository at this point in the history
Loading