Releases: dokku/dokku-letsencrypt
Releases · dokku/dokku-letsencrypt
Version 0.8.6
A bugfix release for the letsencrypt:cron-job subcommand
Version 0.8.5
Workaround release to handle the errors arising from running simp_le with an outdated TOS hash.
Version 0.8.4
Support for dokku_client.sh
and documentation updates.
- Add support for specifying the app to operate on using
--app/$DOKKU_APP_NAME
- Add documentation on Dockerfile deploys and proxying
Version 0.8.3
Version 0.8.2
Adds automatic cronjob installation using the dokku letsencrypt:cron-job
command - thanks @256dpi!
- Add
letsencrypt:cron-job --add
andletsencrypt:cron-job --remove
Version 0.8.1
A bugfix release for Version 0.8.0
- Fixes #56: Too much quoting of arguments lead to incorrect simp_le calls
- Fixes incorrect default renewal grace period calculation
- Linted code with shellcheck
Version 0.8.0
This is a major refactoring to conform to the new dokku 0.5.x subcommand structure and breaks compatibility with dokku 0.4
- Refactor to use subcommand structure
- Switch to sigil templating
- Many code cleanups and improvements