Skip to content

Commit 0b0fc10

Browse files
committed
release(v1.7.0-beta.1): prepare release
This is the official v1.7.0-beta.1 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent a881eef commit 0b0fc10

File tree

3 files changed

+117
-4
lines changed

3 files changed

+117
-4
lines changed

.kres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
- name: EXTENSIONS_IMAGE_REF
5454
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
5555
- name: PKGS
56-
defaultValue: v1.7.0-2-g6101299
56+
defaultValue: v1.7.0-5-gb7f1920
5757
- name: PKGS_PREFIX
5858
defaultValue: ghcr.io/siderolabs
5959
useBldrPkgTagResolver: true

CHANGELOG.md

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,118 @@ Xen guest agent extension is now available. This removes the previous `xe-guest-
3333
See [this](https://github.com/xenserver/xe-guest-utilities/issues/118) for more info.
3434

3535

36+
### Contributors
37+
38+
* Andrey Smirnov
39+
* Noel Georgi
40+
* Artem Chernyshev
41+
* Anthony ARNAUD
42+
* Damir Nugmanov
43+
* Eddie Garcia
44+
* Fabiano Fidêncio
45+
* Jacob McSwain
46+
* Miguel Angel Jaimes Linares
47+
* Nathan Lee
48+
* Saiyam Pathak
49+
* Sven Pfennig
50+
* Victor Seva
51+
* j3rwin
52+
53+
### Changes
54+
<details><summary>38 commits</summary>
55+
<p>
56+
57+
* [`a881eef`](https://github.com/siderolabs/extensions/commit/a881eef087d219a28bb8c845e311ae2065e1b77d) release(v1.7.0-beta.1): prepare release
58+
* [`4e21d26`](https://github.com/siderolabs/extensions/commit/4e21d2648adc0843073449751c8642d177f2ffc1) feat: add spin wasm runtime
59+
* [`4a7c83d`](https://github.com/siderolabs/extensions/commit/4a7c83d89d57cd338d3c475fdc1cc38789f113b8) release(v1.7.0-beta.0): prepare release
60+
* [`f1e64c2`](https://github.com/siderolabs/extensions/commit/f1e64c2b1dc327b76c98b06594f139d5e96297b2) chore: update Go to 1.22.2
61+
* [`eb36dc5`](https://github.com/siderolabs/extensions/commit/eb36dc50c3abe9119eb0f31a52959df1f14876ac) fix: vmtoolsd extension name
62+
* [`eb79cf8`](https://github.com/siderolabs/extensions/commit/eb79cf81c21e8da29c3c82334a7f1ee1a6701837) chore: bump dependencies
63+
* [`ee6d6e4`](https://github.com/siderolabs/extensions/commit/ee6d6e403987c60204d945413d0a7833d6c78608) feat: add talos-vmtoolsd extension
64+
* [`9d4f24f`](https://github.com/siderolabs/extensions/commit/9d4f24f9e7bfed35e523bd88de4cd14207c45d07) feat: update Intel CPU ucode to 20240312
65+
* [`0638039`](https://github.com/siderolabs/extensions/commit/0638039ba39dab2b8faa9638cf247a865947baf9) feat: re-enable drbd
66+
* [`d44b563`](https://github.com/siderolabs/extensions/commit/d44b56387312ae5aa8c1d79bfe581b3f6aecbe8d) release(v1.7.0-alpha.1): prepare release
67+
* [`1560ee6`](https://github.com/siderolabs/extensions/commit/1560ee6f46e88c701db478ba23f718a9c8352bd1) chore: drop Drone requests for resources
68+
* [`1459bc7`](https://github.com/siderolabs/extensions/commit/1459bc77271f5b0cc3cd90ec6c995fd1fd914be8) feat: update dependencies
69+
* [`e5488bd`](https://github.com/siderolabs/extensions/commit/e5488bdcd36068d9a91be060ecdcbb78ca17d5bf) feat: add the new rust-based xen-guest-agent as extension
70+
* [`ee6071c`](https://github.com/siderolabs/extensions/commit/ee6071ca7c8c9f38c3faacd872099d029ff6b87b) fix: glib build
71+
* [`ba40f6e`](https://github.com/siderolabs/extensions/commit/ba40f6e50846def5b0620f562fc48eb111894389) feat: update Go to 1.22.1, update releases
72+
* [`884722f`](https://github.com/siderolabs/extensions/commit/884722fdd2f2169e7ebe0e6bbad2dacb96826946) test: add gvisor-debug extension
73+
* [`0cf50cd`](https://github.com/siderolabs/extensions/commit/0cf50cdf429d4f65c07034c4e355e49076f7eaf0) feat: update gvisor to 20240212.0
74+
* [`5cb79a9`](https://github.com/siderolabs/extensions/commit/5cb79a9c29faa28b46770c692b54c01c78ec247d) feat: update pkgs, re-enable ZFS
75+
* [`ab5f8d9`](https://github.com/siderolabs/extensions/commit/ab5f8d95c770c8dc6fe23af138d1b646ea4745f5) feat: add mdmon to mdadm extension
76+
* [`9cdf805`](https://github.com/siderolabs/extensions/commit/9cdf805a5d3c5c0431a2db6f0515fe9744808232) chore: bump dependencies
77+
* [`ec1cf8c`](https://github.com/siderolabs/extensions/commit/ec1cf8c9579b6a869a6a47e574d985233379f1d5) feat: add kata-containers extension
78+
* [`97e59f8`](https://github.com/siderolabs/extensions/commit/97e59f833b77c0465460d7f5baf87359940cdf79) feat: realtek firmware
79+
* [`c677b87`](https://github.com/siderolabs/extensions/commit/c677b87c58a5768fd3e294b8c4efe9a6f51ee6f3) feat: use `ExtensionServiceConfig` document
80+
* [`fbaefd5`](https://github.com/siderolabs/extensions/commit/fbaefd573c86799d1053bb50bfb8e13a4ea0fb80) feat: add wasm runtime
81+
* [`cde1e75`](https://github.com/siderolabs/extensions/commit/cde1e7529461237eddacd67f5b3c43795dc4cf92) release(v1.7.0-alpha.0): prepare release
82+
* [`799a340`](https://github.com/siderolabs/extensions/commit/799a3403eab2e28baed1e44063c1851d72215eee) fix: set `DATABASE_PATH` for fabricmanager
83+
* [`4a93d56`](https://github.com/siderolabs/extensions/commit/4a93d56ec714b518f871c735763e7b2c5486b04b) chore: adjust extension versions (tags) to drop Talos version
84+
* [`66a1265`](https://github.com/siderolabs/extensions/commit/66a12656b2f08013d243c4e7f002faef341f73aa) feat: update extensions for Linux 6.6.x
85+
* [`0273100`](https://github.com/siderolabs/extensions/commit/0273100f77efb8263cbffa8dfa6491b7edadd7dc) fix: allow to use custom PKGS_PREFIX
86+
* [`805b20f`](https://github.com/siderolabs/extensions/commit/805b20fee819086bc13c409c8ce6d7f8e239eec8) fix: update SHAs for util-linux
87+
* [`056e5a8`](https://github.com/siderolabs/extensions/commit/056e5a831abfa2d14b90255df5b51b9ed40a5d07) chore: bump dependencies
88+
* [`5a97a46`](https://github.com/siderolabs/extensions/commit/5a97a46e24342ac7453c41578904e9c94a594da5) feat: usb video class (webcam) extension
89+
* [`411dbc2`](https://github.com/siderolabs/extensions/commit/411dbc23f4a7251dd8be939396a718399fe83f8f) fix: qemu-guest-agent not starting in maintenance mode
90+
* [`57503cc`](https://github.com/siderolabs/extensions/commit/57503ccd3bbba510401dbde67340b71eee0adfee) feat: generate extensions descriptions file as part of extensions image
91+
* [`3104df1`](https://github.com/siderolabs/extensions/commit/3104df1f68fc5edc88ff30a64e7f9258fae9ef64) feat: generate a single extensions information file for all extensions
92+
* [`32f106f`](https://github.com/siderolabs/extensions/commit/32f106f851278365320012eabacb6d6386833494) fix: zfs extension
93+
* [`7ba3b3a`](https://github.com/siderolabs/extensions/commit/7ba3b3a8b5c755aa3936804dc6d04d5173f5a115) feat: extension providing QLogic firmware
94+
* [`622ec82`](https://github.com/siderolabs/extensions/commit/622ec82db2121ea353d7bd88084e29883d446b52) chore: pull in latest pkgs
95+
</p>
96+
</details>
97+
98+
### Changes since v1.7.0-beta.0
99+
<details><summary>2 commits</summary>
100+
<p>
101+
102+
* [`a881eef`](https://github.com/siderolabs/extensions/commit/a881eef087d219a28bb8c845e311ae2065e1b77d) release(v1.7.0-beta.1): prepare release
103+
* [`4e21d26`](https://github.com/siderolabs/extensions/commit/4e21d2648adc0843073449751c8642d177f2ffc1) feat: add spin wasm runtime
104+
</p>
105+
</details>
106+
107+
### Dependency Changes
108+
109+
This release has no dependency changes
110+
111+
Previous release can be found at [v1.6.0](https://github.com/siderolabs/extensions/releases/tag/v1.6.0)
112+
113+
## [Talos System Extensions 1.7.0-beta.1](https://github.com/siderolabs/extensions/releases/tag/v1.7.0-beta.1) (2024-04-12)
114+
115+
Welcome to the v1.7.0-beta.1 release of Talos System Extensions!
116+
*This is a pre-release of Talos System Extensions*
117+
118+
See [Talos Linux documentation](https://www.talos.dev/v1.7/talos-guides/configuration/system-extensions/) for information on using system extensions.
119+
120+
Please try out the release binaries and report any issues at
121+
https://github.com/siderolabs/extensions/issues.
122+
123+
### Component Updates
124+
125+
* ZFS: 2.2.3
126+
* Linux Firmware: 20240312
127+
* DRBD: 9.2.8
128+
* gvisor: 20240325.0
129+
* QEMU: 8.2.2
130+
* Tailscale: 1.62.1
131+
* nvidia-container-runtime: v1.14.6
132+
* libnvidia-container: v1.14.6
133+
* Intel CPU Microcode: 20240312
134+
135+
136+
### VMware Tools Daemon
137+
138+
VMware Tools Daemon extension is now available. This extension provides the VMware Tools Daemon for VMware guests.
139+
See [Talos VMToolsd](https://github.com/siderolabs/talos-vmtoolsd/) for more info.
140+
141+
142+
### Xen Guest Agent
143+
144+
Xen guest agent extension is now available. This removes the previous `xe-guest-utilities` extension.
145+
See [this](https://github.com/xenserver/xe-guest-utilities/issues/118) for more info.
146+
147+
36148
### Contributors
37149

38150
* Andrey Smirnov

Makefile

Lines changed: 4 additions & 3 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-04-04T11:27:33Z by kres latest.
3+
# Generated on 2024-04-12T14:04:32Z by kres feef5a7.
44

55
# common variables
66

@@ -9,6 +9,7 @@ TAG := $(shell git describe --tag --always --dirty --match v[0-9]\*)
99
ABBREV_TAG := $(shell git describe --tags >/dev/null 2>/dev/null && git describe --tag --always --match v[0-9]\* --abbrev=0 || echo 'undefined')
1010
BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
1111
ARTIFACTS := _out
12+
IMAGE_TAG ?= $(TAG)
1213
OPERATING_SYSTEM := $(shell uname -s | tr '[:upper:]' '[:lower:]')
1314
GOARCH := $(shell uname -m | tr '[:upper:]' '[:lower:]')
1415

@@ -51,7 +52,7 @@ COMMON_ARGS += --build-arg=PKGS_PREFIX="$(PKGS_PREFIX)"
5152
# extra variables
5253

5354
EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
54-
PKGS ?= v1.7.0-2-g6101299
55+
PKGS ?= v1.7.0-5-gb7f1920
5556
PKGS_PREFIX ?= ghcr.io/siderolabs
5657

5758
# targets defines all the available targets
@@ -140,7 +141,7 @@ If you already have a compatible builder instance, you may use that instead.
140141
## Artifacts
141142

142143
All artifacts will be output to ./$(ARTIFACTS). Images will be tagged with the
143-
registry "$(REGISTRY)", username "$(USERNAME)", and a dynamic tag (e.g. $(IMAGE):$(TAG)).
144+
registry "$(REGISTRY)", username "$(USERNAME)", and a dynamic tag (e.g. $(IMAGE):$(IMAGE_TAG)).
144145
The registry and username can be overridden by exporting REGISTRY, and USERNAME
145146
respectively.
146147

0 commit comments

Comments
 (0)