Skip to content

Commit

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

Signed-off-by: Artem Chernyshev <[email protected]>
  • Loading branch information
Unix4ever committed Aug 12, 2024
1 parent 3845a13 commit b3c8841
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## [Omni 0.40.3](https://github.com/siderolabs/omni/releases/tag/v0.40.3) (2024-08-12)

Welcome to the v0.40.3 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>1 commit</summary>
<p>

* [`3845a13`](https://github.com/siderolabs/omni/commit/3845a130a4bc23c1c1713b63406f2f5bf808dd6c) fix: properly remove `MachineSetNode` finalizer in the controller
</p>
</details>

### Dependency Changes

This release has no dependency changes

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


## [Omni 0.40.2](https://github.com/siderolabs/omni/releases/tag/v0.40.2) (2024-08-08)

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

pre_release = false
previous = "v0.40.1"
previous = "v0.40.2"
2 changes: 1 addition & 1 deletion internal/version/data/tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.40.2
v0.40.3

0 comments on commit b3c8841

Please sign in to comment.