From 576e2ac84a31c6cc6cac560cd1d74eb35e8b38c0 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 17 Dec 2024 10:05:44 +0100 Subject: [PATCH 1/4] dnsdist: Add ChangeLog for DNSdist 1.9.8 --- pdns/dnsdistdist/docs/changelog.rst | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index ce769496af8a..68c21d03f130 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,41 @@ Changelog ========= +.. changelog:: + :version: 1.9.8 + :released: 17th of December 2024 + + .. change:: + :tags: Improvements, DNS over TLS, DNS over HTTPS + :pullreq: 14877 + + Add the ability to load a given TLS tickets key + + .. change:: + :tags: Bug Fixes, DNS over TLS, DNS over HTTPS + :pullreq: 14878 + + setTicketsKeyAddedHook: pass a std::string to the hook to avoid luawrapper to truncate content at potential null chars + + .. change:: + :tags: Improvements + :pullreq: 14887 + + Add elapsed time to dq object (@phonedph1) + + .. change:: + :tags: Bug Fixes + :pullreq: 14929 + + Allow resetting `setWeightedBalancingFactor()` to zero + + .. change:: + :tags: Bug Fixes, DNS over HTTPS + :pullreq: 14977 + :tickets: 14959 + + Fix ECS zero-scope caching with incoming DoH queries + .. changelog:: :version: 1.9.7 :released: 4th of October 2024 From 10ddbf7f6395b273d3fc2aefd683ff3cd6fe5f74 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 17 Dec 2024 10:06:15 +0100 Subject: [PATCH 2/4] secpoll: Update zone for DNSdist 1.9.8 --- docs/secpoll.zone | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/secpoll.zone b/docs/secpoll.zone index ba37b4f72ece..0d2898731030 100644 --- a/docs/secpoll.zone +++ b/docs/secpoll.zone @@ -577,3 +577,4 @@ dnsdist-1.9.4.security-status 60 IN TXT "1 OK" dnsdist-1.9.5.security-status 60 IN TXT "1 OK" dnsdist-1.9.6.security-status 60 IN TXT "1 OK" dnsdist-1.9.7.security-status 60 IN TXT "1 OK" +dnsdist-1.9.8.security-status 60 IN TXT "1 OK" From f4359724670a2edac0bbb9b49da8ed80c9285005 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 17 Dec 2024 11:46:42 +0100 Subject: [PATCH 3/4] dnsdist: Add a missing entry into the 1.9.8 ChangeLog --- pdns/dnsdistdist/docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 68c21d03f130..10edee66de68 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -36,6 +36,12 @@ Changelog Fix ECS zero-scope caching with incoming DoH queries + .. change:: + :tags: Improvements, Metrics + :pullreq: 14978 + + Custom metrics: better error messages, small doc improvements + .. changelog:: :version: 1.9.7 :released: 4th of October 2024 From 495b10a15c35d5c0d637bc89bf8dc8f1a37ff4c5 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 17 Dec 2024 13:48:51 +0100 Subject: [PATCH 4/4] Apply suggestions from Peter (update secpoll, proper quotes) --- docs/secpoll.zone | 2 +- pdns/dnsdistdist/docs/changelog.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 0d2898731030..95c884abc475 100644 --- a/docs/secpoll.zone +++ b/docs/secpoll.zone @@ -1,4 +1,4 @@ -@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024121700 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024121701 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 10edee66de68..ac25e0105d43 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -27,7 +27,7 @@ Changelog :tags: Bug Fixes :pullreq: 14929 - Allow resetting `setWeightedBalancingFactor()` to zero + Allow resetting ``setWeightedBalancingFactor()`` to zero .. change:: :tags: Bug Fixes, DNS over HTTPS