Releases: evenh/intercert
v0.0.2
Changelog
ee11792 Bump github.com/mholt/certmagic from 0.5.0 to 0.5.1
8aa026c client: add some TODOs
e465c32 client: fix a nil pointer dereference
ea3c3b2 example docker file
bb3d065 goreleaser: add docker support
b37451f goreleaser: fix archive deprecation warning
ab72355 server: Log ACME directory server used on startup
Docker images
docker pull evenh/intercert
docker pull evenh/intercert:latest
docker pull evenh/intercert:0.0.2
v0.0.1
Note: This release is non functional/broken
Changelog
993e8ae Add Codecov
cc03b4a Add Go Report Card
d1f7123 Add a regular ping job
8eb20ee Add encrypted Github Token for releases
b3329ff Add explicit exponential backoff policy
20ab691 Add version cmd
63a6163 Bump github.com/golang/protobuf
6a37abe Bump github.com/golang/protobuf from 1.3.0 to 1.3.1
d5c41fd Bump github.com/mholt/certmagic from 01ffe8b
to c1d472b
afd1540 Bump github.com/mholt/certmagic from 707b204
to 01ffe8b
184cfc8 Bump github.com/mholt/certmagic from c1d472b
to f92e853
be21e3f Bump github.com/mholt/certmagic from e3e89d1
to fe0876b
32a8593 Bump github.com/mholt/certmagic from f00a66c
to 707b204
7d0b34c Bump github.com/mholt/certmagic from f92e853
to e3e89d1
519c93e Bump github.com/mitchellh/go-homedir from 1.0.0 to 1.1.0
558fd95 Bump github.com/pkg/errors from 0.8.0 to 0.8.1
94193ff Bump github.com/spf13/viper from 1.3.1 to 1.3.2
2072c8b Bump github.com/stretchr/testify from 1.2.2 to 1.3.0
bfb976c Bump google.golang.org/grpc from 1.17.0 to 1.18.0
95f9458 Bump google.golang.org/grpc from 1.18.0 to 1.19.0
81d3ade Bump google.golang.org/grpc from 1.19.0 to 1.19.1
885207b Bump google.golang.org/grpc from 1.19.1 to 1.20.0
6dfd903 Bump google.golang.org/grpc from 1.20.0 to 1.20.1
4216cfd Bump protoc 3.6.1 -> 3.7.1
4d4391e Certificate renewal check happens server side
2ef117f Clean up dependencies
ed85ff6 Create client data dir if not exists
3824e4a Disable code coverage
dc725fb Fix API breakages in mholt/certmagic
d71f0b6 Fix a data race
89b1fc6 Fix formatting
3cea390 Fix golint warnings
09a7ed6 Improve Whitelist test
039c56f Log an uncatched error
b59bc4d Logging of client calls
b6efb81 Makefile: fix clean and remove coverage goals
967923b Migrate to Go modules
a2926c6 Notify client about renewals
696fe38 Pass on user agent
1c27502 Remove implicit dependency on jmespath
78c163d Remove reflection from server
3e8c3dd Remove xenolf/lego imports
3fc3da8 Update README
76fdaf3 Upgrade Travis go version to 1.12.x
c583fcd Upgrade lego and fix CertMagic API breakage
574cd68 Use Go modules in Travis/goreleaser
36b06a1 Validate before starting server
88fe816 bugfix: allow only one domain to be specified
a2e36ce gRPC packages as dependencies
8a410e5 goimports on project