Skip to content

Commit

Permalink
Prepare repository for Tenzir v4.10.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dominiklohmann committed Mar 11, 2024
1 parent 606189d commit 1e4f6ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <engineering@tenzir.com>"]
maintainers = ["Tenzir <engineering@tenzir.com>"]
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1e4f6ec

Please sign in to comment.