gpg/CHANGELOG.md
2020-05-13 14:32:16 +02:00

63 lines
1.2 KiB
Markdown

# Changelog
## 2.1.0 (2020/05/13)
* Allow importing GPG key as a base64 string (#14)
## 2.0.1 (2020/05/13)
* Committer email does not match
## 2.0.0 (2020/05/13)
* Use GPG key name/email as default values (#13)
* Centralize test key/passphrase
## 1.4.2 (2020/05/11)
* Clean code
* Update deps
## 1.4.1 (2020/05/07)
* Update README
## 1.4.0 (2020/05/07)
* Add `fingerprint`, `keyid` and `email` outputs
* Cleanup local paths from extra fields
## 1.3.0 (2020/05/06)
* Add `git_tag_gpgsign` and `git_push_gpgsign` inputs
* Some inputs and secrets have been renamed
## 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
* Fix code transpilation (#9)
* Update deps
## 1.0.0 (2020/05/04)
* Enable signing for Git commits and tags (#4)
## 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
## 0.1.1 (2020/05/03)
* Fix README
## 0.1.0 (2020/05/03)
* Initial version