Skip to content

Releases: cloudflare/certmgr

v1.6.1

26 Apr 17:27
Compare
Choose a tag to compare
v1.6.1

v1.6.0

25 Apr 18:37
Compare
Choose a tag to compare
v1.6.0

v1.5.0: Check CA renewal along with certs.

07 Feb 19:27
Compare
Choose a tag to compare

v1.4.3: A collection of minor improvements.

09 Nov 19:03
Compare
Choose a tag to compare
* Only look for valid YAML/JSON files in the cert spec
  dir (e.g. fix #33).
* Update Travis to use Go 1.9 to fix a Go bug in the
  user lookups (#30).
* Update README to include CA file path writing.
* Remove the informational message about not writing a CA file
  if no file path was provided. This was useful in testing,
  but has caused a great deal of confusion among users.
* Bump the patch version to trigger a release using the new Go version.

Use Go-1.9 and add CA file writes to README.

v1.4.2: Fix CA remote logic.

25 Oct 01:39
Compare
Choose a tag to compare
This was a holdover from another WIP branch, and is now causing
problems.

v1.4.1: Refresh the CA certificate on every renewal.

19 Oct 18:11
Compare
Choose a tag to compare
The CA might have been renewed or otherwise changed in the meantime.

v1.4.0: cert: add support for writing CA certificates to disk.

18 Oct 22:59
Compare
Choose a tag to compare
An oft-requested feature is to allow certmgr to write the CA certificate
to disk. This change provides support for that. If no file section is
provided in the CA configuration (as is the case in all current
configurations), certmgr's behaviour is unmodified with the exception of
a log message noting that the certificate will not be written.

v1.3.1: Update vendor files.

08 Aug 18:59
Compare
Choose a tag to compare
- Patch version is bumped so that downstream builds pick up changes.

v1.3.0

08 Aug 17:01
Compare
Choose a tag to compare
Bump to release 1.3.0.