Skip to content

Releases: aschzero/hera

v0.2.5

27 May 23:33
Compare
Choose a tag to compare
  • Fixes an issue where some TLDs would not be considered valid (#3)
  • Updates go version to 1.12.1 and uses go modules for dependencies
  • Extra logging when retrying connections to containers

v0.2.4

27 May 23:27
Compare
Choose a tag to compare
  • Ignore files without a .pem extension when looking for certificates
  • Wait for a tunnel process to be down before attempting to restart

v0.2.3

29 Jul 20:17
Compare
Choose a tag to compare

Deprecation warning: This version changes the mount directory for certificates to /certs. The old directory location (/root/.cloudflared) will stop being supported in a future version. Until then, this version includes a change to symlink the old directory to /certs if the old directory exists.

v0.2.2

12 Jul 20:41
Compare
Choose a tag to compare

Now uses alpine as the base image, bringing the compressed image size from 136 MB to 15 MB.

v0.2.1

10 Jul 05:36
Compare
Choose a tag to compare
  • Check container configuration before attempting to resolve its hostname
  • Retry hostname resolution up to five times
  • Update cloudflared version to 2018.7.1

v0.2.0

04 Jul 20:18
Compare
Choose a tag to compare

Support for multiple domains:

Hera will look for matching certificates based on the domain (e.g.: mysite.com.pem) and will now only look for cert.pem as a fallback if one isn't found.

See the updated README for more info.

Other changes:

  • Better error handling when a mounted certificate directory isn't found
  • Adds a no-autoupdate: true flag in the tunnel configuration to prevent issues when cloudflared tries to auto-update (this will possibly be handled better in the future).
  • Container IDs are now truncated in log messages

v0.1.1

09 Jun 23:00
Compare
Choose a tag to compare

New:

  • Tunnels are now automatically restarted for services that are already running when Hera starts
  • Log messages printed to stderr are now prepended with log levels
  • Switched to afero for filesystem management
  • Includes some tests! Not enough, but it's a start

Bug fixes:

  • Fixes an issue where previously stopped tunnels would output symlink errors when being started again

v0.1.0

06 Jun 05:21
Compare
Choose a tag to compare

Initial release