release(v1.5.6): prepare release

This is the official v1.5.6 release.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
This commit is contained in:
Artem Chernyshev 2026-02-24 21:48:35 +03:00
parent 9ab50e4ba4
commit 92ecc79f7e
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.6](https://github.com/siderolabs/omni/releases/tag/v1.5.6) (2026-02-24)
Welcome to the v1.5.6 release of Omni!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.
### Contributors
* Edward Sammut Alessi
### Changes
<details><summary>1 commit</summary>
<p>
* [`9ab50e4b`](https://github.com/siderolabs/omni/commit/9ab50e4ba4208f7367d1a51859a6ca7e26c4fe5f) feat(frontend): allow embedding youtube videos
</p>
</details>
### Dependency Changes
This release has no dependency changes
Previous release can be found at [v1.5.5](https://github.com/siderolabs/omni/releases/tag/v1.5.5)
## [Omni 1.5.5](https://github.com/siderolabs/omni/releases/tag/v1.5.5) (2026-02-20)
Welcome to the v1.5.5 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.5"
appVersion: "v1.5.6"

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.4"
previous = "v1.5.5"

View File

@ -1 +1 @@
v1.5.5
v1.5.6