Skip to content

Commit 2ac9ed1

Browse files
committed
release(v1.1.1): prepare release
This is the official v1.1.1 release. Signed-off-by: Edward Sammut Alessi <[email protected]>
1 parent 07d4cec commit 2ac9ed1

File tree

6 files changed

+32
-61
lines changed

6 files changed

+32
-61
lines changed

.kres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ spec:
591591
Licensor: Sidero Labs, Inc.
592592
LicensedWork: Omni
593593
Copyright: (c) 2025 Sidero Labs, Inc.
594-
ChangeDate: "2029-08-27"
594+
ChangeDate: "2029-08-28"
595595
ChangeLicense: Mozilla Public License, version 2.0
596596
EnterpriseLink: https://www.siderolabs.com/contact/
597597
header: |

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## [Omni 1.1.1](https://github.com/siderolabs/omni/releases/tag/v1.1.1) (2025-08-28)
2+
3+
Welcome to the v1.1.1 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+
* Edward Sammut Alessi
13+
14+
### Changes
15+
<details><summary>1 commit</summary>
16+
<p>
17+
18+
* [`07d4cec7`](https://github.com/siderolabs/omni/commit/07d4cec7514f6d7ff02e22adb33d2d6f5a9e0152) fix: make useWatch respect reactivity
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.0](https://github.com/siderolabs/omni/releases/tag/v1.1.0)
27+
128
## [Omni 1.1.0](https://github.com/siderolabs/omni/releases/tag/v1.1.0) (2025-08-27)
229

330
Welcome to the v1.1.0 release of Omni!

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Licensed Work: Omni
77
The Licensed Work is (c) 2025 Sidero Labs, Inc.
88
Additional Use Grant: None
99

10-
Change Date: 2029-08-27
10+
Change Date: 2029-08-28
1111

1212
Change License: Mozilla Public License, version 2.0
1313

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.0"
6+
appVersion: "v1.1.1"

hack/release.toml

Lines changed: 1 addition & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -6,60 +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.0.0"
10-
11-
[notes]
12-
13-
[notes.homepage-design-update]
14-
title = "Home Page Design Update"
15-
description = """\
16-
Omni home page design was changed to have more useful information about the whole account status.
17-
"""
18-
19-
[notes.config-location]
20-
title = "Default Config Location Change"
21-
description = """\
22-
The default location for storing Omni configuration files and user PGP keys has been changed.
23-
"""
24-
25-
[notes.helm-custom-volumes]
26-
title = "Custom Volumes in Helm Chart"
27-
description = """\
28-
Added support for specifying custom volumes and volume mounts in the Omni Helm chart.
29-
"""
30-
31-
[notes.sidebar-mobile]
32-
title = "Collapsible Sidebar on Mobile"
33-
description = """\
34-
The sidebar can now be collapsed when viewed on mobile devices, improving usability on smaller screens.
35-
"""
36-
37-
[notes.cli-kernel-args]
38-
title = "CLI Support for Kernel Args and Join Configs"
39-
description = """\
40-
`omnictl` now supports commands to retrieve SideroLink kernel arguments and join configurations.
41-
"""
42-
43-
[notes.join-token-warning]
44-
title = "Join Token Usage Warning"
45-
description = """\
46-
Omni now warns users when a join token is currently in use during revoke or delete operations.
47-
"""
48-
49-
[notes.breadcrumbs]
50-
title = "Improved Clusters Page Breadcrumbs"
51-
description = """\
52-
Breadcrumbs on the clusters page have been redesigned for better navigation.
53-
"""
54-
55-
[notes.unique-token-status]
56-
title = "Unique Token Status per Node"
57-
description = """\
58-
Omni now computes and displays a unique join token status for each node.
59-
"""
60-
61-
[notes.token-management-cli]
62-
title = "Join Tokens CLI"
63-
description = """\
64-
A new CLI feature has been added to manage SideroLink join tokens directly using `omnictl`.
65-
"""
9+
previous = "v1.1.0"

internal/version/data/tag

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

0 commit comments

Comments
 (0)