Skip to content

Releases: desec-io/certbot-dns-desec

v1.3.2

30 Aug 11:35
v1.3.2
4be28d5

Choose a tag to compare

Changes since last version

  • 4be28d5: Release Version v1.3.2
  • ab268b3: Fix tests (don't allow plugin to downgrade certbot)
  • 1ab8a32: Remove overconstraining dependency, fixes #31

v1.3.1

19 Aug 13:34
v1.3.1
d8a0768

Choose a tag to compare

Changes since last version

v1.3.0

18 Aug 13:54
v1.3.0
3c096d5

Choose a tag to compare

Changes since last version

v1.2.1

12 Dec 09:03
v1.2.1
93e7347

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

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

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

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

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

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

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