Skip to content

Commit 0558c18

Browse files
committed
release(v1.3.3): prepare release
This is the official v1.3.3 release. Signed-off-by: Oguz Kilcan <[email protected]>
1 parent ef68e7d commit 0558c18

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-3
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
## [Omni 1.3.3](https://github.com/siderolabs/omni/releases/tag/v1.3.3) (2025-11-20)
2+
3+
Welcome to the v1.3.3 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+
* Utku Ozdemir
14+
* Artem Chernyshev
15+
* Oguz Kilcan
16+
17+
### Changes
18+
<details><summary>8 commits</summary>
19+
<p>
20+
21+
* [`ef68e7db`](https://github.com/siderolabs/omni/commit/ef68e7db63fb0c6ff2bb7fcf18564cb55f5c6474) test: pick UKI and non-UKI machines correctly
22+
* [`1e6843f7`](https://github.com/siderolabs/omni/commit/1e6843f79434bc1614118ed741afa8f9f6c78183) test: remove nonce CSP header test
23+
* [`85bf6a6d`](https://github.com/siderolabs/omni/commit/85bf6a6d216d51480ebbe9651ee72d8ba8dabeda) fix: do not allow downloading deprecated Talos versions in the UI
24+
* [`8fa28e76`](https://github.com/siderolabs/omni/commit/8fa28e76e5a718ea59aed28e4be8928895c1e32b) refactor: use template instead of bytes replace for nonce
25+
* [`f648ba20`](https://github.com/siderolabs/omni/commit/f648ba2052fc451424b937019bba9e1d18187abe) fix: add nonce for userpilot scripts
26+
* [`145a3ae5`](https://github.com/siderolabs/omni/commit/145a3ae55c273348f1f917a6c8ed75b3ea46d954) fix(frontend): keep use_embedded_discovery_service state when scaling
27+
* [`1b92fd1e`](https://github.com/siderolabs/omni/commit/1b92fd1e4cbf8bf59ad4b6cbe89770cf65e37010) fix: fix typos across the project
28+
* [`ef9c9861`](https://github.com/siderolabs/omni/commit/ef9c986145909e5240da3df520a51fad77570fc6) fix: do not clear schematic meta values for non-UKI machines
29+
</p>
30+
</details>
31+
32+
### Dependency Changes
33+
34+
This release has no dependency changes
35+
36+
Previous release can be found at [v1.3.2](https://github.com/siderolabs/omni/releases/tag/v1.3.2)
37+
138
## [Omni 1.3.2](https://github.com/siderolabs/omni/releases/tag/v1.3.2) (2025-11-14)
239

340
Welcome to the v1.3.2 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.2"
6+
appVersion: "v1.3.3"

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.1"
9+
previous = "v1.3.2"

internal/version/data/tag

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

0 commit comments

Comments
 (0)