Skip to content

Commit 561a31b

Browse files
committed
release(v0.48.2): prepare release
This is the official v0.48.2 release. Signed-off-by: Utku Ozdemir <[email protected]>
1 parent 751d6f3 commit 561a31b

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## [Omni 0.48.2](https://github.com/siderolabs/omni/releases/tag/v0.48.2) (2025-04-15)
2+
3+
Welcome to the v0.48.2 release of Omni!
4+
*This is a pre-release of Omni*
5+
6+
7+
8+
Please try out the release binaries and report any issues at
9+
https://github.com/siderolabs/omni/issues.
10+
11+
### Contributors
12+
13+
* Andrey Smirnov
14+
* Utku Ozdemir
15+
16+
### Changes
17+
<details><summary>3 commits</summary>
18+
<p>
19+
20+
* [`751d6f3`](https://github.com/siderolabs/omni/commit/751d6f3853b84cab8df74de6e5919f9e371db0fc) fix: use correct version contract for machine config generation
21+
* [`ced66e5`](https://github.com/siderolabs/omni/commit/ced66e5af4dc32409dc6f4b8f09fb4ddf48e8bb4) fix: create config patches to prevent reboot on version contract revert
22+
* [`6b5f315`](https://github.com/siderolabs/omni/commit/6b5f3151b476db856eb76882be4f7bb5014cdf4e) fix: config patch cleanup
23+
</p>
24+
</details>
25+
26+
### Dependency Changes
27+
28+
This release has no dependency changes
29+
30+
Previous release can be found at [v0.48.1](https://github.com/siderolabs/omni/releases/tag/v0.48.1)
31+
132
## [Omni 0.48.1](https://github.com/siderolabs/omni/releases/tag/v0.48.1) (2025-04-11)
233

334
Welcome to the v0.48.1 release of Omni!

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ github_repo = "siderolabs/omni"
66
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77

88
pre_release = true
9-
previous = "v0.48.0"
9+
previous = "v0.48.1"
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.1
1+
v0.48.2

0 commit comments

Comments
 (0)