Skip to content

Releases: crazy-max/ghaction-import-gpg

v6.1.0

26 Dec 16:55
01dd5d3
Compare
Choose a tag to compare
  • Bump @actions/core from 1.10.0 to 1.10.1 in #186
  • Bump @babel/traverse from 7.17.3 to 7.23.2 in #191
  • Bump debug from 4.1.1 to 4.3.4 in #190
  • Bump openpgp from 5.10.1 to 5.11.0 in #192

Full Changelog: v6.0.0...v6.1.0

v6.0.0

10 Sep 13:23
82a020f
Compare
Choose a tag to compare

Full Changelog: v5.4.0...v6.0.0

v5.4.0

03 Sep 13:45
d6f3f49
Compare
Choose a tag to compare
  • Fallback to gpg homedir if HOME not set by @crazy-max in #181
  • Bump openpgp from 5.8.0 to 5.10.1 in #177 #171
  • Bump semver from 6.3.0 to 6.3.1 in #174
  • Bump word-wrap from 1.2.3 to 1.2.4 in #175

Full Changelog: v5.3.0...v5.4.0

v5.3.0

06 May 17:14
72b6676
Compare
Choose a tag to compare
  • Add trust_level input to set private key trust level by @crazy-max in #168
  • Missing name output to action metadata by @dtan4 in #154
  • Update yarn to 3.5.1 by @crazy-max in #165
  • Update dev dependencies by @crazy-max in #167
  • Bump openpgp from 5.5.0 to 5.8.0 in #164
  • Bump minimatch from 3.0.4 to 3.1.2 in #155
  • Bump json5 from 2.1.3 to 2.2.3 in #157

Full Changelog: v5.2.0...v5.3.0

v5.2.0

18 Oct 21:43
111c561
Compare
Choose a tag to compare
  • Remove setOutput workaround by @crazy-max (#152)
  • Bump @actions/core from 1.9.0 to 1.10.0 (#147 #151)
  • Bump openpgp from 5.3.1 to 5.5.0 (#149)

Full Changelog: v5.1.0...v5.2.0

v5.1.0

24 Jul 16:48
c8bb57c
Compare
Choose a tag to compare
  • Bump openpgp from 5.2.1 to 5.3.1 (#145)
  • Bump @actions/core from 1.6.0 to 1.9.0 (#143)

v5.0.0

26 May 08:53
34ea557
Compare
Choose a tag to compare
  • Node 16 as default runtime (#136)
    • This requires a minimum Actions Runner version of v2.285.0, which is by default available in GHES 3.4 or later.

v4.4.0

24 Apr 14:53
e00cb83
Compare
Choose a tag to compare
  • Use eslint prettier plugin (#132)
  • Bump openpgp from 5.2.0 to 5.2.1 (#131)
  • Bump minimist from 1.2.5 to 1.2.6 (#134)
  • Bump @actions/exec from 1.1.0 to 1.1.1 (#133)

v4.3.0

15 Mar 07:04
4d58d49
Compare
Choose a tag to compare
  • Update dev dependencies and workflow (#130)
  • Fix error deleting keys with short key id (#129)
  • Bump openpgp from 5.1.0 to 5.2.0 (#128)

v4.2.0

01 Mar 09:54
b7c9a01
Compare
Choose a tag to compare
  • Align default ttl with GitHub job run timeout (#126)
  • Delete key using primary key ID not subkey ID (#125)
  • Set passphrase only for the fingerprint being used (#123)
  • Bump openpgp from 5.0.0 to 5.1.0 (#116 #120)
  • Bump actions/github-script from 4 to 6 (#115 #121)