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: hashicorp/vault-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.1
Choose a base ref
...
head repository: hashicorp/vault-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.2
Choose a head ref
  • 12 commits
  • 11 files changed
  • 5 contributors

Commits on Jun 15, 2022

  1. chore(deps): bump jsrsasign from 10.2.0 to 10.5.24 (#329)

    Bumps [jsrsasign](https://github.com/kjur/jsrsasign) from 10.2.0 to 10.5.24.
    - [Release notes](https://github.com/kjur/jsrsasign/releases)
    - [Changelog](https://github.com/kjur/jsrsasign/blob/master/ChangeLog.txt)
    - [Commits](kjur/jsrsasign@10.2.0...10.5.24)
    
    ---
    updated-dependencies:
    - dependency-name: jsrsasign
      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 15, 2022
    Configuration menu
    Copy the full SHA
    a502b7f View commit details
    Browse the repository at this point in the history
  2. Set node version to v16.14.0 to workaround node/npm bug (#335)

    Node 16.14.2 thinks the `package-lock.json` is out of sync when it is
    not.
    
    npm/cli#4660
    Christopher Swenson authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    6ee4dd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. chore(deps-dev): bump semantic-release from 17.2.3 to 19.0.3 (#331)

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.3 to 19.0.3.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v17.2.3...v19.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
      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 Jun 28, 2022
    Configuration menu
    Copy the full SHA
    cebb457 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump jest and @types/jest (#330)

    Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together.
    
    Updates `jest` from 26.6.3 to 28.1.1
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.1.1/packages/jest)
    
    Updates `@types/jest` from 27.4.1 to 28.1.1
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:development
      update-type: version-update:semver-major
    - dependency-name: "@types/jest"
      dependency-type: direct:development
      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 Jun 28, 2022
    Configuration menu
    Copy the full SHA
    bbf40c0 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump jsrsasign from 10.5.24 to 10.5.25 (#340)

    * chore(deps): bump jsrsasign from 10.5.24 to 10.5.25
    
    Bumps [jsrsasign](https://github.com/kjur/jsrsasign) from 10.5.24 to 10.5.25.
    - [Release notes](https://github.com/kjur/jsrsasign/releases)
    - [Changelog](https://github.com/kjur/jsrsasign/blob/master/ChangeLog.txt)
    - [Commits](kjur/jsrsasign@10.5.24...10.5.25)
    
    ---
    updated-dependencies:
    - dependency-name: jsrsasign
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Use RSA-2048 key instead of 4096
    
    After bumping jest, the RSA signing performance went down by a factor of
    2 or so, which causes tests to fail (since they went from ~3 seconds to
    ~6 seconds to generate a 4096-bit RSA signature). The tests generate
    these signatures to fake responses from GitHub.
    
    After replacing the keys with a 2048-bit key, the signing times are now
    under a second.
    
    * Revert unnecessary change to test timeout
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Christopher Swenson <christopher.swenson@hashicorp.com>
    dependabot[bot] and Christopher Swenson authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f581791 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump @actions/core from 1.6.0 to 1.9.0 (#334)

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.0.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-type: direct:development
      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 28, 2022
    Configuration menu
    Copy the full SHA
    d2b5111 View commit details
    Browse the repository at this point in the history
  5. Add additional mocks needed for tests in new versions of @actions (#343)

    Tests started failing after @actions was bumped in
    #334
    Christopher Swenson authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    2dcbd17 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump minimist from 1.2.5 to 1.2.6 (#341)

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      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 Jun 28, 2022
    Configuration menu
    Copy the full SHA
    ad04ab9 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Retry on 412 status codes (#333)

    * Retry on 412 status codes
    * Add retry tests
    tomhjp authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    55a1167 View commit details
    Browse the repository at this point in the history
  2. Bump got to 11.8.5 (#344)

    tomhjp authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    ae2f303 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Update jira sync (#354)

    benashz authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    f380d92 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    7d98524 View commit details
    Browse the repository at this point in the history
Loading