Skip to content

Releases: LeSuisse/vault-gpg-plugin

0.6.2

14 Oct 12:24
Compare
Choose a tag to compare

Changelog

  • Fix path of the binary checksum file, reported in #314 (#316)
  • Build with Go 1.21 (#317)
  • golang.org/x/net: 0.14.0 -> 0.17.0, includes the fix for CVE-2023-39325 (#312)
  • github.com/sigstore/rekor: 1.2.2 -> 1.3.2 (#313)

0.6.1

17 Jun 10:05
Compare
Choose a tag to compare

v0.6.1

v0.6.0

0.5.0

29 Dec 19:52
v0.5.0
Compare
Choose a tag to compare

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

28 Dec 16:22
v0.4.0
Compare
Choose a tag to compare
  • Built with Go 1.17
  • Builds are deterministic
  • github.com/ProtonMail/go-crypto/openpgp instead of the now deprecated golang.org/x/crypto/openpgp

0.3.0

27 Sep 15:14
v0.3.0
Compare
Choose a tag to compare

0.2.4

23 Mar 17:39
v0.2.4
Compare
Choose a tag to compare
  • Prebuilt binaries work with Alpine amd64 (#28)
  • Built with Go 1.14

0.2.3

08 Sep 15:52
v0.2.3
Compare
Choose a tag to compare
  • Tested and built against HashiCorp Vault 1.2.2
  • Built with Go 1.13

0.2.2

06 Dec 14:02
v0.2.2
Compare
Choose a tag to compare

Tested and built against HashiCorp Vault 1.0.0

0.2.1

12 Sep 10:21
v0.2.1
Compare
Choose a tag to compare
  • Tested and built against HashiCorp Vault 0.11.1
  • Built with Go 1.11

0.2.0

07 Apr 20:37
v0.2.0
Compare
Choose a tag to compare
  • New API endpoint show-session-key to decrypt the session key of one message. This can be useful to decrypt large message without having to transmit the whole message to Vault.