Skip to content

Releases: aaomidi/certbot-dns-google-domains

Re-release due to GitHub Actions misbehaving again...

Choose a tag to compare

@aaomidi aaomidi released this 14 Apr 16:31
768d5c5
Some fixes for the docker build setup (#31)

* Specify full path to docker registry

* Fetch the entire thing

* Version bump

Re-release since GitHub Actions was down last time

Choose a tag to compare

@aaomidi aaomidi released this 30 Mar 02:51
8e2d874

What's Changed

  • The server may or may not populate the Record field by @aaomidi in #30

Full Changelog: v0.1.8...v0.1.10

Fix an error on cert issuance

Choose a tag to compare

@aaomidi aaomidi released this 24 Mar 23:22
8e2d874

What's Changed

  • The server may or may not populate the Record field by @aaomidi in #30

Full Changelog: v0.1.8...v0.1.9

Cleanup after yourself

Choose a tag to compare

@aaomidi aaomidi released this 21 Mar 02:13
977c87e

Removes expired (30 days old) DNS records that were set with the acmedns API.

Add debug logs

Choose a tag to compare

@aaomidi aaomidi released this 21 Mar 02:02
b6be10e
v0.1.7

Version bump to 0.1.7 (#28)

Licenses!

Choose a tag to compare

@aaomidi aaomidi released this 03 Mar 19:42
9d83ad3

What's Changed

  • No interaction or cache for the release automation by @aaomidi in #18
  • Add license notices by @aaomidi in #19

Full Changelog: v0.1.5...v0.1.6

Automatically handle zone detection for the majority of use cases

Choose a tag to compare

@aaomidi aaomidi released this 03 Mar 19:24
f891e26

I've added Public Suffix List integration to automatically handle zone files for the majority of users.

Here is how the zone is determined now: https://github.com/aaomidi/certbot-dns-google-domains#notes-on-zone-resolution

What's Changed

Full Changelog: v0.1.4...v0.1.5

Handle subdomains correctly

Choose a tag to compare

@aaomidi aaomidi released this 02 Mar 17:24
43b0f20

This release fixes #10

Note that to use this plugin with subdomains, you need the following argument:

--dns-google-domains-zone STRING

For example, if you've registered the domain example.com on Google Domains. And you're requesting a certificate for a.example.com. You should pass in --dns-google-domains-zone example.com alongside --domain a.example.com to Certbot.

First release!

Choose a tag to compare

@aaomidi aaomidi released this 13 Feb 19:23
ff33639
v0.1.2

Fix a spelling mistake (#8)