chore(deps): update module github.com/stackexchange/dnscontrol/v3 to v3.20.0 #103
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/github.com-stackexchange-dnscontrol-v3-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v3.17.0->v3.20.0Release Notes
StackExchange/dnscontrol
v3.20.0Compare Source
Changelog
This release changes the output format to be more brief and fixes a number of small bugs.
New format: The format of
previewandpushis now more brief and works better for CI/CD systems. The old output is available by specifying the--verboseflag. You probably only want to use the old format when debugging authentication issues or during initial setup when it is useful to help understand how DNSControl works.Breaking changes:
Major features:
8bb63be: Add --verbose flag, default to less verbose output (#1721) (@tlimoncelli)Provider-specific changes:
d1a63ab: CLOUDFLARE: Increase retry limits (#1713) (@tlimoncelli)0d9bdc2: DOMAINNAMESHOP: Domainnameshop documentation update (#1726) (@SimenBai)b2af433: MSDNS: MSDNS auto-disable message is now more accurate (#1719) (@tlimoncelli)Other changes and improvements:
70e08fe: CHORE: Bump actions/setup-go from 2 to 3 (#1712) (@dependabot[bot])7dfd664: CHORE: Decrease the dependabot docker frequency (#1714) (@tlimoncelli)6eeec2f: CHORE: Define Release parameters (#1724) (@cdhunt)30146e8: CHORE: Update dependencies (#1718) (@tlimoncelli)d907cdd: CHORE: gofmt (#1727) (@tlimoncelli)Depreciation warnings
get-certscommand (renews certs via Let's Encrypt) has no maintainer. There are other projects that do a better job. If you don't use this feature, please do not start. If you do use this feature, please plan on migrating to something else. See discussion in issues/1400dnscontrol get-zoneschanges. For backwards compatibility changeproviderto-. See documentation for details.v3.19.0Compare Source
Changelog
This is a clean-up release. Tons of bugs fixed, refactored code and chores. No new features.
Release process: Docker and ARM users rejoice! We now have a fully automated release process. We've added ARM64 and Docker images. It uses goreleaser and CircleCI. Everything is automated except the creation of these release notes. Thanks to @cdhunt and @cafferata for their work on this!
Performance: The "auditrecord" system is now faster and the code is easier to read.
More cleanups: Many, many, many dependencies have been updated. "golint" now reports no errors or warnings. "staticcheck" only reports 3 minor issues.
Also...
Deprecations: As announced earlier this year, "convertzone" and ActiveDirectory_PS have been removed; we've marked OctoDNS to be removed later this year. All of these have replacements that are significantly better.
Here's the details:
Major features:
Provider-specific changes:
09a53b4: CLOUDFLAREAPI: Clarify source of error in message (#1700) (@tlimoncelli)5e8bb6e: AZURE_DNS: Adopt new "armdns" SDK (#1701) (@vatsalyagoel)f24c250: CLOUDFLARE: Error messages should indicate which cred entry (#1690) (@tlimoncelli)83a4b6a: Remove ACTIVEDIRECTORY_PS (#1680) (@tlimoncelli)Other changes and improvements:
2673217: Updated the Circle CI multi-arch environment variable. (#1686) (@cafferata)31723ad: PERFORMANCE: Refactor auditrecords.go to loop only once #1570 (#1658) (@tlimoncelli)3d69495: CHORE: Update dependencies (#1697) (@tlimoncelli)443b99a: CHORE: Remove duplicate ToDiff code (#1684) (@tlimoncelli)55fbbf3: CHORE: Bump golang fromf8e128fto0eb08c8(#1676) (@dependabot[bot])619758a: Create SECURITY.md (#1685) (@tlimoncelli)9eda756: CHORE: Update AZUREDNS deps, (#1706) (@tlimoncelli)b4ebe5b: maint: Update GoReleaser and CircleCI configs to publish multi-arch Docker image (#1682) (@cdhunt)bd04894: Make the Docker image build version DOCKER_IMAGE_VERSION aware of the configured version in main.go. (#1694) (@cafferata)ccb582b: CHORE: Linting (#1704) (@tlimoncelli)cd61c2c: CHORE: Remove deprecated io/ioutil (#1699) (@tlimoncelli)cfc82c8: DOCS: Update with new release process (#1707) (@cdhunt)e1b6b16: DOCS: Revert jquery update to version supported by bootstrap (#1703) (@Firefishy)e49f743: CHORE: Remove convertzone (#1683) (@tlimoncelli)f3767f2: Announce OctoDNS decomm. (#1679) (@tlimoncelli)fd96acb: Change INWX maintainer to patschi (#1692) (@patschi)v3.18.2Compare Source
v3.18.1Compare Source
This minor release fixes bugs in the NS1 and CSCGLOBAL providers. It also bumps the container to use Alpine 3.16.2 and fixes a compilation error.
NOTE: Please ignore references to release v3.18.2. That was a typo.
Breaking changes:
Major features:
Provider-specific changes:
Other changes and improvements:
Depreciation warnings
get-certscommand (renews certs via Let's Encrypt) has no maintainer. There are other projects that do a better job. If you don't use this feature, please do not start. If you do use this feature, please plan on migrating to something else. See discussion in https://github.com/StackExchange/dnscontrol/issues/1400convertzonestand-alone program is replaced by theget-zonesubcommand of DNSControl. It does everythingconvertzonedid and more.dnscontrol get-zoneschanges. For backwards compatibility changeproviderto-. See documentation for details.v3.18.0Compare Source
This release includes 1 new provider, some features work better, and there are many, many bug fixes.
Thanks to Simen Bai for contributing a provider for Domainnameshop! Thanks to Amelia Aronsohn for stepping up to be the new owner of DNSIMPLE, who has already made numerous improvements!
Many providers have improved TXT record handling thanks to some new tests that surfaced some bugs. GCLOUD users can now use ADC for authentication. The code that populates a new zone in HETZNER and ROUTE53 now works better. The
get-zonescommand generates code that needs less hand-editing (but still is "a good first draft", not perfect). The JS version of the SPF flatterer has been recompiled with the latest gopherjs.Breaking changes:
Major features:
Provider-specific changes:
Other changes and improvements:
Depreciation warnings
get-certscommand (renews certs via Let's Encrypt) has no maintainer. There are other projects that do a better job. If you don't use this feature, please do not start. If you do use this feature, please plan on migrating to something else. See discussion in https://github.com/StackExchange/dnscontrol/issues/1400convertzonestand-alone program is replaced by theget-zonesubcommand of DNSControl. It does everythingconvertzonedid and more.dnscontrol get-zoneschanges. For backwards compatibility changeproviderto-. See documentation for details.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
chore(deps): update module github.com/stackexchange/dnscontrol/v3 to v3.19.0to chore(deps): update module github.com/stackexchange/dnscontrol/v3 to v3.20.07e4563397b0c0dcb82e70c0dcb82e799caf1db9fAutoclosing Skipped
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
Pull request closed