Releases: LeSuisse/vault-gpg-plugin
Releases · LeSuisse/vault-gpg-plugin
0.6.2
0.6.1
v0.6.1
- e214860 Fix release pipeline
v0.6.0
- Vault plugin multiplexing has been enabled #289
- github.com/ProtonMail/go-crypto has been updated to v0.0.0-20230528122434-6f98819771a1 #285 #294 (Thanks @niranjan94)
- Release process has been reworked and release content is now signed using Cosign #293
0.5.0
- Signatures can be published to a Rekor transparency log (#117, #119)
It is now possible to upload the signatures made via the endpoint gpg/:name/sign
to a Rekor instance.
You can choose to upload information into the transparency when your create a new key, you only need to choose a value for the parameter transparency_log_address
(e.g. the public instance https://rekor.sigstore.dev/). For existing keys you can update the parameter transparency_log_address
with the new configuration update endpoint.
You can find more details about Rekor in the Rekor's documentation.
0.4.0
0.3.0
- The endpoint POST
/gpg/keys/:name
now prevents overwriting existing keys – thanks @trishankatdatadog (#51) - Split HTTP API into separate doc – thanks @trishankatdatadog (#50)