Skip to content

Commit

Permalink
Version 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed May 4, 2020
1 parent f26e008 commit 5e3e7d6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## master - CURRENT
### Added
* DNSroboCert can now display logs in your current timezone if the `TIMEZONE` environment variable
is set (@a16bitsysop #104)

### Changed
* Update Lexicon to 3.3.20 (rebranded Hetzner provider, support pagination on CloudFlare)

## 3.1.6 - 08/04/2020
## Changed
Expand Down
7 changes: 7 additions & 0 deletions docs/miscellaneous.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@ Former configuration of ``adferrand/letsencrypt-dns``

If needed, the former configuration for ``adferrand/letsencrypt-dns`` is available on GiHub_.

Executing the DNSroboCert docker in a specific timezone
-------------------------------------------------------

The default timezone is UTC.
You can set a local timezone in the docker `adferrand/dnsrobocert` by populating the ``TIMEZONE`` environment variable.
In this case, automated renewal will be done in this timezone, and logs will use the local date.

What is new?
------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ homepage = "https://dnsrobocert.readthedocs.io"
python = "^3.6"
acme = "==1.3.0"
certbot = "==1.3.0"
dns-lexicon = { version = "==3.3.19", extras = [ "full" ] }
dns-lexicon = { version = "==3.3.20", extras = [ "full" ] }
cryptography = "^2.8"
dnspython3 = "^1.15"
jsonschema = "^3.2"
Expand Down

0 comments on commit 5e3e7d6

Please sign in to comment.