From 33db6a8f4dab1646dd93e7100c76247ed22117c4 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 27 Jan 2022 14:03:54 +0100 Subject: [PATCH] dnsdist upgrade guide: move docker note to 1.7.1 --- pdns/dnsdistdist/docs/upgrade_guide.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pdns/dnsdistdist/docs/upgrade_guide.rst b/pdns/dnsdistdist/docs/upgrade_guide.rst index 47e7e08649..b03c083cef 100644 --- a/pdns/dnsdistdist/docs/upgrade_guide.rst +++ b/pdns/dnsdistdist/docs/upgrade_guide.rst @@ -1,6 +1,13 @@ Upgrade Guide ============= +1.7.0 to 1.7.1 +-------------- + +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 `__. +(This note was in the 1.6.x to 1.7.0 upgrade guide before, but the change was not present in 1.7.0.) + 1.6.x to 1.7.0 -------------- @@ -12,9 +19,6 @@ 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 `__. - 1.5.x to 1.6.0 -------------- -- 2.47.2