-
Notifications
You must be signed in to change notification settings - Fork 140
Comparing changes
Open a pull request
base repository: hashicorp/vault-action
base: v2.4.1
head repository: hashicorp/vault-action
compare: v2.4.2
- 12 commits
- 11 files changed
- 5 contributors
Commits on Jun 15, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for a502b7f - Browse repository at this point
Copy the full SHA a502b7fView commit details -
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 authoredJun 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 6ee4dd3 - Browse repository at this point
Copy the full SHA 6ee4dd3View commit details
Commits on Jun 28, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for cebb457 - Browse repository at this point
Copy the full SHA cebb457View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bbf40c0 - Browse repository at this point
Copy the full SHA bbf40c0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f581791 - Browse repository at this point
Copy the full SHA f581791View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d2b5111 - Browse repository at this point
Copy the full SHA d2b5111View commit details -
Add additional mocks needed for tests in new versions of @actions (#343)
Christopher Swenson authoredJun 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 2dcbd17 - Browse repository at this point
Copy the full SHA 2dcbd17View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ad04ab9 - Browse repository at this point
Copy the full SHA ad04ab9View commit details
Commits on Jun 29, 2022
-
Retry on 412 status codes (#333)
* Retry on 412 status codes * Add retry tests
Configuration menu - View commit details
-
Copy full SHA for 55a1167 - Browse repository at this point
Copy the full SHA 55a1167View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae2f303 - Browse repository at this point
Copy the full SHA ae2f303View commit details
Commits on Aug 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f380d92 - Browse repository at this point
Copy the full SHA f380d92View commit details
Commits on Aug 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7d98524 - Browse repository at this point
Copy the full SHA 7d98524View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.4.1...v2.4.2