]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist, rec, auth: upgrade notes for 11081 11095/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 13 Dec 2021 11:05:44 +0000 (12:05 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 13 Dec 2021 16:43:46 +0000 (17:43 +0100)
docs/upgrading.rst
pdns/dnsdistdist/docs/upgrade_guide.rst
pdns/recursordist/docs/upgrade.rst

index de34d38030ce4768e001b820d05a27287d19b515..8f7a7f16bca6aa1fdaae477047b3d3e59c87c2dc 100644 (file)
@@ -31,6 +31,12 @@ SHA1 DSes
 
 ``pdnsutil show-zone`` and ``pdnsutil export-zone-ds`` no longer emit SHA1 DS records, unless ``--verbose`` is in use.
 
+Privileged port binding in Docker
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+In our Docker image, our binaries are no longer granted the ``net_bind_service`` capability, as this is unnecessary in many deployments.
+For more information, see the section ["Privileged ports" in Docker-README](https://github.com/PowerDNS/pdns/blob/master/Docker-README.md#privileged-ports).
+
 4.4.x to 4.5.0
 --------------
 
index eb00fffddc6d42494a94e62999d0bab37056f77f..54753c39992411aa7a48a3a3d63dfd5558c67467 100644 (file)
@@ -12,6 +12,9 @@ Unless set via :func:`setMaxTCPClientThreads` the number of TCP workers now defa
 
 Plain-text API keys and passwords for web server authentication are now strongly discouraged. The :func:`hashPassword` method can be used to generate a hashed and salted version of passwords and API keys instead, so that the plain-text version can no longer be found in either the configuration file or the memory of the running process.
 
+In our Docker image, our binaries are no longer granted the ``net_bind_service`` capability, as this is unnecessary in many deployments.
+For more information, see the section ["Privileged ports" in Docker-README](https://github.com/PowerDNS/pdns/blob/master/Docker-README.md#privileged-ports).
+
 1.5.x to 1.6.0
 --------------
 
index 15b6ec304851da88da826902b8492dd71501db3c..38e5a234411d1aee02b523c844af95952b5ac264 100644 (file)
@@ -26,6 +26,11 @@ Deprecated and changed settings
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 -  The :ref:`setting-api-key` and :ref:`setting-webserver-password` settings now accept a hashed and salted version (if the support is available in the openssl library used).
 
+Privileged port binding in Docker
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+In our Docker image, our binaries are no longer granted the ``net_bind_service`` capability, as this is unnecessary in many deployments.
+For more information, see the section ["Privileged ports" in Docker-README](https://github.com/PowerDNS/pdns/blob/master/Docker-README.md#privileged-ports).
 
 4.5.1 to 4.5.2
 --------------