Skip to content

Commit 0b9a38a

Browse files
committed
release(v1.3.2): prepare release
This is the official v1.3.2 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 4284831 commit 0b9a38a

File tree

4 files changed

+38
-3
lines changed

4 files changed

+38
-3
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## [Omni 1.3.2](https://github.com/siderolabs/omni/releases/tag/v1.3.2) (2025-11-14)
2+
3+
Welcome to the v1.3.2 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+
* Artem Chernyshev
14+
* Edward Sammut Alessi
15+
16+
### Changes
17+
<details><summary>7 commits</summary>
18+
<p>
19+
20+
* [`5dfe4d55`](https://github.com/siderolabs/omni/commit/5dfe4d5544cb7b5a9b60a127479227865c580c37) fix: reduce usage of cached state to avoid stale reads
21+
* [`becf6bd6`](https://github.com/siderolabs/omni/commit/becf6bd67c9fde29df734229e06a0b74a4b5d45a) test: fix flaky etcd backup tests
22+
* [`11f3b039`](https://github.com/siderolabs/omni/commit/11f3b039e26c60ac0e07e259ecc4b99fecfc1cbe) test: fix flaky `MachineUpgradeStatusController` test
23+
* [`d7dc7788`](https://github.com/siderolabs/omni/commit/d7dc77880a1fa0fc1ff179b477cde24be9574d6c) fix: use deterministic order for machine extensions
24+
* [`8df8997a`](https://github.com/siderolabs/omni/commit/8df8997ab5f107582cdcb69946172603c4edc1ed) fix: keep existing cluster level system extensions config in the UI
25+
* [`394efd91`](https://github.com/siderolabs/omni/commit/394efd91340bda395b832cf4ab8fd923f1bad2d4) fix: ignore `MachineSets` which reference non-existing clusters
26+
* [`04f2f465`](https://github.com/siderolabs/omni/commit/04f2f465c82a349fd8af683add5997cceac8e425) fix(frontend): remove double scrollbar on machines list
27+
</p>
28+
</details>
29+
30+
### Dependency Changes
31+
32+
This release has no dependency changes
33+
34+
Previous release can be found at [v1.3.1](https://github.com/siderolabs/omni/releases/tag/v1.3.1)
35+
136
## [Omni 1.3.1](https://github.com/siderolabs/omni/releases/tag/v1.3.1) (2025-11-07)
237

338
Welcome to the v1.3.1 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.1"
6+
appVersion: "v1.3.2"

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.3.0"
9+
previous = "v1.3.1"

internal/version/data/tag

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

0 commit comments

Comments
 (0)