From 0f9f3085666a278373b270f7a8dd506c4ad3e0c0 Mon Sep 17 00:00:00 2001 From: Brian Hill <76450501+bhillkeyfactor@users.noreply.github.com> Date: Mon, 24 Aug 2026 21:32:00 -0400 Subject: [PATCH] Update CHANGELOG.md (#7) * Update CHANGELOG.md * Update CHANGELOG.md * Update integration-manifest.json --- integration-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-manifest.json b/integration-manifest.json index e465d46..cd9e0d6 100644 --- a/integration-manifest.json +++ b/integration-manifest.json @@ -5,7 +5,7 @@ "status": "production", "support_level": "kf-supported", "update_catalog": true, - "link_github": false, + "link_github": true, "description": "DNS-01 challenge validation provider using DigitalOcean. Implements the IDomainValidator interface to create, manage, and clean up DNS TXT records in DigitalOcean-hosted domains for ACME domain validation. Authenticates via a Bearer Personal Access Token.", "release_dir": "Keyfactor.DnsProvider.DigitalOcean/bin/Release", "release_project": "Keyfactor.DnsProvider.DigitalOcean/Keyfactor.DnsProvider.DigitalOcean.csproj",