Skip to content

Commit 560ae46

Browse files
committed
release(v1.7.2): prepare release
This is the official v1.7.2 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 8b80caf commit 560ae46

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
## [Talos System Extensions 1.7.2](https://github.com/siderolabs/extensions/releases/tag/v1.7.2) (2024-05-17)
2+
3+
Welcome to the v1.7.2 release of Talos System Extensions!
4+
5+
See [Talos Linux documentation](https://www.talos.dev/v1.7/talos-guides/configuration/system-extensions/) for information on using system extensions.
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/extensions/issues.
9+
10+
### Component Updates
11+
12+
ZFS: 2.2.4
13+
Intel microcode: 20240514
14+
15+
16+
### Contributors
17+
18+
* Andrey Smirnov
19+
* Bernard Gütermann
20+
21+
### Changes
22+
<details><summary>3 commits</summary>
23+
<p>
24+
25+
* [`8b80caf`](https://github.com/siderolabs/extensions/commit/8b80caf75bb5729a80beda56a7c1ae6ad37fba40) feat: update Intel u-code to 20240514
26+
* [`ab465a5`](https://github.com/siderolabs/extensions/commit/ab465a56ba18559b9bc4a063d68ca93800cc0f3f) fix: extension name in manifests
27+
* [`4999171`](https://github.com/siderolabs/extensions/commit/499917104c9ed3eb974ea31bd5a5270eaab7f4fb) feat: update zfs extension to v2.2.4
28+
</p>
29+
</details>
30+
31+
### Dependency Changes
32+
33+
This release has no dependency changes
34+
35+
Previous release can be found at [v1.7.1](https://github.com/siderolabs/extensions/releases/tag/v1.7.1)
36+
137
## [Talos System Extensions 1.7.1](https://github.com/siderolabs/extensions/releases/tag/v1.7.1) (2024-05-01)
238

339
Welcome to the v1.7.1 release of Talos System Extensions!

hack/release.toml

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

88
# previous release
9-
previous = "v1.7.0"
9+
previous = "v1.7.1"
1010

1111
pre_release = false
1212

0 commit comments

Comments
 (0)