diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index af58b61e3f..cee9ed9970 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -66,16 +66,14 @@ jobs: make \ python3 \ python3-dev \ - python3-pip\ + python3-pip \ sqlite3 \ swig \ zlib1g-dev - # Many distros adhere to PEP 394's recommendation for `python` = - # `python2` so this is a simple workaround until we drop Python 2 - # support and explicitly use `python3` for all invocations. - sudo ln -sf /usr/bin/python3 /usr/local/bin/python - sudo pip3 install --break-system-packages -r doc/requirements.txt - sudo pip3 install --break-system-packages pre-commit + python3 -m venv ci-docs-venv + source ci-docs-venv/bin/activate + pip3 install -r doc/requirements.txt + pip3 install pre-commit - name: ccache uses: hendrikmuhs/ccache-action@v1.2 @@ -112,6 +110,7 @@ jobs: - name: Generate Docs run: | + source ci-docs-venv/bin/activate git config --global user.name zeek-bot git config --global user.email info@zeek.org diff --git a/CHANGES b/CHANGES index 6b4483e172..ccd191cfcb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +8.1.0-dev.27 | 2025-08-10 21:28:33 -0700 + + * GH-4176: cluster: Add on_subscribe() and on_unsubscribe() hooks (Arne Welzel, Corelight) + + Closes #4176 + 8.1.0-dev.24 | 2025-08-08 14:23:51 +0200 * GH-4176: cluster: Add on_subscribe() and on_unsubscribe() hooks (Arne Welzel, Corelight) diff --git a/VERSION b/VERSION index afbc7831c4..2f95534d14 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.1.0-dev.24 +8.1.0-dev.27 diff --git a/doc b/doc index 1ce37d96e2..6952b4b7c2 160000 --- a/doc +++ b/doc @@ -1 +1 @@ -Subproject commit 1ce37d96e268134100fbc6793c0c64d48e162337 +Subproject commit 6952b4b7c2d9032734d7e7972b147446d08e6d2e