From 21a53729918ab371750d0e1051a5c50e605d5a9c Mon Sep 17 00:00:00 2001 From: Dominik Lohmann Date: Tue, 12 Mar 2024 18:13:50 +0100 Subject: [PATCH] Prepare repository for Tenzir v4.10.3 This commit is was created with /scripts/prepare-release. Here is a high-level summary of the changes: * Updated `/version.json` to v4.10.3. * Generated a new entry in the docs version selector list. * Removed the docs for the previous release candidate. * Updated the python bindings version in `/python/pyproject.toml` to v4.10.3. --- changelog/{v4.10.2 => v4.10.3}/bug-fixes/4028.md | 0 changelog/{v4.10.2 => v4.10.3}/changes/3997.md | 0 contrib/tenzir-plugins | 2 +- nix/tenzir/plugins/source.json | 5 ++--- python/pyproject.toml | 2 +- version.json | 2 +- 6 files changed, 5 insertions(+), 6 deletions(-) rename changelog/{v4.10.2 => v4.10.3}/bug-fixes/4028.md (100%) rename changelog/{v4.10.2 => v4.10.3}/changes/3997.md (100%) diff --git a/changelog/v4.10.2/bug-fixes/4028.md b/changelog/v4.10.3/bug-fixes/4028.md similarity index 100% rename from changelog/v4.10.2/bug-fixes/4028.md rename to changelog/v4.10.3/bug-fixes/4028.md diff --git a/changelog/v4.10.2/changes/3997.md b/changelog/v4.10.3/changes/3997.md similarity index 100% rename from changelog/v4.10.2/changes/3997.md rename to changelog/v4.10.3/changes/3997.md diff --git a/contrib/tenzir-plugins b/contrib/tenzir-plugins index aaba00f024f..1d823e8e963 160000 --- a/contrib/tenzir-plugins +++ b/contrib/tenzir-plugins @@ -1 +1 @@ -Subproject commit aaba00f024ff3c29b2be08a9eb250cace4cfaa4d +Subproject commit 1d823e8e963568e90ce7a2ebb8896bf49aef7519 diff --git a/nix/tenzir/plugins/source.json b/nix/tenzir/plugins/source.json index 7a9f2a9ff8d..b25dfde5a7f 100644 --- a/nix/tenzir/plugins/source.json +++ b/nix/tenzir/plugins/source.json @@ -2,8 +2,7 @@ "name": "tenzir-plugins", "url": "git@github.com:tenzir/tenzir-plugins", "ref": "main", - "rev": "aaba00f024ff3c29b2be08a9eb250cace4cfaa4d", + "rev": "1d823e8e963568e90ce7a2ebb8896bf49aef7519", "submodules": true, - "shallow": true, - "allRefs": true + "shallow": true } diff --git a/python/pyproject.toml b/python/pyproject.toml index aa059c2d9a0..3d52bc241dd 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tenzir" -version = "4.10.2" +version = "4.10.3" description = "A security telemetry engine for detection and response" authors = ["Tenzir "] maintainers = ["Tenzir "] diff --git a/version.json b/version.json index d75c36c8fce..1c15ba10739 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.2", + "tenzir-version": "4.10.3", "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",