@@ -477,35 +477,35 @@ function update-coredns-config() {
477
477
case " $( uname -m) " in
478
478
x86_64* )
479
479
host_arch=amd64
480
- corefile_tool_SHA=" b902651aa26434f9aa087cadb634a1c26e9808571d48241e4d3c4ecf21a773ff "
480
+ corefile_tool_SHA=" 2e1da3d2a27e103597438ccc99be5cf909fd1be038c4770ddac3985e7df18fa2 "
481
481
;;
482
482
i? 86_64* )
483
483
host_arch=amd64
484
- corefile_tool_SHA=" b902651aa26434f9aa087cadb634a1c26e9808571d48241e4d3c4ecf21a773ff "
484
+ corefile_tool_SHA=" 2e1da3d2a27e103597438ccc99be5cf909fd1be038c4770ddac3985e7df18fa2 "
485
485
;;
486
486
amd64* )
487
487
host_arch=amd64
488
- corefile_tool_SHA=" b902651aa26434f9aa087cadb634a1c26e9808571d48241e4d3c4ecf21a773ff "
488
+ corefile_tool_SHA=" 2e1da3d2a27e103597438ccc99be5cf909fd1be038c4770ddac3985e7df18fa2 "
489
489
;;
490
490
aarch64* )
491
491
host_arch=arm64
492
- corefile_tool_SHA=" d8be194de0f430e364da9de148693b11bcbaf31751f6aa77ea2c8a4e2418503a "
492
+ corefile_tool_SHA=" 12a08dfa9f01b806ab46902c1e6c909fdf93264f8c6aac3d951e7ac30d9c7f9b "
493
493
;;
494
494
arm64* )
495
495
host_arch=arm64
496
- corefile_tool_SHA=" d8be194de0f430e364da9de148693b11bcbaf31751f6aa77ea2c8a4e2418503a "
496
+ corefile_tool_SHA=" 12a08dfa9f01b806ab46902c1e6c909fdf93264f8c6aac3d951e7ac30d9c7f9b "
497
497
;;
498
498
arm* )
499
499
host_arch=arm
500
- corefile_tool_SHA=" d7ba2ebe740382ed7c5f00bc00eda3d383b2bbbe3554ffb12b912946d28ceb59 "
500
+ corefile_tool_SHA=" b5d83f5e29a2900cc345de8e7b5b25c4e5534e57d61bf52395343d76e64026e3 "
501
501
;;
502
502
s390x* )
503
503
host_arch=s390x
504
- corefile_tool_SHA=" 77eac119aef08fcf1541f3594138838fbfe4669e309b20d530247dff408a67c0 "
504
+ corefile_tool_SHA=" 29754c9966f5215260562eed1db1017e86462dbaba1c0ee9801f0f9cdae3bd2f "
505
505
;;
506
506
ppc64le* )
507
507
host_arch=ppc64le
508
- corefile_tool_SHA=" f1bd00d9f3846c3fbedb4dd53fd61c5daf6d09a75c0d24fe8744f4f7b7252acb "
508
+ corefile_tool_SHA=" c4271ddc80345ed7b3a3d41b706c5c7abb4ad6a3e3e9f20fe8849699e399adc8 "
509
509
;;
510
510
* )
511
511
echo " Unsupported host arch. Must be x86_64, 386, arm, arm64, s390x or ppc64le." >&2
@@ -515,7 +515,7 @@ function update-coredns-config() {
515
515
516
516
# Download the CoreDNS migration tool
517
517
echo " == Downloading the CoreDNS migration tool =="
518
- wget -P " ${download_dir} " " https://github.com/coredns/corefile-migration/releases/download/v1.0.6 /corefile-tool-${host_arch} " > /dev/null 2>&1
518
+ wget -P " ${download_dir} " " https://github.com/coredns/corefile-migration/releases/download/v1.0.10 /corefile-tool-${host_arch} " > /dev/null 2>&1
519
519
520
520
local -r checkSHA=$( sha256sum " ${download_dir} /corefile-tool-${host_arch} " | cut -d " " -f 1)
521
521
if [[ " ${checkSHA} " != " ${corefile_tool_SHA} " ]]; then
0 commit comments