diff --git a/CHANGELOG.md b/CHANGELOG.md index ebb51326..c191b0a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +
1 commit +

+ +* [`9ab50e4b`](https://github.com/siderolabs/omni/commit/9ab50e4ba4208f7367d1a51859a6ca7e26c4fe5f) feat(frontend): allow embedding youtube videos +

+
+ +### 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! diff --git a/deploy/helm/omni/Chart.yaml b/deploy/helm/omni/Chart.yaml index ef40d0fa..b32b8459 100644 --- a/deploy/helm/omni/Chart.yaml +++ b/deploy/helm/omni/Chart.yaml @@ -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" diff --git a/hack/release.toml b/hack/release.toml index 2de8b712..7ab709b1 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -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" diff --git a/internal/version/data/tag b/internal/version/data/tag index c5c4119e..620d7574 100644 --- a/internal/version/data/tag +++ b/internal/version/data/tag @@ -1 +1 @@ -v1.5.5 \ No newline at end of file +v1.5.6 \ No newline at end of file