Skip to content

Commit

Permalink
Update changelog for 1.0.0 release, and fix bug in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
runfalk committed May 4, 2021
1 parent 2461ab9 commit 8c79477
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Known issues
propagates. Therefore the plugin will wait 15 minutes before contacting the
ACME server.
It has been known to work with as little as 90 seconds and sometimes less
and if you want to try something other than 15 minutes then add
and if you want to try something other than 15 minutes then add
``--dns-loopia-propagation-seconds 90`` to parameters for 90 seconds or
how many seconds you want.

Expand All @@ -71,11 +71,14 @@ Changelog
---------
Version 1.0.0
~~~~~~~~~~~~~
Released 5th March 2021
Released 4th May 2021

**This is a breaking change. The CLI arguments and the name of the package has
changed to match other DNS authenticator plugins.**

Thank you Peter Magnusson (`@kmpm <https://github.com/kmpm>`_) for contributing
this change!

- Updated name to `certbot-dns-loopia` to match other DNS plugins
- Dropped Python < 3.6 support

Expand All @@ -87,7 +90,7 @@ Released 21st August 2017
- Rewrote plugin to match the implementation of ``certbot-dns-*`` plugins
- Updated dependency requirements since the old release was completely broken
for newer ``acme`` and ``certbot``
(see `issue #2 <https://github.com/runfalk/certbot-loopia/issues/2>`_)
(see `issue #2 <https://github.com/runfalk/certbot-dns-loopia/issues/2>`_)


Version 0.1.0
Expand Down
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[bdist_wheel]
universal=1


[tool:pytest]
testpaths =
tests
2 changes: 1 addition & 1 deletion tests/test_certbot_dns_loopia.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _get_loopia_client(self):
return self._test_client


class test_perform_cleanup_cycle():
def test_perform_cleanup_cycle():
domain = "*.runfalk.se" # Unused
validation_domain = "_acme-challenge.runfalk.se"
validation_key = "thisgoesinthetetxtrecord"
Expand Down

0 comments on commit 8c79477

Please sign in to comment.