Skip to content

Commit 12bf74e

Browse files
committed
release(v1.9.5): prepare release
This is the official v1.9.5 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent e87ec97 commit 12bf74e

File tree

2 files changed

+35
-3
lines changed

2 files changed

+35
-3
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## [Talos System Extensions 1.9.5](https://github.com/siderolabs/extensions/releases/tag/v1.9.5) (2025-03-12)
2+
3+
Welcome to the v1.9.5 release of Talos System Extensions!
4+
5+
See [Talos Linux documentation](https://www.talos.dev/v1.9/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+
Linux Firmware: 20250211
13+
14+
15+
### Contributors
16+
17+
* Andrey Smirnov
18+
19+
### Changes
20+
<details><summary>2 commits</summary>
21+
<p>
22+
23+
* [`e87ec97`](https://github.com/siderolabs/extensions/commit/e87ec97c0f8b8e3a4b8181a9316d95c8e8316a6f) feat: update qlogic firmware for qla2xxx
24+
* [`335fc7a`](https://github.com/siderolabs/extensions/commit/335fc7a1661e8f47ccd285cdeb94f5a45a947205) feat: update pkgs
25+
</p>
26+
</details>
27+
28+
### Dependency Changes
29+
30+
This release has no dependency changes
31+
32+
Previous release can be found at [v1.9.4](https://github.com/siderolabs/extensions/releases/tag/v1.9.4)
33+
134
## [Talos System Extensions 1.9.4](https://github.com/siderolabs/extensions/releases/tag/v1.9.4) (2025-02-13)
235

336
Welcome to the v1.9.4 release of Talos System Extensions!

hack/release.toml

Lines changed: 2 additions & 3 deletions
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.9.3"
9+
previous = "v1.9.4"
1010

1111
pre_release = false
1212

@@ -19,8 +19,7 @@ See [Talos Linux documentation](https://www.talos.dev/v1.9/talos-guides/configur
1919
[notes.updates]
2020
title = "Component Updates"
2121
description = """\
22-
vmtoolsd: v1.0.0
23-
Intel u-code: 20250211
22+
Linux Firmware: 20250211
2423
"""
2524

2625
[make_deps]

0 commit comments

Comments
 (0)