Skip to content

Commit 5439794

Browse files
committed
release(v1.1.4): prepare release
This is the official v1.1.4 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 4be8e10 commit 5439794

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## [Omni 1.1.4](https://github.com/siderolabs/omni/releases/tag/v1.1.4) (2025-09-09)
2+
3+
Welcome to the v1.1.4 release of Omni!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/omni/issues.
9+
10+
### Contributors
11+
12+
* Artem Chernyshev
13+
14+
### Changes
15+
<details><summary>1 commit</summary>
16+
<p>
17+
18+
* [`4be8e10c`](https://github.com/siderolabs/omni/commit/4be8e10c27ebda9e53dfebe7eeecf911b1afcfbc) fix: do not make not running lazy workload proxy healthchecker block
19+
</p>
20+
</details>
21+
22+
### Dependency Changes
23+
24+
This release has no dependency changes
25+
26+
Previous release can be found at [v1.1.3](https://github.com/siderolabs/omni/releases/tag/v1.1.3)
27+
28+
129
## [Omni 1.1.3](https://github.com/siderolabs/omni/releases/tag/v1.1.3) (2025-09-01)
230

331
Welcome to the v1.1.3 release of Omni!

deploy/helm/omni/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: omni
33
description: A helm chart to deploy Omni on a Kubernetes cluster
44
type: application
55
version: 0.0.3
6-
appVersion: "v1.1.3"
6+
appVersion: "v1.1.4"

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ github_repo = "siderolabs/omni"
66
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77

88
pre_release = false
9-
previous = "v1.1.2"
9+
previous = "v1.1.3"

internal/version/data/tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.1.3
1+
v1.1.4

0 commit comments

Comments
 (0)