gpg/CHANGELOG.md

75 lines
1.3 KiB
Markdown
Raw Normal View History

2020-05-03 14:46:05 -04:00
# Changelog
2020-08-28 16:35:50 -04:00
## 2.2.0 (2020/08/28)
* Add `workdir` input (#55)
* Update deps
2020-05-18 11:40:11 -04:00
## 2.1.1 (2020/05/18)
* Fix importing of base64 armored string (#18)
* Enhanced tests
* Update deps
2020-05-13 08:32:16 -04:00
## 2.1.0 (2020/05/13)
* Allow importing GPG key as a base64 string (#14)
2020-05-12 18:33:06 -04:00
## 2.0.1 (2020/05/13)
* Committer email does not match
2020-05-12 18:25:26 -04:00
## 2.0.0 (2020/05/13)
* Use GPG key name/email as default values (#13)
* Centralize test key/passphrase
2020-05-11 13:21:45 -04:00
## 1.4.2 (2020/05/11)
* Clean code
* Update deps
2020-05-07 15:01:46 -04:00
## 1.4.1 (2020/05/07)
* Update README
2020-05-07 14:58:12 -04:00
## 1.4.0 (2020/05/07)
* Add `fingerprint`, `keyid` and `email` outputs
* Cleanup local paths from extra fields
2020-05-05 19:23:29 -04:00
## 1.3.0 (2020/05/06)
* Add `git_tag_gpgsign` and `git_push_gpgsign` inputs
* Some inputs and secrets have been renamed
2020-05-05 18:37:15 -04:00
## 1.2.0 (2020/05/05)
* Use `gpg-connect-agent` to seed the internal cache of `gpg-agent`
* Fix keygrip (#10)
* Kill GnuPG agent at POST step
* Bring back support for Windows
## 1.1.0 (2020/05/05)
* Configure and check committer email against GPG user address
2020-05-05 15:16:14 -04:00
* Fix code transpilation (#9)
2020-05-06 17:54:36 -04:00
* Update deps
2020-05-04 15:02:26 -04:00
## 1.0.0 (2020/05/04)
* Enable signing for Git commits and tags (#4)
2020-05-04 14:12:39 -04:00
## 0.2.0 (2020/05/04)
* Allow to seed the internal cache of `gpg-agent` with provided passphrase (#5)
* Better handling of commands output streams
2020-05-03 16:11:26 -04:00
## 0.1.1 (2020/05/03)
* Fix README
2020-05-03 15:52:25 -04:00
## 0.1.0 (2020/05/03)
2020-05-03 14:46:05 -04:00
* Initial version