Releases: MagnaXSoftware/coyote
Releases · MagnaXSoftware/coyote
v1.2.0
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
v1.0.0
v0.11.3
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
Version 0.7
Feature complete release.
Used in production internally.
Version 0.5
First fully featured release.