Skip to content

Commit ba06836

Browse files
committed
release(v0.10.2): prepare release
This is the official v0.10.2 release. Signed-off-by: Oguz Kilcan <oguz.kilcan@siderolabs.com>
1 parent dc42fb6 commit ba06836

3 files changed

Lines changed: 31 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## [omni-infra-provider-bare-metal 0.10.2](https://github.com/siderolabs/omni-infra-provider-bare-metal/releases/tag/v0.10.2) (2026-07-02)
2+
3+
Welcome to the v0.10.2 release of omni-infra-provider-bare-metal!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/omni-infra-provider-bare-metal/issues.
9+
10+
### Contributors
11+
12+
* Oguz Kilcan
13+
14+
### Changes
15+
<details><summary>3 commits</summary>
16+
<p>
17+
18+
* [`dc42fb6`](https://github.com/siderolabs/omni-infra-provider-bare-metal/commit/dc42fb6fc93a2245741bf0cc4c1306e0debf528f) fix: don't stall boot.ipxe requests when many nodes PXE boot at once
19+
* [`37cae94`](https://github.com/siderolabs/omni-infra-provider-bare-metal/commit/37cae94841a1bcfb400a274924f9d6831d41217a) chore: rekres
20+
* [`16fad8a`](https://github.com/siderolabs/omni-infra-provider-bare-metal/commit/16fad8a23e954865be9820d1ba1412114546ff27) test: download omnictl from the /api/omnictl/ path
21+
</p>
22+
</details>
23+
24+
### Dependency Changes
25+
26+
This release has no dependency changes
27+
28+
Previous release can be found at [v0.10.1](https://github.com/siderolabs/omni-infra-provider-bare-metal/releases/tag/v0.10.1)
29+
130
## [omni-infra-provider-bare-metal 0.10.1](https://github.com/siderolabs/omni-infra-provider-bare-metal/releases/tag/v0.10.1) (2026-05-27)
231

332
Welcome to the v0.10.1 release of omni-infra-provider-bare-metal!

hack/release.toml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,5 @@ project_name = "omni-infra-provider-bare-metal"
55
github_repo = "siderolabs/omni-infra-provider-bare-metal"
66
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"
77

8-
previous = "v0.9.0"
8+
previous = "v0.10.1"
99
pre_release = false
10-
11-
[notes.talos-v1-13]
12-
title = "Talos v1.13.0"
13-
description = """\
14-
This release updates the dependency on Talos to v1.13.0.
15-
"""
16-
17-
[notes.power-off-support]
18-
title = "Machine Power-Off Support"
19-
description = """\
20-
The provider now honors power-off requests from Omni. \
21-
When Omni requests a machine to be powered off, the provider acknowledges the request and avoids automatically powering the machine back on due to cluster allocation. \
22-
The request is honored until the machine goes through a deallocation cycle, at which point it is considered stale and the provider resumes normal power management. \
23-
The provider also reports the currently honored request back to Omni, allowing Omni to distinguish intentional power-off from unexpected disconnects.
24-
"""

internal/version/data/tag

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

0 commit comments

Comments
 (0)