Skip to content

Commit

Permalink
Prepare repository for Tenzir v4.10.4 (#4037)
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.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.
  • Loading branch information
dominiklohmann committed Mar 13, 2024
2 parents c0bbacd + 7e95a00 commit 80ec73b
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion 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 <engineering@tenzir.com>"]
maintainers = ["Tenzir <engineering@tenzir.com>"]
Expand Down
2 changes: 1 addition & 1 deletion version.json
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.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",
Expand Down
2 changes: 1 addition & 1 deletion web/versioned_docs/version-Tenzir v4.10/get-started.md
Expand Up @@ -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)

Expand Down

0 comments on commit 80ec73b

Please sign in to comment.