Skip to content

Commit

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

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
  • Loading branch information
Unix4ever committed Dec 11, 2024
1 parent 614c272 commit 570e08b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 17 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## [Omni 0.44.1](https://github.com/siderolabs/omni/releases/tag/v0.44.1) (2024-12-11)

Welcome to the v0.44.1 release of Omni!



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

### Contributors

* Artem Chernyshev

### Changes
<details><summary>2 commits</summary>
<p>

* [`614c272`](https://github.com/siderolabs/omni/commit/614c2729e66bca5d95c6a472bef07c6758e1e1ac) fix: fix panic in `ConfigPatchRequestController`
* [`d86c30c`](https://github.com/siderolabs/omni/commit/d86c30c98c61ec795aec5fe5945ff31ac8fa8ec7) fix: ignore `Unimplemented` errors in `MetaDelete` calls
</p>
</details>

### Dependency Changes

This release has no dependency changes

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


## [Omni 0.44.0](https://github.com/siderolabs/omni/releases/tag/v0.44.0) (2024-11-11)

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

pre_release = false
previous = "v0.43.0"

[notes]

[notes.reset-machine]
title = "Reset Removed Machines"
description = """\
Omni will now try to wipe Talos installation from the machines which are removed from the instance.
"""

[notes.cluster-resolve]
title = "Automatically Resolve Cluster in `talosctl`"
description = """\
`talosctl` command now works without `--cluster` flag when using instance wide Talos config.
Omni will automatically resolve the correct cluster.
"""
previous = "v0.44.0"
2 changes: 1 addition & 1 deletion internal/version/data/tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.44.0
v0.44.1

0 comments on commit 570e08b

Please sign in to comment.