Skip to content

Commit 796c40f

Browse files
committed
release(v1.10.0-alpha.0): prepare release
This is the official v1.10.0-alpha.0 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 1f8bd59 commit 796c40f

File tree

3 files changed

+57
-3
lines changed

3 files changed

+57
-3
lines changed

.kres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
- name: EXTENSIONS_IMAGE_REF
6666
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
6767
- name: PKGS
68-
defaultValue: v1.10.0-alpha.0-12-g28c909d
68+
defaultValue: v1.10.0-alpha.0-16-g9051c9a
6969
- name: PKGS_PREFIX
7070
defaultValue: ghcr.io/siderolabs
7171
useBldrPkgTagResolver: true

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
## [Talos System Extensions 1.10.0-alpha.0](https://github.com/siderolabs/extensions/releases/tag/v1.10.0-alpha.0) (2024-12-23)
2+
3+
Welcome to the v1.10.0-alpha.0 release of Talos System Extensions!
4+
*This is a pre-release of Talos System Extensions*
5+
6+
See [Talos Linux documentation](https://www.talos.dev/v1.10/talos-guides/configuration/system-extensions/) for information on using system extensions.
7+
8+
Please try out the release binaries and report any issues at
9+
https://github.com/siderolabs/extensions/issues.
10+
11+
### Component Updates
12+
13+
Linux Firmware: 20241210
14+
15+
16+
### Contributors
17+
18+
* Noel Georgi
19+
* Andrey Smirnov
20+
* Maxime NARBAUD
21+
* Utku Ozdemir
22+
* Devin Buhl
23+
* Skyler Mäntysaari
24+
* Tom Zaspel
25+
* Will Glynn
26+
* Yevhen Kolomeiko
27+
28+
### Changes
29+
<details><summary>14 commits</summary>
30+
<p>
31+
32+
* [`1f8bd59`](https://github.com/siderolabs/extensions/commit/1f8bd594049748f125d6d9f8cb52438f58d2eeaf) docs: correct typo
33+
* [`01771bc`](https://github.com/siderolabs/extensions/commit/01771bc305edb2de05c83e80bae1bf5acccd25c6) chore: rekres to simplify `.kres.yaml` defaults
34+
* [`cc467e8`](https://github.com/siderolabs/extensions/commit/cc467e806a5c9eafdf264915eef3eb9bfae2f045) feat: update Linux firmware to 20241210
35+
* [`266346b`](https://github.com/siderolabs/extensions/commit/266346b7142d99670b9f0be2115e462f8490f7cb) chore: rekres for renovate changes
36+
* [`e2b1497`](https://github.com/siderolabs/extensions/commit/e2b149733ebb93023da96551bf286b1e44ac2d0f) fix: nvidia-fabricmanager production
37+
* [`b449434`](https://github.com/siderolabs/extensions/commit/b44943495bc79a1b32a9c232d6c8891a38bab808) fix: add gsc_proxy/mei_gsc_proxy to mei modules
38+
* [`434bd5f`](https://github.com/siderolabs/extensions/commit/434bd5fb78b7bd5b235bd8d3227a5e90bfdbfcd2) fix: use cloudflared release binaries
39+
* [`68c9650`](https://github.com/siderolabs/extensions/commit/68c9650d20da7217986ca91820589236e8c6e64d) chore: bump metal agent version
40+
* [`c7dcaaa`](https://github.com/siderolabs/extensions/commit/c7dcaaa6130a273aac2380a76fee241fb400704c) feat: update ZFS in extensions to 2.2.7
41+
* [`1dd6c36`](https://github.com/siderolabs/extensions/commit/1dd6c364b8aae54a891ef1b371417e4b6b263030) feat: add cloudflared system extension
42+
* [`43efd87`](https://github.com/siderolabs/extensions/commit/43efd87cb106fd9b062ef4ad4f7831eaf7b4fe09) docs: update README.md
43+
* [`ea263ae`](https://github.com/siderolabs/extensions/commit/ea263ae1601e4bf8361119bb68808ed680b2b30d) feat: add dvb-cx23885 extension
44+
* [`4462437`](https://github.com/siderolabs/extensions/commit/44624377575bfecc103dc10a691524a5e2f050d2) docs: replace last command to show the mount
45+
* [`778d80c`](https://github.com/siderolabs/extensions/commit/778d80cd9a9c2be343f5113af722619631334656) feat: set PATH variable in metal-agent
46+
</p>
47+
</details>
48+
49+
### Dependency Changes
50+
51+
This release has no dependency changes
52+
53+
Previous release can be found at [v1.9.0](https://github.com/siderolabs/extensions/releases/tag/v1.9.0)
54+
155
## [Talos System Extensions 1.9.0-alpha.3](https://github.com/siderolabs/extensions/releases/tag/v1.9.0-alpha.3) (2024-11-25)
256

357
Welcome to the v1.9.0-alpha.3 release of Talos System Extensions!

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2024-12-18T10:49:19Z by kres b9507d6.
3+
# Generated on 2024-12-23T11:00:32Z by kres fcff05e.
44

55
# common variables
66

@@ -50,7 +50,7 @@ COMMON_ARGS += --build-arg=PKGS_PREFIX="$(PKGS_PREFIX)"
5050
# extra variables
5151

5252
EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
53-
PKGS ?= v1.10.0-alpha.0-12-g28c909d
53+
PKGS ?= v1.10.0-alpha.0-16-g9051c9a
5454
PKGS_PREFIX ?= ghcr.io/siderolabs
5555

5656
# targets defines all the available targets

0 commit comments

Comments
 (0)