Skip to content

Commit d3881c5

Browse files
committed
release(v0.1.0-alpha.1): prepare release
This is the official v0.1.0-alpha.1 release. Signed-off-by: Fritz Schaal <[email protected]>
1 parent 7dc899d commit d3881c5

File tree

2 files changed

+34
-3
lines changed

2 files changed

+34
-3
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## [omni-infra-provider-libvirt 0.1.0-alpha.1](https://github.com/siderolabs/omni-infra-provider-libvirt/releases/tag/v0.1.0-alpha.1) (2025-11-18)
2+
3+
Welcome to the v0.1.0-alpha.1 release of omni-infra-provider-libvirt!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/omni-infra-provider-libvirt/issues.
9+
10+
### Contributors
11+
12+
* Andrew Longwill
13+
* Fritz Schaal
14+
* fsgh42
15+
16+
### Changes
17+
<details><summary>3 commits</summary>
18+
<p>
19+
20+
* [`7dc899d`](https://github.com/siderolabs/omni-infra-provider-libvirt/commit/7dc899dcef8fd1f6087981e2e0e8c71fff47f4c2) chore: rekres repo
21+
* [`2fbd816`](https://github.com/siderolabs/omni-infra-provider-libvirt/commit/2fbd8166ea9e3dea8a6ac57e773741da760a3b51) chore: add support for darwin
22+
* [`b6583a4`](https://github.com/siderolabs/omni-infra-provider-libvirt/commit/b6583a4aeda4aacfee6a013ddd325acc4d22a35a) docs: add documentation on how to use libvirt socket
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.1.0-alpha.0](https://github.com/siderolabs/omni-infra-provider-libvirt/releases/tag/v0.1.0-alpha.0)
31+
132
## [ 0.1.0-alpha.0](https://github.com///releases/tag/v0.1.0-alpha.0) (2025-10-31)
233

334
Welcome to the v0.1.0-alpha.0 release of !

hack/release.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# commit to be tagged for the new release
22
commit = "HEAD"
33

4-
project_name = ""
5-
github_repo = "/"
4+
project_name = "omni-infra-provider-libvirt"
5+
github_repo = "siderolabs/omni-infra-provider-libvirt"
66
match_deps = "^github.com/(/[a-zA-Z0-9-]+)$"
77

8-
# previous = -
8+
previous = 'v0.1.0-alpha.0'
99
# pre_release = true
1010

1111
# [notes]

0 commit comments

Comments
 (0)