Skip to content

Commit c204c7f

Browse files
committed
release(v0.8.1): prepare release
This is the official v0.8.1 release. Signed-off-by: Noel Georgi <[email protected]>
1 parent f0226d9 commit c204c7f

File tree

2 files changed

+31
-7
lines changed

2 files changed

+31
-7
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## [terraform-provider-talos 0.8.1](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.8.1) (2025-05-15)
2+
3+
Welcome to the v0.8.1 release of terraform-provider-talos!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/terraform-provider-talos/issues.
9+
10+
### Contributors
11+
12+
* Noel Georgi
13+
* obvionaoe
14+
15+
### Changes
16+
<details><summary>3 commits</summary>
17+
<p>
18+
19+
* [`f0226d9`](https://github.com/siderolabs/terraform-provider-talos/commit/f0226d9c43359eb90ebce665038b931feb9f9a71) chore: conform: support more than one commit
20+
* [`5435b72`](https://github.com/siderolabs/terraform-provider-talos/commit/5435b7228c216018ae057323b1506b887b407a0c) fix: allow talos_version to be used without a `v` prefix
21+
* [`65471d6`](https://github.com/siderolabs/terraform-provider-talos/commit/65471d692eacf35a281e0cc94ad87787b5338d45) fix: factory installer urls
22+
</p>
23+
</details>
24+
25+
### Dependency Changes
26+
27+
This release has no dependency changes
28+
29+
Previous release can be found at [v0.8.0](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.8.0)
30+
131
## [terraform-provider-talos 0.8.0](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.8.0) (2025-05-01)
232

333
Welcome to the v0.8.0 release of terraform-provider-talos!

hack/release.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@ project_name = "terraform-provider-talos"
55
github_repo = "siderolabs/terraform-provider-talos"
66
ignore_deps = ["google.golang.org/grpc"]
77

8-
previous = "v0.7.1"
8+
previous = "v0.8.0"
99
pre_release = false
1010

1111
[notes]
12-
13-
[notes.updates]
14-
title = "Component Updates"
15-
description = """\
16-
Talos sdk: v1.10.0
17-
"""

0 commit comments

Comments
 (0)