From a2e85ceed89c51bfa6c2d9dca2b0fd8f101c0a82 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Thu, 18 Jan 2024 13:08:16 +1000 Subject: [PATCH] Use certbot version for godaddy plugin, relates to #3165 --- global/certbot-dns-plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/certbot-dns-plugins.json b/global/certbot-dns-plugins.json index 41568d59..a86d0719 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -178,7 +178,7 @@ "godaddy": { "name": "GoDaddy", "package_name": "certbot-dns-godaddy", - "version": "~=0.2.0", + "version": "=={{certbot-version}}", "dependencies": "", "credentials": "dns_godaddy_secret = 0123456789abcdef0123456789abcdef01234567\ndns_godaddy_key = abcdef0123456789abcdef01234567abcdef0123", "full_plugin_name": "dns-godaddy"