Commit graph

1,879 commits

Author SHA1 Message Date
Fernandez Ludovic
8737b36c85 Prepare release v4.25.2 v4.25.2 2025-08-06 15:24:42 +02:00
Ludovic Fernandez
fc21d23f7f
tests: clean up code (#2612) 2025-08-04 14:46:37 +02:00
Ludovic Fernandez
756d5ade0e
tests: change the signature of the method BuildHTTPS (#2611) 2025-08-04 10:21:14 +00:00
Ludovic Fernandez
c9157f756e
chore: clean up (#2610) 2025-08-02 11:41:35 +00:00
Ludovic Fernandez
4d2dc64364
tests: simplify fake DNS server (rfc2136) (#2609) 2025-08-02 13:07:45 +02:00
Ludovic Fernandez
238454b5f7
fix: enforce HTTPS to the ACME server (#2608) 2025-08-01 16:35:07 +02:00
Ludovic Fernandez
b4ddc1e5e2
tests: use better test domains (#2603) 2025-07-28 09:26:40 +02:00
Ludovic Fernandez
605d49d500
chore: clean up tests and code (#2602) 2025-07-26 11:16:01 +02:00
Ludovic Fernandez
137ad86fa4
fix: remove wrong env var (#2600) 2025-07-25 22:56:41 +02:00
bllfr0g
c689b20fee
feat: log when dynamic renew date not yet reached (#2597)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2025-07-23 00:47:44 +02:00
Fernandez Ludovic
8a75475894 Detach v4.25.1 2025-07-21 19:49:23 +02:00
Fernandez Ludovic
6f54d60599 Prepare release v4.25.1 v4.25.1 2025-07-21 19:49:23 +02:00
Ludovic Fernandez
833d3b8147
fix: wrong CLI flag type (#2595) 2025-07-21 14:26:53 +00:00
Fernandez Ludovic
f54baa83ac Detach v4.25.0 2025-07-21 14:25:55 +02:00
Fernandez Ludovic
ced6669dcd Prepare release v4.25.0 v4.25.0 2025-07-21 14:25:55 +02:00
Ludovic Fernandez
793f65fed9
chore: update dependencies (#2592) 2025-07-21 10:56:25 +00:00
Ludovic Fernandez
cb602702d2
huaweicloud: lightweight client (#2591)
Co-authored-by: Dominik Menke <git@dmke.org>
2025-07-18 17:03:47 +00:00
Ludovic Fernandez
79f496e11c
alidns: replace alidns-20150109 with a fork (#2589) 2025-07-17 20:15:01 +00:00
Ludovic Fernandez
d0008c42f5
tencentcloud: replace tencentcloud-sdk-go with a fork (#2588) 2025-07-17 21:55:47 +02:00
Ludovic Fernandez
7d82b83bfd
chore: use custom API client constructor for sakuracloud (#2587) 2025-07-17 15:38:48 +00:00
Ludovic Fernandez
0eac4b3dda
tests: improve function naming (#2586) 2025-07-15 21:09:01 +02:00
Ludovic Fernandez
8b40479678
chore: migrate to yandex cloud API Client v2 (#2585) 2025-07-15 14:24:45 +02:00
Ludovic Fernandez
1742e6d0ae
chore: replace official Civo API client by an internal API client (#2584) 2025-07-13 16:27:36 +00:00
Ludovic Fernandez
a8e19ef7f3
chore: replace official Cloudflare API client by an internal API client (#2583) 2025-07-13 18:09:26 +02:00
Ludovic Fernandez
b0e3fd2682
chore: check generated files (#2582) 2025-07-12 15:10:25 +02:00
Ludovic Fernandez
08e9db687b
chore: minor changes (#2581) 2025-07-12 14:31:03 +02:00
Ludovic Fernandez
b8beddc267
Add DNS provider for ZoneEdit (#2578) 2025-07-12 12:20:02 +00:00
Ludovic Fernandez
52e167c930
test: server client mock (#2571) 2025-07-12 13:57:15 +02:00
Victor Hugo
fae73fdc5d
vinyldns: add an option to add quotes around the TXT record value (#2580)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2025-07-11 20:34:25 +00:00
Ludovic Fernandez
bfa487cc48
fix: enforce domain into renewal command (#2576) 2025-07-10 18:14:03 +02:00
Ludovic Fernandez
96b18d764d
feat: add option to define dynamically the renew date (#2574)
Co-authored-by: Dominik Menke <git@dmke.org>
2025-07-10 12:13:19 +02:00
Ludovic Fernandez
713acefd7f
chore: update to go1.24 (#2566) 2025-07-08 17:23:52 +02:00
Ludovic Fernandez
40baed291c
feat: add option to disable common name in CSR (#2570) 2025-07-08 17:23:31 +02:00
Ludovic Fernandez
d9bba80a19
ionos: increase default propagation timeout (#2569) 2025-07-08 17:23:13 +02:00
Fernandez Ludovic
d1c79386e1 Detach v4.24.0 2025-07-07 20:27:44 +02:00
Fernandez Ludovic
14d66f0c20 Prepare release v4.24.0 v4.24.0 2025-07-07 20:27:44 +02:00
Marcus Grando
17c65de6e7
azion: improve zone lookup (#2564)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2025-07-07 19:48:57 +02:00
Ludovic Fernandez
990f9ac601
mijnhost: improve record filter (#2562) 2025-07-05 12:27:48 +02:00
Ludovic Fernandez
1fecd31d3d
alidns: migrate to SDK v2 (#2558) 2025-07-03 18:17:33 +02:00
Ludovic Fernandez
94d871230d
oraclecloud: replace oci-go-sdk by a modular fork (#2556) 2025-07-03 18:13:08 +02:00
Marcus Grando
b28d1ac67a
azion: add pagination support (#2555)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2025-07-02 22:44:09 +02:00
Ludovic Fernandez
08316e47a6
googledomains: provider deprecation (#2554) 2025-07-02 22:03:17 +02:00
Ludovic Fernandez
9531f9e9c9
chore: update linter (#2552) 2025-07-01 17:10:27 +02:00
Marcus Grando
6ecdde77f0
Add DNS provider for Azion (#2550)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2025-06-30 03:30:00 +02:00
George Melikov
45790d3c68
chore: update link to create issue about new provider (#2549) 2025-06-28 15:01:49 +02:00
Andrew Johnson
8d7ed798a7
gcloud: add service account impersonation (#2544)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2025-06-23 15:22:55 +02:00
Léo Colombaro
a528e280f9
docs: update reference ACME ARI RFC 9773 in place of the draft (#2541) 2025-06-19 14:31:33 +00:00
Joel Strasser
7571c0bd31
Add DNS provider for DynDnsFree.de (#2540)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2025-06-19 13:33:38 +02:00
mlec
375300f969
exoscale: fix find record (#2535)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2025-06-08 23:17:45 +02:00
Benjamin Schwarze
f05362515a
nicmanager: fix mode env var name and value (#2534)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2025-06-06 12:49:46 +02:00