Commit graph

1424 commits

Author SHA1 Message Date
dependabot[bot]
ca6904968e
CHORE: Bump alpine from 3.16.2 to 3.17.0 (#1833)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2022-12-02 09:20:30 -05:00
Tom Limoncelli
d818900f61
CHORE: Upgrade otto to v0.2.0 (#1840) 2022-12-02 09:20:11 -05:00
Tom Limoncelli
4ab577eab6
Update CNAME 2022-12-02 09:14:49 -05:00
Tom Limoncelli
9f100c7966
Create CNAME 2022-12-02 09:14:29 -05:00
Tom Limoncelli
fd5f5a0963
CHORE: update deps (#1839) 2022-12-02 08:59:59 -05:00
Tom Limoncelli
ec5c4abbd6
BUGFIX: PrettySort helper doesn't sort (#1838)
PrettySort doesn't call sort! Luckily the only code that calls this is the "get-zones" subcommand, and nobody noticed that the output isn't sorted.

By making this change, people using "get-zones" to make their initial dnsconfig.js file will now find that their draft D() code is a little prettier.
2022-12-02 08:33:24 -05:00
Amogh Lele
5b95c099f6
NETLIFY: bugfix: append . to records which point to hosts (#1828)
Signed-off-by: Amogh Lele <amolele@gmail.com>
2022-11-30 09:23:52 -05:00
Jed Fox
627108ee03
DOCBUG: Fix the title of the Namecheap docs, remove false statement that there is no DNS provider implementation (#1826) 2022-11-29 17:31:30 -05:00
Jed Fox
cfc93bff46
Improve layout and display of the feature matrix table (#1824) 2022-11-29 01:18:52 -05:00
Amogh Lele
1618aceb2a
NEW PROVIDER: Netlify (#1820)
Signed-off-by: Amogh Lele <amolele@gmail.com>
2022-11-28 11:01:35 -05:00
imlonghao
d90ca157e4
PORKBUN: New provider (#1819)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2022-11-26 11:36:17 -05:00
nemunaire
f17600a21c
RWTH: DOCFIX: Incorrect name of API key in example (#1821)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2022-11-26 11:22:28 -05:00
Nicolas Lorin
caf7467cdd
VULTR: BUGFIX: Wrong records are occasionally modified (#1822) 2022-11-26 11:21:09 -05:00
Patrick Gaskin
f209111728
VULTR: Use keyed fields for govultr struct literals (#1818) 2022-11-15 12:57:52 -05:00
Yuhui Xu
35818299c0
NEW PROVIDER: Gcore DNS (#1816) 2022-11-15 12:40:08 -05:00
Tom Limoncelli
1705906be5
BUG: Fix incompatibility with go 1.19 on Linux/FreeBSD systems (#1814) 2022-11-09 14:54:06 -05:00
Dragos Harabor
68516025a5
FEATURE: Add rTypes restrictions to IGNORE_NAME (#1808)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2022-11-07 11:27:04 -05:00
Jeffrey Cafferata
4b3d8f724e
DOCS: Remove double hyphen (#1807) 2022-11-07 10:05:49 -05:00
Amelia Aronsohn
a6043df648
DNSIMPLE: Support new name server handling changes (#1806) 2022-11-04 14:54:48 -04:00
Andrew Imeson
7fd35e85f8
DOCS: Fix typos, word usage, and inline code in docs (#1805) 2022-11-03 09:12:08 -04:00
Jeffrey Cafferata
975463ef33
DOCS: Increase provider number (#1804) 2022-11-02 07:07:11 -04:00
Jeffrey Cafferata
2f50c740f9
DOCS: Updated Go Package URL's to latest version (#1803)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2022-11-01 15:15:10 -04:00
Jeffrey Cafferata
cd80a7f157
DOCS: Aligned/improved installation section package manager (#1788) 2022-11-01 15:13:53 -04:00
Paramtamtam
cc433fd104
DOCS: Added link to the alternative GitHub action (#1802) 2022-11-01 13:29:09 -04:00
Jeffrey Cafferata
e95c122c48
DOCS: Merge toc and index (#1789)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2022-11-01 13:03:04 -04:00
Tom Limoncelli
dc86519365
CHORE: Update deps that have automated tests (#1801) 2022-11-01 12:33:29 -04:00
Jeffrey Cafferata
3f760cdd25
DOCS: Documentation improvements (#1786)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2022-10-31 18:09:43 -04:00
Jeffrey Cafferata
ae1eb970f5
DOCS: Inline creds.json.tpl-example.txt example (#1784) 2022-10-31 15:59:29 -04:00
dependabot[bot]
010ba5682a
CHORE: Bump bruceadams/get-release from 1.3.1 to 1.3.2 (#1797)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31 12:13:31 -04:00
Jeffrey Cafferata
eb809cd026
DOCS: Provider TransIP improvements (#1791)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2022-10-31 07:03:12 -04:00
Jeffrey Cafferata
b66af29aec
BUG: Re-introducing the cloudflare/cloudflare-go import (#1795)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2022-10-31 07:02:30 -04:00
Jeffrey Cafferata
fc678d8820
DOC: Split the Google Workspace example (#1796) 2022-10-31 06:50:41 -04:00
Jeffrey Cafferata
c6011fe3f8
DOCS: Converted README.txt to .gitkeep (#1785)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2022-10-30 13:59:38 -04:00
Jeffrey Cafferata
67bbbb3596
DOCS: Fix DSL table of contents (#1783)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2022-10-30 13:57:22 -04:00
Tom Limoncelli
1aca045d5b
DOCS: Fix many small typos (#1794)
Co-authored-by: Jeffrey Cafferata <jeffrey@jcid.nl>
2022-10-30 13:56:45 -04:00
Jeffrey Cafferata
705e3a03ab
DOCS: Clarify Jekyll documentation (#1790)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2022-10-30 13:49:01 -04:00
Jeffrey Cafferata
5ba66fac52
DOCS: Add missing record modifiers (#1793) 2022-10-30 13:45:04 -04:00
Tom Limoncelli
ffdb4b6271
DOCS: Add page for how to maintain docs (#1780) 2022-10-28 15:14:28 -04:00
Jeffrey Cafferata
fd42485d7d
DOCS: Automatically make a table of contents (TOC) (#1778) 2022-10-28 11:27:06 -04:00
Jeffrey Cafferata
b3e684326a
DOCS: Clean up formatting and punctuation (#1776)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2022-10-27 16:17:19 -04:00
Tom Limoncelli
490db87ce6
DOCS: Clarify IPv6 variables are strings (#1775)
Co-authored-by: Jeffrey Cafferata <jeffrey@jcid.nl>
2022-10-27 16:16:37 -04:00
Tom Limoncelli
ab026c31cd
CHORE: Upgrade otto release (#1774) 2022-10-27 16:07:23 -04:00
Tom Limoncelli
39aa553686
Update deps (#1773) 2022-10-26 15:52:15 -04:00
dependabot[bot]
dea94665e8
CHORE: Bump bruceadams/get-release from 1.2.3 to 1.3.1 (#1772)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-26 15:28:59 -04:00
Nicolas Lorin
2898fbad72
VULTR: use API v2 (#1768) 2022-10-12 18:17:15 -04:00
Jeffrey Cafferata
ee2c7adb05
Added a tutorial/example of a Gitlab CI/CD setup to the documentation. (#1766)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2022-10-12 13:58:37 -04:00
Steffen Zieger
46b742d09f
DOCS: fix docker usage in "Getting Started" (#1767) 2022-10-06 08:20:17 -04:00
Tom Limoncelli
da17a54cdb CHORE: Update deps 2022-10-03 10:11:26 -04:00
Tom Limoncelli
1a94ab6b23
DOCS: Add a dynamic macro example (Fastmail) (#1759) 2022-09-29 15:10:31 -04:00
Grant
b968cd694d
DOCS: Fix dns.he.net link (#1758) 2022-09-26 09:20:42 -04:00