Skip to content

Commit f1acdbd

Browse files
committed
release(v0.48.3): prepare release
This is the official v0.48.3 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 7e57fb8 commit f1acdbd

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-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.48.3](https://github.com/siderolabs/omni/releases/tag/v0.48.3) (2025-04-16)
2+
3+
Welcome to the v0.48.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+
* [`7e57fb87`](https://github.com/siderolabs/omni/commit/7e57fb87bf44721da77a8d557942f39f84774f72) fix: properly skip the contract config patch removal migration
19+
* [`4e008955`](https://github.com/siderolabs/omni/commit/4e0089550f43e2e888bfbf981ee73c1b1b4bf945) fix: add annotations on the `ClusterMachines` to force enable features
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.48.2](https://github.com/siderolabs/omni/releases/tag/v0.48.2)
28+
129
## [Omni 0.48.2](https://github.com/siderolabs/omni/releases/tag/v0.48.2) (2025-04-15)
230

331
Welcome to the v0.48.2 release of Omni!

hack/release.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project_name = "Omni"
55
github_repo = "siderolabs/omni"
66
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77

8-
pre_release = true
9-
previous = "v0.48.1"
8+
pre_release = false
9+
previous = "v0.48.2"
1010

1111
[notes]

internal/version/data/tag

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

0 commit comments

Comments
 (0)