Skip to content

Releases: cloudflare/gokeyless

v1.6.1

19 Nov 19:07
9594971

Choose a tag to compare

Changes:

  • Package the renewed the Keyless CA certificate
  • Fix panic when using max-sessions=1 with HSMs
  • Fix panic when no key pair is found on a HSM with the given object/id

v1.6.0

16 Oct 21:16
48ab42b

Choose a tag to compare

Changes:

v1.5.3

12 Sep 20:41

Choose a tag to compare

This is a hotfix release to prevent the resource pool used for managing HSM sessions from closing idle sessions, which could lead to CKR_OBJECT_HANDLE_INVALID errors .

v1.5.2

13 Jul 20:15
04886f2

Choose a tag to compare

Changes:

  • Fix regression in sysv init scripts (introduced in 1.5.0)
  • Reduce cardinality of histogram metrics to reduce prometheus server load

v1.5.1

05 Jul 19:05

Choose a tag to compare

Add dependency on libtool

v1.5.0

28 Jun 22:40
a214d3d

Choose a tag to compare

Changes:

  • Support for hardware security modules (HSMs) via PKCS#11
  • Users can now provide their Cloudflare credentials in a configuration file, removing the need for interactive bootstrapping of the authentication credentials

v1.4.5

27 Feb 01:31

Choose a tag to compare

Changes:

  • Don't ask for user input by default (#226)
  • Restart the running service when the package is upgraded (#227)

v1.4.4

21 Feb 18:56

Choose a tag to compare

  • Fix certificate generation during initialization
  • Performance improvements

Release note of v1.4.3

04 Apr 21:11

Choose a tag to compare

fix minor memory issues on large number of hanging client connections, plus other various fixes.

Release notes of v1.4.2

15 Oct 03:19

Choose a tag to compare

  • Minor performance improvements.