import-gpg/CHANGELOG.md

96 lines
1.9 KiB
Markdown
Raw Normal View History

2020-05-03 20:46:05 +02:00
# Changelog
2020-10-01 20:07:57 +02:00
## 3.0.1 (2020/10/01)
* Fix CVE-2020-15228
2020-09-06 22:06:50 +02:00
## 3.0.0 (2020/09/06)
* Move `GPG_PRIVATE_KEY` env var to `gpg-private-key` input
* Move `PASSPHRASE` env var to `passphrase` input
* Rename `git_user_signingkey` input to `git-user-signingkey`
* Rename `git_commit_gpgsign` input to `git-commit-gpgsign`
* Rename `git_tag_gpgsign` input to `git-tag-gpgsign`
* Rename `git_push_gpgsign` input to `git-push-gpgsign`
* Rename `git_committer_name` input to `git-committer-name`
* Rename `git_committer_email` input to `git-committer-email`
* Update deps
2020-09-03 21:38:48 +02:00
## 2.3.0 (2020/09/03)
* Preset passphrase for all key keygrips (#57)
* Update deps
2020-08-28 22:35:50 +02:00
## 2.2.0 (2020/08/28)
* Add `workdir` input (#55)
* Update deps
2020-05-18 17:40:11 +02:00
## 2.1.1 (2020/05/18)
* Fix importing of base64 armored string (#18)
* Enhanced tests
* Update deps
2020-05-13 14:32:16 +02:00
## 2.1.0 (2020/05/13)
* Allow importing GPG key as a base64 string (#14)
2020-05-13 00:33:06 +02:00
## 2.0.1 (2020/05/13)
* Committer email does not match
2020-05-13 00:25:26 +02:00
## 2.0.0 (2020/05/13)
* Use GPG key name/email as default values (#13)
* Centralize test key/passphrase
2020-05-11 19:21:45 +02:00
## 1.4.2 (2020/05/11)
* Clean code
* Update deps
2020-05-07 21:01:46 +02:00
## 1.4.1 (2020/05/07)
* Update README
2020-05-07 20:58:12 +02:00
## 1.4.0 (2020/05/07)
* Add `fingerprint`, `keyid` and `email` outputs
* Cleanup local paths from extra fields
2020-05-06 01:23:29 +02: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-06 00:37:15 +02: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 21:16:14 +02:00
* Fix code transpilation (#9)
2020-05-06 23:54:36 +02:00
* Update deps
2020-05-04 21:02:26 +02:00
## 1.0.0 (2020/05/04)
* Enable signing for Git commits and tags (#4)
2020-05-04 20:12:39 +02: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 22:11:26 +02:00
## 0.1.1 (2020/05/03)
* Fix README
2020-05-03 21:52:25 +02:00
## 0.1.0 (2020/05/03)
2020-05-03 20:46:05 +02:00
* Initial version