Skip to content

Releases: dokku/dokku-letsencrypt

Version 0.8.6

11 Sep 20:03
Compare
Choose a tag to compare

A bugfix release for the letsencrypt:cron-job subcommand

Version 0.8.5

02 Aug 18:50
Compare
Choose a tag to compare

Workaround release to handle the errors arising from running simp_le with an outdated TOS hash.

Version 0.8.4

21 Jul 16:37
Compare
Choose a tag to compare

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

21 Jun 14:49
Compare
Choose a tag to compare

Support for dokku 0.6 and reliability fixes.

  • Support for dokku 0.6 (#64 #65)
  • Fix cronjob installation problems when crontab is empty

Version 0.8.2

20 May 08:19
Compare
Choose a tag to compare

Adds automatic cronjob installation using the dokku letsencrypt:cron-job command - thanks @256dpi!

  • Add letsencrypt:cron-job --add and letsencrypt:cron-job --remove

Version 0.8.1

20 May 08:18
Compare
Choose a tag to compare

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

20 May 08:15
Compare
Choose a tag to compare

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