release(v1.5.7): prepare release

This is the official v1.5.7 release.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
This commit is contained in:
Artem Chernyshev 2026-02-25 14:41:00 +03:00
parent 1959a4e88f
commit e83051fad3
No known key found for this signature in database
GPG Key ID: 9BAC0E08F5067BB8
4 changed files with 30 additions and 3 deletions

View File

@ -1,3 +1,30 @@
## [Omni 1.5.7](https://github.com/siderolabs/omni/releases/tag/v1.5.7) (2026-02-25)
Welcome to the v1.5.7 release of Omni!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.
### Contributors
* Artem Chernyshev
### Changes
<details><summary>1 commit</summary>
<p>
* [`1959a4e8`](https://github.com/siderolabs/omni/commit/1959a4e88f3161b6fb97521ad9cc5dabab1ce6fc) feat: allow resetting node unique tokens
</p>
</details>
### Dependency Changes
This release has no dependency changes
Previous release can be found at [v1.5.6](https://github.com/siderolabs/omni/releases/tag/v1.5.6)
## [Omni 1.5.6](https://github.com/siderolabs/omni/releases/tag/v1.5.6) (2026-02-24)
Welcome to the v1.5.6 release of Omni!

View File

@ -3,4 +3,4 @@ name: omni
description: A helm chart to deploy Omni on a Kubernetes cluster
type: application
version: 0.0.3
appVersion: "v1.5.6"
appVersion: "v1.5.7"

View File

@ -6,4 +6,4 @@ github_repo = "siderolabs/omni"
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
pre_release = false
previous = "v1.5.5"
previous = "v1.5.6"

View File

@ -1 +1 @@
v1.5.6
v1.5.7