Skip to content

v3.3.20

Compare
Choose a tag to compare
@packagr-io-beta packagr-io-beta released this 04 May 00:01
Timestamp SHA Message Author
2020-05-04T00:01Z f8338ae (v3.3.20) Automated packaging of release by Packagr packagr-io-beta
2020-05-03T23:37Z 929dc43 Merge f401491 into 74f2ef1 Adrien Ferrand
2020-05-03T23:37Z f401491 Remove Hetzner KonsoleH provider that is broken and not maintained Adrien Ferrand
2020-05-03T23:28Z 74f2ef1 Implement pagination for cloudflare (#486) * Implement pagination for cloudflare
  • Fix lint error

Co-authored-by: Marcello Romani [email protected] | Marcello Romani
2020-05-03T23:26Z | 2c6bff2 | Adding a new hetzner provider compatible with dns.hetzner.com (#492) * Move hetzner provider to hetzner_konsoleh as the domain robot is now obsolete

  • Adding a new hetzner provider compatible with dns.hetzner.com

Hetzner added a new DNS API while simultaniously shutting down their old
web based "Domain Robot" which was formerly implmented in lexicon
using web scraping. As far as i can see that "Domain Robot" is shut down for
good making the old Hetzner provider for this tool obsolete - BUT;
The old Hetzner provider does supply to modes, one for the obsolete robot,
one for Hetzner's konsoleH, which is their shared hosting offering, which
remains (for now?).

I probably would opt for deleting the really obsolete "Domain Robot" part
of the old Hetzner provider and rename it to hetzner_konsoleh. Which I did in the
commit before this one, but I am happy to change if I should do something
different to avoid breaking scripts. I'd like to hear how you wanna handle this. | Jonatan Zint