Skip to content

Releases: MagnaXSoftware/coyote

v1.2.0

14 May 14:43
v1.2.0
Compare
Choose a tag to compare

This release adds a new command line option, skip-load-check. This options forces coyote to attempt authorization without checking first if it can reach and see the challenge. This option is useful in some network configurations, such as when coyote is running behind a NAT device or a proxy.

v1.1.0

17 Apr 22:20
v1.1.0
Compare
Choose a tag to compare

Dependency updates only. Now compiled with go 1.8.

v1.0.0

27 Jan 00:34
v1.0.0
Compare
Choose a tag to compare

First officially stable release.

coyote has had a stable API and CLI for a while, but we've now committed to it.

The only thing that changed code-wise since v0.11.3 is a few updated dependencies.

Download, install, and enjoy!

v0.11.3

20 Oct 15:25
v0.11.3
Compare
Choose a tag to compare

This is the first complete release using vendoring support. This brings in reproducible builds and ensures that library changes do not affect us until we update the dependency.

Overall, this release brings in:

  • reproducible builds through dependency vendoring
  • updated dependencies (context, ctxhttp, acme)
  • testable support for compilation with Go 1.5 and any later version (but the compiled binaries are still compiled with Go 1.7 for the latest improvements)
  • support for EC keys
  • version number baked in the binary

v0.9

20 Aug 21:17
v0.9
Compare
Choose a tag to compare
  • Updated ACME library to get the latest changes from google.
  • Added contexts for quicker, and cleaner, exits.
  • Now compiled with Go 1.7 which means smaller and faster binaries (amd64 builds shaved 2MB)
  • Updated Let's Encrypt terms to v1.1.1.

Version 0.7

18 Apr 21:49
v0.7
Compare
Choose a tag to compare

Feature complete release.

Used in production internally.

Version 0.5

18 Apr 20:56
0.5
Compare
Choose a tag to compare

First fully featured release.