Skip to content

Releases: desec-io/certbot-dns-desec

v1.2.1

12 Dec 09:03
v1.2.1
93e7347
Compare
Choose a tag to compare

Changes since last version

  • 93e7347: Release Version v1.2.1
  • 1f3661c: Run tests also against different certbot versions
  • 04422d0: conditionally import zope, fixes #22
  • 8049f70: Bump Python and certbot versions for CI
  • 75e8477: README: fix typos (#19)

v1.2.0

14 Jan 17:06
v1.2.0
23f6572
Compare
Choose a tag to compare

Changes since last version

  • 23f6572: Release Version v1.2.0
  • 5455c38: Fixes dependency versions and test versions
  • bb7c4a1: Revert "removes unused, deprecated annotations"
  • e47f13a: Adds test if certificate can be obtained
  • fb6a93b: Make endpoint configuration optional, fixes #14
  • a932da9: deSEC rate limit: keep retrying up to three times when encounter 429

v1.1.0

10 Jan 10:57
v1.1.0
002a0a4
Compare
Choose a tag to compare

Changes since last version

  • 002a0a4: Release Version v1.1.0
  • e290fdf: removes unused, deprecated annotations
  • e4e4b61: Fixes TXT record removal and adds appropriate tests
  • 00a2535: README: custom endpoints

v1.0.0

06 Jan 09:17
v1.0.0
78c7ca2
Compare
Choose a tag to compare

Changes since last version

  • 78c7ca2: Release Version v1.0.0
  • 28428f1: fixup! overhaul README
  • 27ea254: Adds FUNDING.yml (content from desec-stack)
  • 11e3580: fixup! overhaul README
  • d15d6ec: fixup! overhaul README
  • 8964abf: fixup! overhaul README
  • 3f3e53c: README: custom endpoints are not yet supported
  • b0284b7: Increase DNS propagation time to 80s
  • 86215b8: overhaul README
  • ffb10a4: Throttle API requests to deSEC according to Retry-After header
  • 7ef77c4: Clarifies README to use venv's certbot for testing
  • 3643236: Increases propagation time from 5 to 65
  • e1a34b0: avoid 301 redirect caused by "//" and missing trailing "/" in URL
  • 80753c4: Update Tests according to upstream change 10eecf9c978ce909f6965de5d82cea39a720facc

v0.3.0

15 Jun 13:05
v0.3.0
44819ed
Compare
Choose a tag to compare

Changes since last version

  • 44819ed: Release Version v0.3.0
  • 97d8745: Simplify by using domain minimum TTL, improve tests
  • 731580f: Add support for subdomains, closes #3
  • f790b31: Generalize HTTP status code error handling
  • 9ac03d0: Refactor to remove code duplication

v0.2.2

13 Jun 21:56
v0.2.2
8d4bee8
Compare
Choose a tag to compare

Changes since last version

  • 8d4bee8: Release Version v0.2.2
  • f2ace71: Adapt tests to upstream change
  • 4d3cdb6: Release Version v0.2.1
  • f2fcc01: Increase TTL of TXT records to 3600

v0.2.0

13 May 14:43
v0.2.0
166a70d
Compare
Choose a tag to compare

Changes since last version

  • 166a70d: Release Version v0.2.0
  • 357ab00: Adds Badges to README
  • 02c595d: Rewrite tests for Python 3.7
  • 866c149: Moves default endpoint value to class variable
  • ed74fbe: README: fixes ini file example

v0.1.3

13 May 14:12
v0.1.3
Compare
Choose a tag to compare

Changes since last version

v0.1.2

13 May 13:23
v0.1.2
Compare
Choose a tag to compare

Changes since last version

v0.1.1

13 May 13:20
v0.1.1
Compare
Choose a tag to compare

Changes since last version

  • f549171: Release Version v0.1.1
  • e8533cb: Include maintainer info in README
  • c2f8dcf: Adapt code base to deSEC API
  • 82aa6ee: Renamed files and modules
  • 5291388: Set update_serial to True
  • 1f62744: Use specfic json exception
  • 87c5f72: Remove unused variables or imports
  • c037c28: dns_ispconfig.py: Fix default return values of _find_managed_zone_id
  • 343f4e7: dns_ispconfig_test.py: Fix typo in function name in _register_response
  • ff5aec2: Not mine (#3)
  • 9556ca6: Update README.rst
  • 0d9f408: fixed author and formatting
  • a2714b0: Do not update multiple challenges
  • 9b9c6fb: fixed logging
  • 534ea3a: fixed replacement of zone postfix
  • cef0a0b: added logging and some improvements
  • 45268e9: extended readme
  • 0b76e29: Initial Version of plugin