Skip to content

Commit 5e0a133

Browse files
committed
release(v1.2.1): prepare release
This is the official v1.2.1 release. Signed-off-by: Oguz Kilcan <[email protected]>
1 parent 9cfcc24 commit 5e0a133

File tree

4 files changed

+30
-80
lines changed

4 files changed

+30
-80
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## [Omni 1.2.1](https://github.com/siderolabs/omni/releases/tag/v1.2.1) (2025-10-02)
2+
3+
Welcome to the v1.2.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+
* Oguz Kilcan
13+
14+
### Changes
15+
<details><summary>1 commit</summary>
16+
<p>
17+
18+
* [`9cfcc245`](https://github.com/siderolabs/omni/commit/9cfcc2456174ef6e88be7065bf9f7e869f5267c8) fix: remove dangling cluster taints
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.2.0](https://github.com/siderolabs/omni/releases/tag/v1.2.0)
27+
128
## [Omni 1.2.0](https://github.com/siderolabs/omni/releases/tag/v1.2.0) (2025-09-30)
229

330
Welcome to the v1.2.0 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.2.0"
6+
appVersion: "v1.2.1"

hack/release.toml

Lines changed: 1 addition & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -6,81 +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.0"
10-
11-
[notes]
12-
13-
[notes.kubeconfig]
14-
title = "`kubeconfig` with `grant-type=authcode-keyboard`"
15-
description = """\
16-
New configs generated with the latest Omni version and `authcode-keyboard`
17-
enabled now work for `oidc-login` `v1.33+`.
18-
See https://github.com/int128/kubelogin/pull/1263
19-
20-
Newly generated configs won't work for `oidc-login` below `v1.33`. You can:
21-
- keep using the old configs.
22-
- generate the new configs and drop `oidc-redirect-url` param.
23-
- update the `oidc-login` module.
24-
"""
25-
26-
[notes.user-consent-form-for-userpilot]
27-
title = "User Consent Form for Userpilot"
28-
description = """\
29-
Added a user consent form for Userpilot to allow opting in/out for data collection.
30-
"""
31-
32-
[notes.join-config-by-token-name]
33-
title = "Generate Join Config for a Specific Join Token"
34-
description = """\
35-
Added the ability to generate a join configuration for a specific join token.
36-
"""
37-
38-
[notes.copy-visual-feedback]
39-
title = "Visual Feedback on Copy"
40-
description = """\
41-
Added visual feedback when copying text to the clipboard.
42-
"""
43-
44-
[notes.oidc-auth-support]
45-
title = "OIDC Authentication Support"
46-
description = """\
47-
Added support for OIDC authentication in Omni.
48-
"""
49-
50-
[notes.machines-page-redesign]
51-
title = "Redesigned Machine List Page"
52-
description = """\
53-
The Machines list page has been redesigned to provide a better user experience.
54-
"""
55-
56-
[notes.cluster-locking]
57-
title = "Cluster Locking"
58-
description = """\
59-
Cluster locking is a feature that pauses/disables all cluster related operations on a cluster.
60-
"""
61-
62-
[notes.toast-messages]
63-
title = "Toast Messages"
64-
description = """\
65-
Replaced the notification banner feature with toast messages.
66-
"""
67-
68-
[notes.userpilot-reporting]
69-
title = "Userpilot Reporting Integration"
70-
description = """\
71-
Integrated Userpilot reporting to help track user interactions.
72-
"""
73-
74-
[notes.new-metrics]
75-
title = "New exported metrics for cluster features and machine details"
76-
description = """\
77-
New prometheus metrics are added for:
78-
- Enabled cluster features: disk encryption, embedded discovery service, workload proxying.
79-
- Machines' platforms, their secure boot status and whether they were booted with UKI.
80-
"""
81-
82-
[notes.minimum-talos-version]
83-
title = "Minimum Talos version for new clusters"
84-
description = """\
85-
The minimum Talos version required to create new clusters has been raised to v1.6.0.
86-
"""
9+
previous = "v1.2.0"

internal/version/data/tag

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

0 commit comments

Comments
 (0)