Skip to content

Commit

Permalink
doc, NEWS: added 'watchdog' info
Browse files Browse the repository at this point in the history
  • Loading branch information
alesmrazek authored and vcunat committed Dec 3, 2024
1 parent 0a4a8c5 commit 87ada72
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Improvements
------------
- avoid multiple log lines when IPv6 isn't available (!1633)
- manager: fix startup on Linux without libsystemd (!1608)
- auto-reload TLS certificate files (!1626)


Knot Resolver 6.0.9 (2024-11-11)
Expand Down
2 changes: 2 additions & 0 deletions doc/dev/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ All dependencies are also listed in `pyproject.toml <https://gitlab.nic.cz/knot/
"aiohttp_", "HTTP Client/Server for Python."
"typing-extensions_", "Compatibility module for Python"
"prometheus-client_", "Prometheus client for Python (optional)"
"watchdog_", "Python API for watching file system events (optional)"


You can install the Manager using the generated ``setup.py``.
Expand Down Expand Up @@ -367,3 +368,4 @@ For development, it's possible to build the container directly from your git tre
.. _aiohttp: https://docs.aiohttp.org/
.. _prometheus-client: https://github.com/prometheus/client_python
.. _typing-extensions: https://pypi.org/project/typing-extensions/
.. _watchdog: https://github.com/gorakhargosh/watchdog
9 changes: 6 additions & 3 deletions doc/user/config-network-server-tls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,12 @@ policies.
.. tip::

The certificate files aren't automatically reloaded on change.
If you update the certificate files, e.g. using ACME, you have to either
reload or restart the service(s).
If you have ``python-watchdog`` installed on your system,
the certificate files are automatically reloaded on change.
If you update the certificate files, e.g. using ACME,
the manager is notified about changes and commands all workers
to reload their certificate files. If you don't have ``python-watchdog``,
you have to reload or restart the ``knot-resolver`` service manually.

.. option:: sticket-secret: <str>

Expand Down

0 comments on commit 87ada72

Please sign in to comment.