Commit graph

1207 commits

Author SHA1 Message Date
Clement Jean
284d1a3e38
lightsail: wrong Region env var name 2021-06-27 21:51:05 +02:00
Ludovic Fernandez
fbd369e04e
docs: convert issue templates to issue forms. (#1434) 2021-06-23 21:29:10 +00:00
Ludovic Fernandez
b20e8f3394
Add DNS provider for Internet.bs (#1431) 2021-06-14 02:44:13 +02:00
Ludovic Fernandez
1dbebce7a9
lib: use permanent error instead of context cancellation (#1429) 2021-06-11 11:07:38 +02:00
Richard Cooper
9b44e4a262
lib: fix backoff in SolverManager (#1428) 2021-06-11 05:06:30 +02:00
Fernandez Ludovic
8746bc75ff Detach v4.4.0 2021-06-08 18:46:51 +02:00
Fernandez Ludovic
7c24212e8a Prepare release v4.4.0 2021-06-08 18:46:51 +02:00
Ludovic Fernandez
190b38c76a
chore: update linter (#1425) 2021-06-08 09:09:39 +00:00
Ludovic Fernandez
f5da11cd29
simply: fix Go doc. (#1424) 2021-06-08 10:59:55 +02:00
Ludovic Fernandez
e79975cf14
csr: support NEW CERTIFICATE REQUEST as CSR type (#1423) 2021-06-05 13:47:39 +02:00
David Mell
1af3abd16e
Add DNS provider for Simply.com (#1419) 2021-06-03 01:50:45 +00:00
Peter Truman
442137327f
mythicbeasts: update API Auth endpoint in documentation (#1421) 2021-06-02 15:29:43 +00:00
Peter Truman
67d39182ce
mythicbeasts: typo in documentation (#1420) 2021-06-02 14:12:35 +00:00
Ludovic Fernandez
ed5c0a3869
hurricane: add API rate limiter. (#1417) 2021-05-31 21:42:24 +00:00
Brandon Mayfield
e8750f50ae
Add DNS provider for Infoblox (#1413) 2021-05-29 21:18:15 +02:00
Fernandez Ludovic
81bf297aa6 doc: fix build status badge. 2021-05-26 18:31:28 +02:00
Stelfux
90ff2b3f4b
ovh: fix example in documentation (#1410) 2021-05-24 18:21:52 +00:00
Chris Novakovic
25322628e4
hurricane: only treat first word of response body as response code (#1409) 2021-05-24 00:04:42 +00:00
dicksonleong
1227bb9f10
lightsail: improve documentation (#1407) 2021-05-22 11:00:25 +02:00
Ludovic Fernandez
a73d87e4c5
hostingde: autodetection of the zone name. (#1405) 2021-05-14 16:03:01 +00:00
Ludovic Fernandez
687214942e
log: use stderr instead of stdout. (#1402) 2021-05-14 17:51:05 +02:00
Ludovic Fernandez
c53c3d08db
lib: improve wait.For returns. (#1403) 2021-05-14 17:37:45 +02:00
João Neto
e3d7c85cfc
hurricane: documentation typo in domain name (#1398) 2021-05-10 13:49:10 +02:00
Ludovic Fernandez
c22cd40c91
Add DNS provider for Porkbun (#1396) 2021-05-02 13:41:02 +02:00
Van Hau TRAN
6bd3eae58f
scaleway: use official SDK (#1393) 2021-04-28 16:49:05 +02:00
Fernandez Ludovic
8bf9613fff doc: clean up DNS providers. 2021-04-25 11:51:37 +02:00
alexeiser
3da04e69cc
Add DNS provider for Sonic (#1392) 2021-04-25 09:37:35 +00:00
Marc Falzon
d848cc7f40
exoscale: fix DNS provider debugging (#1391) 2021-04-20 12:08:06 +02:00
Ludovic Fernandez
4b22b38d7a
domeneshop: fix documentation (#1390) 2021-04-14 22:23:05 +02:00
lubko
e38e32b906
wedos: fix api call parameters (#1386) 2021-04-14 08:13:48 +00:00
lubko
9002e5c4ab
Add DNS provider for wedos (#1385)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2021-04-13 21:32:15 +02:00
Jonathan G
7f53f88555
Add DNS provider for VinylDNS (#1384) 2021-04-10 16:18:48 +02:00
kakakikikeke-fork
2334340d7a
nifcloud: Get zone info from dns01.FindZoneByFqdn (#1383) 2021-04-08 21:05:25 +02:00
Ludovic Fernandez
ae7daa7d33
chore: update linter (#1379) 2021-03-27 13:49:40 +01:00
Pieter Lexis
83c626d9a1
powerdns: several improvements (#1374) 2021-03-17 09:53:38 +01:00
Dominik Menke
ee0b4bd0b3
make: fix validate-docs (#1376) 2021-03-17 02:27:37 +01:00
Fernandez Ludovic
60f7cb0598 Detach v4.3.1 2021-03-12 00:47:12 +01:00
Fernandez Ludovic
e8e58ec673 Prepare release v4.3.1 2021-03-12 00:47:12 +01:00
Ludovic Fernandez
42867390e5
exoscale: fix version. (#1372) 2021-03-12 00:33:24 +01:00
Fernandez Ludovic
dd451848ea Detach v4.3.0 2021-03-10 15:27:00 +01:00
Fernandez Ludovic
a7f9a93caa Prepare release v4.3.0 2021-03-10 15:27:00 +01:00
Ludovic Fernandez
773ed46b10
chore: update dependencies (#1370) 2021-03-10 10:42:00 +01:00
Ludovic Fernandez
b3be51f570
chore: add issue templates. (#1368) 2021-03-06 18:29:28 +01:00
Ludovic Fernandez
52ad9d72e8
chore: update linter (#1367) 2021-03-04 19:16:59 +00:00
Fernandez Ludovic
2c0a8ff689 core: prevent release failure
With go1.16 there is a difference between `go mod tidy` and `go mod
download`.
The `go.sum` is not altered in the same way by both commands.
`go mod tidy` must be always called after the `go mod download`.

https://github.com/golang/go/issues/43994
2021-03-03 01:18:08 +01:00
Amir Fouladvand
6b48d8dda8
arvancloud: typo in command example (#1365) 2021-03-02 23:27:01 +00:00
Albert Peschar
72c7034298
Increase HTTP client timeouts (#1336) 2021-02-28 12:59:51 +00:00
david
8b8be6f21e
cloudns: Improve reliability (#1331)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2021-02-28 12:25:15 +00:00
Tobias "Knight" S
b65dfb8661
desec: fix error with default TTL (#1361) 2021-02-28 02:23:28 +00:00
risson
31158bc58c
designate: support for Openstack Application Credentials (#1360) 2021-02-27 23:45:58 +00:00