Skip to content

Commit cca830e

Browse files
committed
release(v1.5.0-alpha.2): prepare release
This is the official v1.5.0-alpha.2 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 44b53b8 commit cca830e

File tree

2 files changed

+76
-1
lines changed

2 files changed

+76
-1
lines changed

CHANGELOG.md

+75
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,78 @@
1+
## [Talos System Extensions 1.5.0-alpha.2](https://github.com/siderolabs/extensions/releases/tag/v1.5.0-alpha.2) (2023-07-20)
2+
3+
Welcome to the v1.5.0-alpha.2 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.5/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+
### QEMU Guest Agent
12+
13+
QEMU Guest Agent is now supported as Talos System Extension. Requires Talos v1.5.0 or later.
14+
15+
16+
### Tailscale
17+
18+
Tailscale is now supported as Talos System Extension. Requires Talos v1.5.0 or later.
19+
20+
21+
### Component Updates
22+
23+
* Linux firmware: 20230625
24+
* DRBD: 9.2.4
25+
* Intel ucode: 20230613
26+
* Open iSCSI: 2.1.9
27+
28+
29+
### Contributors
30+
31+
* Andrey Smirnov
32+
* Noel Georgi
33+
* Markus Reiter
34+
* Roee Klinger
35+
* beau trepp
36+
37+
### Changes
38+
<details><summary>13 commits</summary>
39+
<p>
40+
41+
* [`44b53b8`](https://github.com/siderolabs/extensions/commit/44b53b8da53fa25646612ca32944089fc166597e) fix: ci blob upload
42+
* [`6366b17`](https://github.com/siderolabs/extensions/commit/6366b171c75e678a4acf5dd791a4e906ed3ccf04) chore: use machined for shutdown calls
43+
* [`048de33`](https://github.com/siderolabs/extensions/commit/048de338160553383e9e202478281ba14e7355bc) chore: bump dependencies
44+
* [`b98fed7`](https://github.com/siderolabs/extensions/commit/b98fed77b3a9b7891c82a89fe94ce7cd6dc455fc) fix: use correct exit status in `nut-client` patch
45+
* [`1934a5b`](https://github.com/siderolabs/extensions/commit/1934a5b12bfad6915bb8ff7f02c82ce6448c09ce) feat: add `qemu-guest-agent` extension
46+
* [`6c502e1`](https://github.com/siderolabs/extensions/commit/6c502e1095448178b7ff04ebb97cde12fc9b6be8) feat: tailscale extension
47+
* [`30f24da`](https://github.com/siderolabs/extensions/commit/30f24da0ce678b08705fbb9d95b85e44a5f1a353) release(v1.5.0-alpha.1): prepare release
48+
* [`cfee4f6`](https://github.com/siderolabs/extensions/commit/cfee4f6d14c1130496bfdc1baa3c9b4d4958c9bf) chore: bump deps
49+
* [`e814607`](https://github.com/siderolabs/extensions/commit/e8146076896e0b370ce1e1cb02d97d7dd559b0b9) docs: remove the belkin_sa from readme
50+
* [`4cee34c`](https://github.com/siderolabs/extensions/commit/4cee34c5859e17264f899717bf843bbdccff4a4e) feat: add usb modem drivers
51+
* [`f05c997`](https://github.com/siderolabs/extensions/commit/f05c9975c92a15c36f11dce87d05ffa0d7164e10) release(v1.5.0-alpha.0): prepare release
52+
* [`0855dd7`](https://github.com/siderolabs/extensions/commit/0855dd71e7831c51ded46192845a85f4ba019c41) chore: bump dependencies
53+
* [`c06874c`](https://github.com/siderolabs/extensions/commit/c06874c102fe9fc6ceb93a48be77434194f8940c) chore: add make targets to automate image signing
54+
</p>
55+
</details>
56+
57+
### Changes since v1.5.0-alpha.1
58+
<details><summary>6 commits</summary>
59+
<p>
60+
61+
* [`44b53b8`](https://github.com/siderolabs/extensions/commit/44b53b8da53fa25646612ca32944089fc166597e) fix: ci blob upload
62+
* [`6366b17`](https://github.com/siderolabs/extensions/commit/6366b171c75e678a4acf5dd791a4e906ed3ccf04) chore: use machined for shutdown calls
63+
* [`048de33`](https://github.com/siderolabs/extensions/commit/048de338160553383e9e202478281ba14e7355bc) chore: bump dependencies
64+
* [`b98fed7`](https://github.com/siderolabs/extensions/commit/b98fed77b3a9b7891c82a89fe94ce7cd6dc455fc) fix: use correct exit status in `nut-client` patch
65+
* [`1934a5b`](https://github.com/siderolabs/extensions/commit/1934a5b12bfad6915bb8ff7f02c82ce6448c09ce) feat: add `qemu-guest-agent` extension
66+
* [`6c502e1`](https://github.com/siderolabs/extensions/commit/6c502e1095448178b7ff04ebb97cde12fc9b6be8) feat: tailscale extension
67+
</p>
68+
</details>
69+
70+
### Dependency Changes
71+
72+
This release has no dependency changes
73+
74+
Previous release can be found at [v1.4.0](https://github.com/siderolabs/extensions/releases/tag/v1.4.0)
75+
176
## [Talos System Extensions 1.5.0-alpha.1](https://github.com/siderolabs/extensions/releases/tag/v1.5.0-alpha.1) (2023-06-22)
277

378
Welcome to the v1.5.0-alpha.1 release of Talos System Extensions!

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif
1818

1919
# keep in sync with Pkgfile
2020
BLDR_RELEASE ?= v0.2.0
21-
PKGS ?= v1.5.0-alpha.0-31-g43451e6
21+
PKGS ?= v1.5.0-alpha.0-37-gd0eaedc
2222

2323
BUILD := docker buildx build
2424
PLATFORM ?= linux/amd64,linux/arm64

0 commit comments

Comments
 (0)