Skip to content

Commit 7017abc

Browse files
committed
release(v0.32.1): prepare release
This is the official v0.32.1 release. Signed-off-by: Utku Ozdemir <[email protected]>
1 parent 8ee8000 commit 7017abc

File tree

3 files changed

+29
-25
lines changed

3 files changed

+29
-25
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## [Omni 0.32.1](https://github.com/siderolabs/omni/releases/tag/v0.32.1) (2024-04-03)
2+
3+
Welcome to the v0.32.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+
14+
### Changes
15+
<details><summary>1 commit</summary>
16+
<p>
17+
18+
* [`8ee8000`](https://github.com/siderolabs/omni/commit/8ee80009af861aace44c989498c7dc2d6c3ae7ef) fix: prevent link and clustermachine deletion from getting stuck
19+
</p>
20+
</details>
21+
22+
### Dependency Changes
23+
24+
This release has no dependency changes
25+
26+
Previous release can be found at [v0.32.0](https://github.com/siderolabs/omni/releases/tag/v0.32.0)
27+
128
## [Omni 0.32.0](https://github.com/siderolabs/omni/releases/tag/v0.32.0) (2024-03-28)
229

330
Welcome to the v0.32.0 release of Omni!

hack/release.toml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +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 = "v0.31.0"
10-
11-
[notes]
12-
13-
[notes.support]
14-
title = "`omnictl support`"
15-
description = """\
16-
`omnictl` CLI tool now has support bundle collection utility.
17-
It collects all cluster related resources from Omni and includes all data which can be collected by `talosctl support` command.
18-
"""
19-
20-
[notes.ui]
21-
title = "Omni Workload Proxy"
22-
description = """\
23-
Kubernetes services exposed through Omni now open on a new page, instead of using an iframe.
24-
Iframe often doesn't work due to headers restrictions.
25-
"""
26-
27-
[notes.maintenance-config]
28-
title = "Maintenance Mode Configs"
29-
description = """\
30-
Talos nodes which do not have Omni SideroLink parameters can now be joined by applying the maintenance machine config with the Omni parameters.
31-
Omni now properly handles them and preserves them over resets.
32-
"""
9+
previous = "v0.32.0"

internal/version/data/tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.32.0
1+
v0.32.1

0 commit comments

Comments
 (0)