v4.6.2
Greetings!
This release has 1 new provider (Azure Private DNS) plus a lot of bugfixes and updates.
Thanks to @matthewmgamble for contributing AZURE_PRIVATE_DNS as the newest provider. Azure Private DNS is a different protocol than Azure DNS. Thanks, Microsoft!
- NEW PROVIDER: AZURE_PRIVATE_DNS
- OVH now supports configurable API endpoints, useful for non-EU users
- ROUTE53 now has the ability to enable target health evaluation with its R53_ALIAS records.
- The
shell-completion
subcommand is no longer hidden. - Missing docs for CLOUDNS and OPENSRS now have placeholders.
- In CI/CD news, running multiple workflows at the same time no longer clobbers each other.
NOTE: The 4.6.1 release notes wrongly stated that the DNSIMPLE provider was renamed DNSMADEEASY. That's not true. I misunderstood the description of a PR. The change simply corrected a typo in documentation. My apologies for any confusion!
Thanks to everyone for contributing! This is a community-driven project. We couldn't do it without your support!
Tom
Changelog
Major features:
- 37e2103: NEW PROVIDER: Azure Private DNS Zones (#2626) (@matthewmgamble)
Provider-specific changes:
- fd413a9: AZURE_PRIVATE_DNS: GoReleaser provider-specific changelog regexp (#2661) (@cafferata)
- bf9e48d: CLOUDFLARE: Update docs WRT domain creation (#2648) (@shodges-vermeer)
- d3112f5: HEXONET: Update GO-SDK dependency version from 3.5.5 to 3.5.6 (#2667) (@AsifNawaz-cnic)
- 1470144: NS1: Downgrade ns1-go to 2.7.11 (#2642) (@costasd)
- 69fb3b2: OVH: Allow ovh provider to connect to other endpoints than EU (#2625) (#2651) (@masterzen)
- e783d70: ROUTE53: Allow R53_ALIAS records to enable target health evaluation (#2649) (@jonathanbouvier)
- 74a9e5e: ROUTE53: add R53_EVALUATE_TARGET_HEALTH to documentation summary (#2659) (@jonathanbouvier)
- 88f007c: ROUTE53: fix parameter type for R53_EVALUATE_TARGET_HEALTH (#2658) (@jonathanbouvier)
Other changes and improvements:
- 919b19e: Build(deps): Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#2646) (@dependabot[bot])
- a653499: CHORE: Update deps (#2668) (@tlimoncelli)
- 51104ce: CICD: Use GHA concurrency groups to prevent tests from clobbering each other (#2654) (@tlimoncelli)
- c7065e6: DOCS: Expand integration tests explanation (#2645) (@tlimoncelli)
- a1e70c9: DOCS: Fix
R53_
broken links (#2669) (@cafferata) - bc22690: DOCS: Fixed providers with "contributor support" table. (#2660) (@cafferata)
- 31cd4e1: DOCS: Fixed the broken provider
ClouDNS
link in the providers table (#2663) (@cafferata) - 9397eed: DOCS: Fixed the maintainer of provider
OPENSRS
(#2662) (@cafferata) - b5010e7: DOCS: Warn against common integration test mistake (#2653) (@tlimoncelli)
- 4fc88aa: RType AAAA: Add integration test for AAAA. (#2647) (@tlimoncelli)
- 2ca9c84: Unhide shell-completion flag (#2640) (@tlimoncelli)
- 5b93f94: Update docs and move Azure Private DNS to the "community support" list (#2657) (@tlimoncelli)
- df93135: Update generated files for v4.6.2 (@tlimoncelli)