Skip to content

Commit 58332e8

Browse files
committed
release(v1.3.1): prepare release
This is the official v1.3.1 release. Signed-off-by: Utku Ozdemir <[email protected]>
1 parent 35d7574 commit 58332e8

File tree

4 files changed

+33
-57
lines changed

4 files changed

+33
-57
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## [Omni 1.3.1](https://github.com/siderolabs/omni/releases/tag/v1.3.1) (2025-11-07)
2+
3+
Welcome to the v1.3.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+
* Utku Ozdemir
13+
* Edward Sammut Alessi
14+
15+
### Changes
16+
<details><summary>3 commits</summary>
17+
<p>
18+
19+
* [`35d7574`](https://github.com/siderolabs/omni/commit/35d7574774f4951966824c0db2aeab5ac4a837a0) fix: prevent `MachineSetStatus` from going into create/destroy loop
20+
* [`cf3c84e`](https://github.com/siderolabs/omni/commit/cf3c84e1ee4e9aab8771a70d675ca7634afbb4e6) fix: do not skip creating schematic config in agent mode
21+
* [`50f6c04`](https://github.com/siderolabs/omni/commit/50f6c048a54a607be6cb9a1b5acd151ebce3b9e9) fix(frontend): only show label outline if selected
22+
</p>
23+
</details>
24+
25+
### Dependency Changes
26+
27+
This release has no dependency changes
28+
29+
Previous release can be found at [v1.3.0](https://github.com/siderolabs/omni/releases/tag/v1.3.0)
30+
131
## [Omni 1.3.0](https://github.com/siderolabs/omni/releases/tag/v1.3.0) (2025-11-07)
232

333
Welcome to the v1.3.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.3.0"
6+
appVersion: "v1.3.1"

hack/release.toml

Lines changed: 1 addition & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -6,58 +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.2.0"
10-
11-
[notes]
12-
13-
[notes.modify-kernel-arguments]
14-
title = "Support for Modifying Kernel Arguments"
15-
description = """\
16-
Omni now supports modifying kernel arguments for the existing machines.
17-
18-
Documentation on how to use this feature can be found here: https://docs.siderolabs.com/omni/infrastructure-and-extensions/modify-kernel-arguments
19-
"""
20-
21-
[notes.experimental-cluster-import]
22-
title = "Cluster Import (Experimental)"
23-
description = """\
24-
Omni introduces an experimental feature that allows users to import existing Talos clusters to be managed by Omni.
25-
26-
Documentation on how to use this feature can be found here: https://docs.siderolabs.com/omni/cluster-management/importing-talos-clusters
27-
"""
28-
29-
[notes.auth-token-expiry]
30-
title = "Shortened Auth0 Token Lifetime"
31-
description = """\
32-
Auth0 authentication tokens now expire after 2 minutes. Users without valid PGP keys will need to reauthenticate once tokens expire.
33-
"""
34-
35-
[notes.frontend-update-k8s-modal]
36-
title = "Improved Kubernetes Update Modal"
37-
description = """\
38-
The Kubernetes update modal now displays only upgradeable minor versions and explains why certain versions are not upgradeable.
39-
"""
40-
41-
[notes.frontend-multi-select-pending-machines]
42-
title = "Multi-Select for Pending Machines"
43-
description = """\
44-
You can now accept or reject multiple pending machines at once, simplifying large-scale approvals.
45-
"""
46-
47-
[notes.frontend-unsupported-k8s-version]
48-
title = "Display Unsupported Kubernetes Versions"
49-
description = """\
50-
Unsupported Kubernetes versions are now shown in the update modal as disabled entries with explanatory messages.
51-
"""
52-
53-
[notes.machine-status-cpus]
54-
title = "Enhanced CPU Information in Machine Status"
55-
description = """\
56-
Machines now report processor details when either core count or frequency is available, improving visibility into hardware specs.
57-
"""
58-
59-
[notes.frontend-stripe-link]
60-
title = "Stripe Link in Settings Sidebar"
61-
description = """\
62-
A Stripe link is now shown in the Omni settings sidebar when Stripe integration is enabled.
63-
"""
9+
previous = "v1.3.0"

internal/version/data/tag

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

0 commit comments

Comments
 (0)