File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 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
339Welcome to the v1.7.1 release of Talos System Extensions!
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ github_repo = "siderolabs/extensions"
66match_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
1111pre_release = false
1212
You can’t perform that action at this time.
0 commit comments