github StackExchange/dnscontrol v3.31.4

latest releases: v4.14.3, v4.14.2, v4.14.1...
18 months ago

One last bugfix release before diff2 becomes the default!

Change highlights:

  • IGNORE_TARGET() was completely broken if you used --diff2. Thanks to @JBOClara for reporting this and suffering through the debugging process, saving everyone else from suffering through this problem in production! (#2338)
  • Docker images now officially released on https://hub.docker.com/r/stackexchange/dnscontrol/tags !
  • CI/CD has moved to Github Actions. Thanks to @SignalRichard for porting our build and release processes from CircleCI to Github Actions. We literally couldn't have had this release without your help! We are now 100 percent off of CircleCI. (#2349 and others)
  • Thanks to @dlemenkov for cleaning up a number of staticcheck issues after noticing that dominikh/go-tools#810 had been fixed! (#2331)

Please continue to test with --diff2 as the next release will change that to the default!

How to test diff2:

$ dnscontrol preview
$ dnscontrol --diff2 preview
(Check the output. It should be equivalent to the previous command.)
$ dnscontrol --diff2 push
(Review the changes for accuracy.)

Please report any bugs related to diff2 ASAP!

Changelog

Provider-specific changes:

Other changes and improvements:

Don't miss a new dnscontrol release

NewReleases is sending notifications on new releases.