From 1e4f6ec32691885311e2192c76fb20e1d04a6559 Mon Sep 17 00:00:00 2001 From: Dominik Lohmann Date: Mon, 11 Mar 2024 21:07:54 +0100 Subject: [PATCH] Prepare repository for Tenzir v4.10.1 This commit is was created with /scripts/prepare-release. Here is a high-level summary of the changes: * Updated `/version.json` to v4.10.1. * 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.1`. * Updated the python bindings version in `/python/pyproject.toml` to v4.10.1. --- .../bug-fixes/4020.md} | 0 python/pyproject.toml | 2 +- version.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename changelog/{next/bug-fixes/4020--configured-pipelines-crash.md => v4.10.1/bug-fixes/4020.md} (100%) diff --git a/changelog/next/bug-fixes/4020--configured-pipelines-crash.md b/changelog/v4.10.1/bug-fixes/4020.md similarity index 100% rename from changelog/next/bug-fixes/4020--configured-pipelines-crash.md rename to changelog/v4.10.1/bug-fixes/4020.md diff --git a/python/pyproject.toml b/python/pyproject.toml index bdb0fd61db9..49b2ae60969 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tenzir" -version = "4.10.0" +version = "4.10.1" description = "A security telemetry engine for detection and response" authors = ["Tenzir "] maintainers = ["Tenzir "] diff --git a/version.json b/version.json index b127b217308..ff52ebfde49 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.0", + "tenzir-version": "4.10.1", "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",