I am running dnscontrol-preview with v 3.31.4:
- name: DNSControl preview
uses: koenrh/dnscontrol-action@v3.31.4
id: dnscontrol_preview
Running this, I get the following output:
"[INFO: Old diff algorithm in use. Please test dnscontrol --diff2 preview (or push) as it will be the default in releases after 2023-05-07."
diff2 has already been released to the DNSControl and has been a part of DNSControl by default (without specifying diff2) since May 2023.
In fact, when I run DNSControl (locally) with --diff2, I get this warning instead:
" [WARNING: Please remove obsolete --diff2 flag. This will be an error in v5 or later. See https://github.com/DNSControl/dnscontrol/issues/2262]"
I am using DNSControl 4.11
Should dnscontrol-action be updated to a more recent version?
I am running dnscontrol-preview with v 3.31.4:
Running this, I get the following output:
"[INFO: Old diff algorithm in use. Please test
dnscontrol --diff2 preview(or push) as it will be the default in releases after 2023-05-07."diff2 has already been released to the DNSControl and has been a part of DNSControl by default (without specifying diff2) since May 2023.
In fact, when I run DNSControl (locally) with --diff2, I get this warning instead:
" [WARNING: Please remove obsolete --diff2 flag. This will be an error in v5 or later. See https://github.com/DNSControl/dnscontrol/issues/2262]"
I am using DNSControl 4.11
Should dnscontrol-action be updated to a more recent version?