Skip to content

Commit

Permalink
Merge pull request #13623 from rgacogne/ddist-183-changelog-secpoll
Browse files Browse the repository at this point in the history
dnsdist: ChangeLog and secpoll update for 1.8.3
  • Loading branch information
rgacogne committed Dec 15, 2023
2 parents 6cd70f2 + 9be0986 commit 926a220
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/secpoll.zone
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023121400 10800 3600 604800 10800
@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023121500 10800 3600 604800 10800
@ 3600 IN NS pdns-public-ns1.powerdns.com.
@ 3600 IN NS pdns-public-ns2.powerdns.com.

Expand Down Expand Up @@ -523,6 +523,7 @@ dnsdist-1.8.0-rc3.security-status 60 IN TXT "3 Unsuppor
dnsdist-1.8.0.security-status 60 IN TXT "3 Upgrade now, see https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/"
dnsdist-1.8.1.security-status 60 IN TXT "3 Upgrade now, see https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/"
dnsdist-1.8.2.security-status 60 IN TXT "1 OK"
dnsdist-1.8.3.security-status 60 IN TXT "1 OK"
dnsdist-1.9.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
dnsdist-1.9.0-alpha2.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
dnsdist-1.9.0-alpha3.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
Expand Down
55 changes: 53 additions & 2 deletions pdns/dnsdistdist/docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,57 @@
Changelog
=========

.. changelog::
:version: 1.8.3
:released: 15th of December 2023

Please review the :doc:`Upgrade Guide <../upgrade_guide>` before upgrading from versions < 1.8.x.

.. change::
:tags: Bug Fixes, Metrics
:pullreq: 13523
:tickets: 13519

Refactor the exponential back-off timer code

.. change::
:tags: Bug Fixes
:pullreq: 13598

Detect and dismiss truncated UDP responses from a backend

.. change::
:tags: Bug Fixes
:pullreq: 13599

Fix the removal of the last rule by name or UUID

.. change::
:tags: Improvements
:pullreq: 13601

Add a `DynBlockRulesGroup:removeRange()` binding

.. change::
:tags: Bug Fixes
:pullreq: 13602
:tickets: 13307

Fix several cosmetic issues in eBPF dynamic blocks, update documentation

.. change::
:tags: Improvements
:pullreq: 13605

Add a `DNSHeader:getTC()` Lua binding

.. change::
:tags: Bug Fixes, Webserver
:pullreq: 13607
:tickets: 13050

Fix code producing JSON

.. changelog::
:version: 1.9.0-alpha4
:released: 14th of December 2023
Expand All @@ -26,7 +77,7 @@ Changelog
Add a DynBlockRulesGroup:removeRange() binding

.. change::
:tags: Bugs, DNS over HTTPS
:tags: Bug Fixes, DNS over HTTPS
:pullreq: 13381

Fix the case where nghttp2 is available but DoH is disabled
Expand Down Expand Up @@ -69,7 +120,7 @@ Changelog
Add `pdns::visit_directory()`, wrapping opendir/readdir/closedir

.. change::
:tags: Bugs
:tags: Bug Fixes
:pullreq: 13488

Fix the removal of the last rule by name or UUID
Expand Down

0 comments on commit 926a220

Please sign in to comment.