Skip to content

Releases: hashicorp/setup-signore

v3.0.0

07 May 20:53
d64bb29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v3.0.0

v2.1.0

19 May 20:45
222ce0f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2

01 Nov 17:24
222ce0f
Compare
Choose a tag to compare
v2

Breaking changes

  • Setting client-id and client-secret is no longer supported

What's Changed

  • Initial jest unit testing and ncc preparation by @bflad in #1
  • Test and fix configuration writing, add signer configuration by @bflad in #2
  • fix eslint nits, update npm recommended packages by @milescrabill in #4
  • add a note to the readme about the setup-signore-package action by @milescrabill in #5
  • remove the ability to configure client-id and client-secret by @milescrabill in #6
  • Bump nock from 13.1.0 to 13.1.4 by @dependabot in #7
  • Bump @actions/core from 1.4.0 to 1.6.0 by @dependabot in #8
  • Bump eslint-plugin-import from 2.23.4 to 2.25.2 by @dependabot in #10
  • Bump @vercel/ncc from 0.28.6 to 0.31.1 by @dependabot in #9
  • Bump jest from 27.0.6 to 27.3.1 by @dependabot in #11

Full Changelog: v1.0.1...v2

v1

26 Jul 22:38
5de0fa6
Compare
Choose a tag to compare
v1
Merge pull request #2 from bflad/f-signer-config

Test and fix configuration writing, add signer configuration