Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jjakob committed Dec 29, 2019
1 parent d8349b0 commit eead605
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,31 @@
## v0.7.8-beta - in progress
## v0.7.8-beta

* fix --extra-domain parsing and additional domain detection (#87)
* fix ss check (#91)
* Close fd used for locking on exit, workaround for issue #89
* Remove lock file too (fixes issue #89)
* Remove lock file too (#89)
* Tell user he can remove the lockfile
* Custom ss check, as it doesn't contain the user. Fix #91
* Add troubleshooting section to readme
* Add issue template
* Fix formatting of issue template
* Add "how it works" explanation
* Add certbot version check
* Remove lock file only if we successfully obtained a lock (#89)
* On quiet redirect to /dev/stdout instead of /dev/tty, also redirect stderr
* Rewrite find_additional_public_hostnames to be much faster (#95)
* README: update section describing additional hostname detection
* Some extra quoting where possible
* Close locking fd when running zmproxyctl/zmcontrol restart (fix #89)
* Remove unneeded commented proxy service check
* Add nonstandard zimbraMailProxyPort warning with prompt (issue #90)
* Wrap very long lines
* Update TESTING: moved -e to tested
* certbot: use --cert-name instead of --expand (issue #97)
* Change exit status for prompts, fix typos
* Changed prompt to allow not including detected SANs
* Add prompt before running certbot
* Remove redundant QUIET check before prompts
* Fix prompts exit status in deploy stage
* Create webroot even without prompt confirm enabled

## v0.7.7-beta

Expand Down

0 comments on commit eead605

Please sign in to comment.