From 7e95a00ef9b19dbf5033224d4cad500d50eefbce Mon Sep 17 00:00:00 2001 From: Dominik Lohmann Date: Wed, 13 Mar 2024 15:58:53 +0100 Subject: [PATCH] Prepare repository for Tenzir v4.10.4 This commit is was created with /scripts/prepare-release. Here is a high-level summary of the changes: * Updated `/version.json` to v4.10.4. * Generated a new entry in the docs version selector list. * Removed the docs for the previous release candidate. * Moved all changelog entries from `/changelog/next` to `/changelog/v4.10.4`. * Updated the python bindings version in `/python/pyproject.toml` to v4.10.4. --- .../4031--http-connector.md => v4.10.4/bug-fixes/4031.md} | 0 .../4033--large-context-load.md => v4.10.4/bug-fixes/4033.md} | 0 .../bug-fixes/4034.md} | 0 .../4036--python-operator-env.md => v4.10.4/bug-fixes/4036.md} | 0 python/pyproject.toml | 2 +- version.json | 2 +- web/versioned_docs/version-Tenzir v4.10/get-started.md | 2 +- 7 files changed, 3 insertions(+), 3 deletions(-) rename changelog/{next/bug-fixes/4031--http-connector.md => v4.10.4/bug-fixes/4031.md} (100%) rename changelog/{next/bug-fixes/4033--large-context-load.md => v4.10.4/bug-fixes/4033.md} (100%) rename changelog/{next/bug-fixes/4034--sigma-type-infer-crash.md => v4.10.4/bug-fixes/4034.md} (100%) rename changelog/{next/bug-fixes/4036--python-operator-env.md => v4.10.4/bug-fixes/4036.md} (100%) diff --git a/changelog/next/bug-fixes/4031--http-connector.md b/changelog/v4.10.4/bug-fixes/4031.md similarity index 100% rename from changelog/next/bug-fixes/4031--http-connector.md rename to changelog/v4.10.4/bug-fixes/4031.md diff --git a/changelog/next/bug-fixes/4033--large-context-load.md b/changelog/v4.10.4/bug-fixes/4033.md similarity index 100% rename from changelog/next/bug-fixes/4033--large-context-load.md rename to changelog/v4.10.4/bug-fixes/4033.md diff --git a/changelog/next/bug-fixes/4034--sigma-type-infer-crash.md b/changelog/v4.10.4/bug-fixes/4034.md similarity index 100% rename from changelog/next/bug-fixes/4034--sigma-type-infer-crash.md rename to changelog/v4.10.4/bug-fixes/4034.md diff --git a/changelog/next/bug-fixes/4036--python-operator-env.md b/changelog/v4.10.4/bug-fixes/4036.md similarity index 100% rename from changelog/next/bug-fixes/4036--python-operator-env.md rename to changelog/v4.10.4/bug-fixes/4036.md diff --git a/python/pyproject.toml b/python/pyproject.toml index 3d52bc241dd..c117f98cb41 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tenzir" -version = "4.10.3" +version = "4.10.4" description = "A security telemetry engine for detection and response" authors = ["Tenzir "] maintainers = ["Tenzir "] diff --git a/version.json b/version.json index 1c15ba10739..94783db0e8b 100644 --- a/version.json +++ b/version.json @@ -4,7 +4,7 @@ "annotated git tag without the leading 'v'.", "This value gets updated automatically by `scripts/prepare-release`." ], - "tenzir-version": "4.10.3", + "tenzir-version": "4.10.4", "tenzir-partition-version_COMMENT": [ "The partition version. This number must be bumped alongside the release", "version for releases that contain major format changes to the on-disk", diff --git a/web/versioned_docs/version-Tenzir v4.10/get-started.md b/web/versioned_docs/version-Tenzir v4.10/get-started.md index 1ec70b740b3..ba8f17e4297 100644 --- a/web/versioned_docs/version-Tenzir v4.10/get-started.md +++ b/web/versioned_docs/version-Tenzir v4.10/get-started.md @@ -20,7 +20,7 @@ steps: ![Overview](example-overview.png) 3. Create a demo node by clicking the *Add* button in the nodes pane and select - *Cloud-hosted demo node*.: + *Cloud-hosted demo node*: ![Add node](example-add-node.png)