Skip to content

Releases: Inpher/caddy-consul

v0.0.9

20 Apr 15:13
3ccdc6b
Compare
Choose a tag to compare

What's Changed

  • Enable http/2 on top of h2c for grpc by @golgeek in #10

Full Changelog: v0.0.8...v0.0.9

v0.0.8

20 Apr 09:33
d39ac18
Compare
Choose a tag to compare

What's Changed

  • Enable AllowH2C parameter on HTTPS server by @golgeek in #9

Full Changelog: v0.0.7...v0.0.8

v0.0.7

20 Apr 08:26
137b12a
Compare
Choose a tag to compare

What's Changed

  • Add cleartext gRPC upstream scheme by @golgeek in #8

Full Changelog: v0.0.6...v0.0.7

Random sleep before applying new configuration

20 Oct 00:34
cb01feb
Compare
Choose a tag to compare

To reduce chances that all Caddy instances try to generate new SSL certificates at the same time, apply a random sleep before loading new configuration.

Rename upstreams-scheme tag and add a --insecure tag for TLS upstreams

21 Sep 14:45
864caaf
Compare
Choose a tag to compare
Merge pull request #6 from Inpher/ludo/upstream-scheme

Rename upstream-scheme tag and add a --insecure tag

Fix Transport module in reverse_proxy handler

21 Sep 14:33
6a8a84d
Compare
Choose a tag to compare
Merge pull request #5 from Inpher/ludo/upstream-scheme

Fix module object

Fix TLS on upstreams

21 Sep 14:23
71a7f34
Compare
Choose a tag to compare
Merge pull request #4 from Inpher/ludo/upstream-scheme

Fix TLS config

Support upstream-scheme as a Consul tag

21 Sep 13:44
cb22b18
Compare
Choose a tag to compare

This release brings a new tag caddy:upstream-scheme=(http|https) that defines if the upstream will be hit over HTTP or HTTPS.

v0.0.1: First release

10 Aug 22:04
d3af901
Compare
Choose a tag to compare
Merge pull request #2 from Inpher/ludo/no-auto-https-redirect

Option to disable auto http -> https redirection and listen on both h…