Releases: aschzero/hera
Releases · aschzero/hera
v0.2.5
v0.2.4
v0.2.3
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
v0.2.1
v0.2.0
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 whencloudflared
tries to auto-update (this will possibly be handled better in the future). - Container IDs are now truncated in log messages
v0.1.1
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