1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Give DNS plugin snaps grade stable. (#8350)

With more and more of our wildcard instructions on https://certbot.eff.org telling people to use these plugins, I think we should get ready to move our DNS plugins to the stable channel. This PR removes grade: devel so the snap store doesn't prevent us from doing that when we want to. See #8128 where we did this to the Certbot snap for more info.

You can see the snap tests passing with this change at https://dev.azure.com/certbot/certbot/_build/results?buildId=2797&view=results.
This commit is contained in:
Brad Warren
2020-10-05 15:55:01 -07:00
committed by GitHub
parent 34694251dd
commit ac8798e818
15 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ name: certbot-dns-cloudflare
summary: Cloudflare DNS Authenticator plugin for Certbot
description: Cloudflare DNS Authenticator plugin for Certbot
confinement: strict
grade: devel
grade: stable
base: core20
adopt-info: certbot-dns-cloudflare

View File

@@ -3,7 +3,7 @@ name: certbot-dns-cloudxns
summary: CloudXNS DNS Authenticator plugin for Certbot
description: CloudXNS DNS Authenticator plugin for Certbot
confinement: strict
grade: devel
grade: stable
base: core20
adopt-info: certbot-dns-cloudxns

View File

@@ -3,7 +3,7 @@ name: certbot-dns-digitalocean
summary: DigitalOcean DNS Authenticator plugin for Certbot
description: DigitalOcean DNS Authenticator plugin for Certbot
confinement: strict
grade: devel
grade: stable
base: core20
adopt-info: certbot-dns-digitalocean

View File

@@ -3,7 +3,7 @@ name: certbot-dns-dnsimple
summary: DNSimple DNS Authenticator plugin for Certbot
description: DNSimple DNS Authenticator plugin for Certbot
confinement: strict
grade: devel
grade: stable
base: core20
adopt-info: certbot-dns-dnsimple

View File

@@ -3,7 +3,7 @@ name: certbot-dns-dnsmadeeasy
summary: DNS Made Easy DNS Authenticator plugin for Certbot
description: DNS Made Easy DNS Authenticator plugin for Certbot
confinement: strict
grade: devel
grade: stable
base: core20
adopt-info: certbot-dns-dnsmadeeasy

View File

@@ -3,7 +3,7 @@ name: certbot-dns-gehirn
summary: Gehirn Infrastructure Service DNS Authenticator plugin for Certbot
description: Gehirn Infrastructure Service DNS Authenticator plugin for Certbot
confinement: strict
grade: devel
grade: stable
base: core20
adopt-info: certbot-dns-gehirn

View File

@@ -3,7 +3,7 @@ name: certbot-dns-google
summary: Google Cloud DNS Authenticator plugin for Certbot
description: Google Cloud DNS Authenticator plugin for Certbot
confinement: strict
grade: devel
grade: stable
base: core20
adopt-info: certbot-dns-google

View File

@@ -3,7 +3,7 @@ name: certbot-dns-linode
summary: Linode DNS Authenticator plugin for Certbot
description: Linode DNS Authenticator plugin for Certbot
confinement: strict
grade: devel
grade: stable
base: core20
adopt-info: certbot-dns-linode

View File

@@ -3,7 +3,7 @@ name: certbot-dns-luadns
summary: LuaDNS Authenticator plugin for Certbot
description: LuaDNS Authenticator plugin for Certbot
confinement: strict
grade: devel
grade: stable
base: core20
adopt-info: certbot-dns-luadns

View File

@@ -3,7 +3,7 @@ name: certbot-dns-nsone
summary: NS1 DNS Authenticator plugin for Certbot
description: NS1 DNS Authenticator plugin for Certbot
confinement: strict
grade: devel
grade: stable
base: core20
adopt-info: certbot-dns-nsone

View File

@@ -3,7 +3,7 @@ name: certbot-dns-ovh
summary: OVH DNS Authenticator plugin for Certbot
description: OVH DNS Authenticator plugin for Certbot
confinement: strict
grade: devel
grade: stable
base: core20
adopt-info: certbot-dns-ovh

View File

@@ -3,7 +3,7 @@ name: certbot-dns-rfc2136
summary: RFC 2136 DNS Authenticator plugin for Certbot
description: RFC 2136 DNS Authenticator plugin for Certbot
confinement: strict
grade: devel
grade: stable
base: core20
adopt-info: certbot-dns-rfc2136

View File

@@ -3,7 +3,7 @@ name: certbot-dns-route53
summary: Route53 DNS Authenticator plugin for Certbot
description: Route53 DNS Authenticator plugin for Certbot
confinement: strict
grade: devel
grade: stable
base: core20
adopt-info: certbot-dns-route53

View File

@@ -3,7 +3,7 @@ name: certbot-dns-sakuracloud
summary: Sakura Cloud DNS Authenticator plugin for Certbot
description: Sakura Cloud DNS Authenticator plugin for Certbot
confinement: strict
grade: devel
grade: stable
base: core20
adopt-info: certbot-dns-sakuracloud

View File

@@ -15,7 +15,7 @@ name: ${PLUGIN}
summary: ${DESCRIPTION}
description: ${DESCRIPTION}
confinement: strict
grade: devel
grade: stable
base: core20
adopt-info: ${PLUGIN}