Skip to content

Commit 5bf8ac2

Browse files
committed
release(v0.43.3): prepare release
This is the official v0.43.3 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 63d5723 commit 5bf8ac2

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## [Omni 0.43.3](https://github.com/siderolabs/omni/releases/tag/v0.43.3) (2024-10-25)
2+
3+
Welcome to the v0.43.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+
* Artem Chernyshev
13+
14+
### Changes
15+
<details><summary>2 commits</summary>
16+
<p>
17+
18+
* [`bf5776e`](https://github.com/siderolabs/omni/commit/bf5776ec83b88c4c14e4a57e05b11142ccd5bc12) release(v0.43.3): prepare release
19+
* [`63d5723`](https://github.com/siderolabs/omni/commit/63d57238ac682aa674930747228e1498349a4943) fix: remove `MaintenanceConfigPatchController` finalizers
20+
</p>
21+
</details>
22+
23+
### Dependency Changes
24+
25+
This release has no dependency changes
26+
27+
Previous release can be found at [v0.43.2](https://github.com/siderolabs/omni/releases/tag/v0.43.2)
28+
129
## [Omni 0.43.2](https://github.com/siderolabs/omni/releases/tag/v0.43.2) (2024-10-25)
230

331
Welcome to the v0.43.2 release of Omni!

hack/release.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +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.43.1"
10-
9+
previous = "v0.43.2"

internal/version/data/tag

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

0 commit comments

Comments
 (0)