Skip to content

Commit

Permalink
release(v0.32.1): prepare release
Browse files Browse the repository at this point in the history
This is the official v0.32.1 release.

Signed-off-by: Utku Ozdemir <[email protected]>
  • Loading branch information
utkuozdemir committed Apr 3, 2024
1 parent 8ee8000 commit 7017abc
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 25 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [Omni 0.32.1](https://github.com/siderolabs/omni/releases/tag/v0.32.1) (2024-04-03)

Welcome to the v0.32.1 release of Omni!



Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.

### Contributors

* Utku Ozdemir

### Changes
<details><summary>1 commit</summary>
<p>

* [`8ee8000`](https://github.com/siderolabs/omni/commit/8ee80009af861aace44c989498c7dc2d6c3ae7ef) fix: prevent link and clustermachine deletion from getting stuck
</p>
</details>

### Dependency Changes

This release has no dependency changes

Previous release can be found at [v0.32.0](https://github.com/siderolabs/omni/releases/tag/v0.32.0)

## [Omni 0.32.0](https://github.com/siderolabs/omni/releases/tag/v0.32.0) (2024-03-28)

Welcome to the v0.32.0 release of Omni!
Expand Down
25 changes: 1 addition & 24 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,4 @@ github_repo = "siderolabs/omni"
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"

pre_release = false
previous = "v0.31.0"

[notes]

[notes.support]
title = "`omnictl support`"
description = """\
`omnictl` CLI tool now has support bundle collection utility.
It collects all cluster related resources from Omni and includes all data which can be collected by `talosctl support` command.
"""

[notes.ui]
title = "Omni Workload Proxy"
description = """\
Kubernetes services exposed through Omni now open on a new page, instead of using an iframe.
Iframe often doesn't work due to headers restrictions.
"""

[notes.maintenance-config]
title = "Maintenance Mode Configs"
description = """\
Talos nodes which do not have Omni SideroLink parameters can now be joined by applying the maintenance machine config with the Omni parameters.
Omni now properly handles them and preserves them over resets.
"""
previous = "v0.32.0"
2 changes: 1 addition & 1 deletion internal/version/data/tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.32.0
v0.32.1

0 comments on commit 7017abc

Please sign in to comment.