Skip to content

Commit b4aa518

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 bd85bd5 commit b4aa518

File tree

11 files changed

+192
-24
lines changed

11 files changed

+192
-24
lines changed

Diff for: .conform.yaml

+2-2
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-07-05T14:59:05Z by kres 8c8b007.
3+
# Generated on 2024-12-23T10:52:04Z by kres fcff05e.
44

55
policies:
66
- type: commit
@@ -39,7 +39,7 @@ policies:
3939
- kernel
4040
- security
4141
- ci
42-
- ^v1.9
42+
- ^v1.10
4343
- type: license
4444
spec:
4545
skipPaths:

Diff for: .github/renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"description": "THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.\n\nGenerated on 2024-12-16T18:02:24Z by kres 318187b.\n\n",
3+
"description": "THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.",
44
"prHeader": "Update Request | Renovate Bot",
55
"extends": [
66
":dependencyDashboard",

Diff for: .kres.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- kernel
3030
- security
3131
- ci
32-
- ^v1.9
32+
- ^v1.10
3333
licenseChecks:
3434
- skipPaths:
3535
- .git/

Diff for: CHANGELOG.md

+165
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,168 @@
1+
## [Talos 1.10.0-alpha.0](https://github.com/siderolabs/talos/releases/tag/v1.10.0-alpha.0) (2024-12-23)
2+
3+
Welcome to the v1.10.0-alpha.0 release of Talos!
4+
*This is a pre-release of Talos*
5+
6+
7+
8+
Please try out the release binaries and report any issues at
9+
https://github.com/siderolabs/talos/issues.
10+
11+
### cgroups v1
12+
13+
Talos Linux no longer supports `cgroupsv1` when running in non-container mode.
14+
The kernel argument `talos.unified_cgroup_hierarchy` is now ignored.
15+
16+
17+
### Driver Rebind
18+
19+
Talos 1.10 now supports a new machine config document named `PCIDriverRebindConfig` that allows rebinding the driver of a PCI device to a different target driver.
20+
See the [documentation](https://www.talos.dev/v1.10/reference/configuration/hardware/pcidriverrebindconfig/) for more information.
21+
22+
23+
### Component Updates
24+
25+
* Linux: 6.12.6
26+
* CNI plugins: 1.6.1
27+
28+
Talos is built with Go 1.23.4.
29+
30+
31+
### Contributors
32+
33+
* Andrey Smirnov
34+
* Noel Georgi
35+
* Dmitriy Matrenichev
36+
* Dmitry Sharshakov
37+
* Nico Berlee
38+
* Utku Ozdemir
39+
* Alexis La Goutte
40+
* Andrew Symington
41+
* Christian Luetke-Stetzkamp
42+
* Devin Buhl
43+
* Justin Garrison
44+
* KillianCdP
45+
* Marcel Hamer
46+
* PRIHLOP
47+
* Skyler Mäntysaari
48+
* Tine Jozelj
49+
* sflotat2607
50+
51+
### Changes
52+
<details><summary>63 commits</summary>
53+
<p>
54+
55+
* [`bd85bd5b7`](https://github.com/siderolabs/talos/commit/bd85bd5b731463a42b7c82c66e9add251a280d26) fix: fix `Failed to initialize SELinux labeling handle` udev error
56+
* [`73c82e3e5`](https://github.com/siderolabs/talos/commit/73c82e3e5625ec1899f93312a671dfe6dffaea61) feat: bring Linux 6.12.6, CNI plugins 1.6.1
57+
* [`c12b52491`](https://github.com/siderolabs/talos/commit/c12b52491456d1e52204eb290d0686a317358c7c) docs: document Kubernetes service registry incompat with K8s 1.32
58+
* [`a5660ed77`](https://github.com/siderolabs/talos/commit/a5660ed778108843fe15b2b1582dd6556cf52b6c) feat: pcirebind controller
59+
* [`4c3261626`](https://github.com/siderolabs/talos/commit/4c3261626fa3f5ac36df71ec878f103a7c85c5c5) docs: fix several typos
60+
* [`fb3675321`](https://github.com/siderolabs/talos/commit/fb36753216cba7740040f2ec117c783221f66192) fix: dashboard crash on CPU data
61+
* [`dec0185c8`](https://github.com/siderolabs/talos/commit/dec0185c8505a7d43244fdb01f7a5decc77d116d) chore: reduce memory usage for secureboot functions
62+
* [`cee6c60a0`](https://github.com/siderolabs/talos/commit/cee6c60a0fc301b22c50fdf8bd2fc1d2b7ba3d54) fix: make talosctl time work with PTP time sync
63+
* [`f75604313`](https://github.com/siderolabs/talos/commit/f75604313d535180c38b33df53253ad4acba2ec1) chore: support gcr.io auth for cache and image gen
64+
* [`6ef2596da`](https://github.com/siderolabs/talos/commit/6ef2596da7b7e8be90e5b981621461352be7b134) docs: improve Hetzner documentation
65+
* [`7d39b9ec2`](https://github.com/siderolabs/talos/commit/7d39b9ec2bdd7883116626bf889c1331717f8438) feat: remove cgroupsv1 in non-container mode
66+
* [`8003536c7`](https://github.com/siderolabs/talos/commit/8003536c7ca20356adcd900e64463bd166d445af) fix: restore previous disk serial fetching
67+
* [`03116ef9b`](https://github.com/siderolabs/talos/commit/03116ef9bd2a215c20a2c4c7db133dd857ce2b16) chore: prepare for Talos 1.10
68+
* [`00682fdd6`](https://github.com/siderolabs/talos/commit/00682fdd6e8fa23c6f9782840ea3e2b8ef250f66) docs: activate 1.9 docs as default
69+
* [`bea05f5c9`](https://github.com/siderolabs/talos/commit/bea05f5c9b6ce6f5d067eb357d26e30a49154b21) docs: update deploying-cilium.md
70+
* [`284ab1179`](https://github.com/siderolabs/talos/commit/284ab11794b3b076aa9ab2bb756e02292d854751) feat: support link altnames/aliases
71+
* [`5bfd829bf`](https://github.com/siderolabs/talos/commit/5bfd829bf9c8e46b6c51174be4b764d4c94b3320) docs: fix 'containter' typo
72+
* [`8d151b771`](https://github.com/siderolabs/talos/commit/8d151b771debc51d3fa40dfafc7a2e43f955a634) docs: clarify TALOSCONFIG for AWS
73+
* [`0ef19171f`](https://github.com/siderolabs/talos/commit/0ef19171f738e46346dfae71f43b8f7b47bf257d) fix: renovate typo
74+
* [`c568adc7d`](https://github.com/siderolabs/talos/commit/c568adc7dcd52c34924acc1eae849a2ca5b5a4d5) fix: renovate config
75+
* [`ec2e24fd9`](https://github.com/siderolabs/talos/commit/ec2e24fd9617db34e3bec753b5fe720670fa31a4) fix: match MAC addresses case-insensitive (nocloud)
76+
* [`41a0c440a`](https://github.com/siderolabs/talos/commit/41a0c440ad3f4de2a2ba9198d22609c55bdaf61b) chore: rekres for renovate changes
77+
* [`a49bb9ee4`](https://github.com/siderolabs/talos/commit/a49bb9ee45346268b26d3b9cff4dd017bfb9c829) feat: update Linux to 6.12.5
78+
* [`b15917ecc`](https://github.com/siderolabs/talos/commit/b15917ecc626781e13de0e84b794ab77c97b3159) chore: add more debugging logs for META and volumes
79+
* [`2b1b326f0`](https://github.com/siderolabs/talos/commit/2b1b326f08966615a5a2f8708f94e6d1355773a7) docs: mention different paths for OpenEBS
80+
* [`9470e842f`](https://github.com/siderolabs/talos/commit/9470e842fca2d7dd0dae185bff7210a8af355445) test: cleanup failed Kubernetes pods
81+
* [`c9c685150`](https://github.com/siderolabs/talos/commit/c9c6851504fcda7b66395fbbba1fbc8b0e085d4a) fix: node identity flip
82+
* [`590c01657`](https://github.com/siderolabs/talos/commit/590c0165712aee60e752766d6bd3875443c353cb) feat: update containerd to v2.0.1
83+
* [`18fa5a258`](https://github.com/siderolabs/talos/commit/18fa5a25876f41760ce8da5e918222e04b81949a) docs: update image-cache doc for iso
84+
* [`ab5bb6884`](https://github.com/siderolabs/talos/commit/ab5bb688420986a356aed55513a1dbd25de323e2) fix: generate and serve registries with port
85+
* [`58236066d`](https://github.com/siderolabs/talos/commit/58236066ddbcd7c401e945b70555ff315a2458f7) fix: support image cache on VFAT USB stick
86+
* [`e193a5071`](https://github.com/siderolabs/talos/commit/e193a507149c05e341abe019de219fe0b1bc83e3) fix: image cache integration test
87+
* [`08ee400fd`](https://github.com/siderolabs/talos/commit/08ee400fdbde368a54d6777cc31ceb91e1968ad2) test: fix flaky test NodeAddressSort
88+
* [`d45e8d1d1`](https://github.com/siderolabs/talos/commit/d45e8d1d1da28ca1b311198588d723cb491527eb) feat: update Kubernetes to 1.32.0
89+
* [`136b12912`](https://github.com/siderolabs/talos/commit/136b12912165d5eb5c7c716b7f7dfcfbc42b08d4) chore: drop semicolon for supporting vfat filesystems
90+
* [`3e9e027ef`](https://github.com/siderolabs/talos/commit/3e9e027efbd2988f72eb2da0c1ab0e83ba52b950) test: add an option to boot from an USB stick
91+
* [`ef8c3e3b3`](https://github.com/siderolabs/talos/commit/ef8c3e3b3b245f7ffefa6c19930d5a0925ce666b) docs: fix typo in multus.md
92+
* [`d54414add`](https://github.com/siderolabs/talos/commit/d54414add4e4df1b5a7b166f155cdcca512d4ee2) fix: authorization config gen
93+
* [`cce72cfe8`](https://github.com/siderolabs/talos/commit/cce72cfe86beeb7ada9641df611046f4789e3bd8) docs: replace deprecated Hetzner server plans
94+
* [`81805103d`](https://github.com/siderolabs/talos/commit/81805103deada24b12b7d7861b2df5a5c788c86b) chore: enable proper parallel usage of TestDepth
95+
* [`e1b824eba`](https://github.com/siderolabs/talos/commit/e1b824ebada3d3dad9d2793fd12b5a948d8b51b5) docs: update ceph-with-rook.md
96+
* [`470b75563`](https://github.com/siderolabs/talos/commit/470b75563add4ce5bbce312c1e3dc783e63af1fa) fix: use mtu network option for podman
97+
* [`61b1489a0`](https://github.com/siderolabs/talos/commit/61b1489a0f0868c5b7e124544520bc46badef85c) fix: order volume config by the requested size
98+
* [`bc3039acd`](https://github.com/siderolabs/talos/commit/bc3039acdbc57e6be16a1bc6555894dff2da65c9) feat: update runc to 1.2.3
99+
* [`30016a0a8`](https://github.com/siderolabs/talos/commit/30016a0a8d98d42e01c4d32acf9e600777d72d57) fix: avoid nil-pointer-panic in `RegistriesConfigController`
100+
* [`fe0457152`](https://github.com/siderolabs/talos/commit/fe045715277a4678b8e8c9632ec71e86bf17ace0) fix: power on the machine on reboot request in qemu power api
101+
* [`10da553ef`](https://github.com/siderolabs/talos/commit/10da553ef0dde5f87f09321400239baa51929a36) docs: build what's new for 1.9
102+
* [`d946ccae3`](https://github.com/siderolabs/talos/commit/d946ccae31b87559a06cb1cefcefe8f937b73d8b) feat: update Linux to 6.12.4
103+
* [`707a77bf6`](https://github.com/siderolabs/talos/commit/707a77bf64190470bf84c91cdff185981e80a31b) test: fix user namespace test, TPM2 fixes
104+
* [`c3537b2f5`](https://github.com/siderolabs/talos/commit/c3537b2f5491a890f626ba8fc47034d5059808af) feat: update Linux to 6.12.3
105+
* [`cb4d9d673`](https://github.com/siderolabs/talos/commit/cb4d9d673432e4a0fba0d87bc64fde620d991082) docs: fix a few mistakes in release notes
106+
* [`c4724fc97`](https://github.com/siderolabs/talos/commit/c4724fc97598d8764b00fb56971d997a349a92e5) chore: add integration tests for image-cache
107+
* [`07220fe7f`](https://github.com/siderolabs/talos/commit/07220fe7f5a22444f7a085f5868f628ddd912b6d) fix: install iptables-nft to the host
108+
* [`14841750b`](https://github.com/siderolabs/talos/commit/14841750bf2fc09a9de0b32a7af0dc3f76e1019a) chore: add version compatibility for Talos 1.10
109+
* [`852baf819`](https://github.com/siderolabs/talos/commit/852baf819d453a3d8d58ae9f029e280ae75e0cb1) feat: support vlan/bond in v1, vlan in v2 for nocloud
110+
* [`dd61ad861`](https://github.com/siderolabs/talos/commit/dd61ad86105c07c1ff8a101a0542af61699f0df3) fix: lock provisioning order of user disk partitions
111+
* [`d0773ff09`](https://github.com/siderolabs/talos/commit/d0773ff09df84b2dac8ecadc91023596050ce098) chore: update Go to 1.23.4
112+
* [`7d6507189`](https://github.com/siderolabs/talos/commit/7d6507189ff9a99b3b05ee9528701b65af4ad147) feat: implement new address sorting algorithm
113+
* [`9081506d6`](https://github.com/siderolabs/talos/commit/9081506d6cde26d60a29f08a090e28da501e4bd1) feat: add process scheduling options
114+
* [`77e9db4ab`](https://github.com/siderolabs/talos/commit/77e9db4abf9c9b694d60c8803b436121dfe30ccd) test: use two workers in qemu tests by default
115+
* [`5a4bdf62a`](https://github.com/siderolabs/talos/commit/5a4bdf62a9bf1387b6489eaf2c9cc0770aa0b68c) feat: update Kubernetes to 1.32.0-rc.1
116+
* [`d99bcc950`](https://github.com/siderolabs/talos/commit/d99bcc95031037f4b0990419d2ce1fd4280cbde9) chore: refactor mergeDNSServers func
117+
* [`0cde08d8b`](https://github.com/siderolabs/talos/commit/0cde08d8be1ad62c49fed148fd331ea5a212df4c) docs: add Turing RK1 docs to Single Board Computer section
118+
</p>
119+
</details>
120+
121+
### Changes from siderolabs/pkgs
122+
<details><summary>17 commits</summary>
123+
<p>
124+
125+
* [`9051c9a`](https://github.com/siderolabs/pkgs/commit/9051c9ac6f60e039c53248b52ba4ccd192e34b6b) feat: update Linux to 6.12.6
126+
* [`6695012`](https://github.com/siderolabs/pkgs/commit/6695012e8d93d28ea70fc3ba32ed90770eea4363) chore: rekres to simplify `.kres.yaml` defaults
127+
* [`611ca38`](https://github.com/siderolabs/pkgs/commit/611ca38153fece4f2b34519325fbca22d34db7a0) chore: rekres to bring renovate under kres
128+
* [`a4c4215`](https://github.com/siderolabs/pkgs/commit/a4c4215e74b68765ada0745165b2e2fb5ee508f5) fix: drop cgroupsv1 controllers
129+
* [`28c909d`](https://github.com/siderolabs/pkgs/commit/28c909ddeaf0d33e0fc6c5fdf2333a18801cf178) feat: update Linux firmware to 20241210
130+
* [`c40a9e9`](https://github.com/siderolabs/pkgs/commit/c40a9e9713b1fde14f7a967fd1be168bb905d7c9) feat: update Linux to 6.12.5
131+
* [`d54ca83`](https://github.com/siderolabs/pkgs/commit/d54ca835a8868e5df55e2d0ffe3cb0dfa82a3395) feat: update containerd to v2.0.1
132+
* [`86e3755`](https://github.com/siderolabs/pkgs/commit/86e3755deae2fc85d7e62bdcf82a54cb72fec6d5) fix: add CONFIG_INTEL_MEI_GSC_PROXY as module
133+
* [`8c31321`](https://github.com/siderolabs/pkgs/commit/8c3132135d5a0e01a9d66790b4b25c7c05e08fa5) feat: update ZFS to 2.2.7
134+
* [`605f493`](https://github.com/siderolabs/pkgs/commit/605f493abfeac79151c02a776733011f19d6c43b) feat: update runc to v1.2.3
135+
* [`1a55529`](https://github.com/siderolabs/pkgs/commit/1a555296764ab0ad83fb4eca6509bb64feff3b7b) feat: update Linux to 6.12.4
136+
* [`52ba9a5`](https://github.com/siderolabs/pkgs/commit/52ba9a57358ef37ce3e4aa4033991dc77ad17fbb) feat: update Linux 6.12.3
137+
* [`9cf35be`](https://github.com/siderolabs/pkgs/commit/9cf35bef274bb445e578f858a0a595b05b44a01f) feat: build host iptables with nftables support
138+
* [`71003a3`](https://github.com/siderolabs/pkgs/commit/71003a3c9bff00685917d6e272421a7206b1667e) feat: update Go to 1.23.4
139+
* [`5b4d402`](https://github.com/siderolabs/pkgs/commit/5b4d402bd33f9313a21e4924be57aacce569f9ad) feat: build dvb kernel modules and CX23885
140+
* [`b330af9`](https://github.com/siderolabs/pkgs/commit/b330af9b95d9115382c81f88b55c17b99f7ef355) chore: bring in KSPP recommendations
141+
* [`f81b190`](https://github.com/siderolabs/pkgs/commit/f81b190cc65dc93f9212d52cd95806ac79c170d2) feat: kernel driver support for RK3588 devices (Turing RK1)
142+
</p>
143+
</details>
144+
145+
### Changes from siderolabs/tools
146+
<details><summary>1 commit</summary>
147+
<p>
148+
149+
* [`fe34fb3`](https://github.com/siderolabs/tools/commit/fe34fb3d54ec9abe878a9304fbfc3e1e741c0ff4) feat: update Go to 1.23.4
150+
</p>
151+
</details>
152+
153+
### Dependency Changes
154+
155+
* **github.com/containernetworking/plugins** v1.6.0 -> v1.6.1
156+
* **github.com/foxboron/go-uefi** fab4fdf2f2f3 -> 19dc140271bf
157+
* **github.com/opencontainers/runc** v1.2.2 -> v1.2.3
158+
* **github.com/siderolabs/go-blockdevice/v2** v2.0.7 -> v2.0.8
159+
* **github.com/siderolabs/pkgs** v1.9.0-12-g9576b97 -> v1.10.0-alpha.0-16-g9051c9a
160+
* **github.com/siderolabs/talos/pkg/machinery** v1.9.0 -> v1.9.0-alpha.3
161+
* **github.com/siderolabs/tools** v1.9.0-1-geaad82f -> v1.10.0-alpha.0
162+
* **golang.org/x/net** v0.32.0 -> v0.33.0
163+
164+
Previous release can be found at [v1.9.0](https://github.com/siderolabs/talos/releases/tag/v1.9.0)
165+
1166
## [Talos 1.9.0-alpha.3](https://github.com/siderolabs/talos/releases/tag/v1.9.0-alpha.3) (2024-11-25)
2167

3168
Welcome to the v1.9.0-alpha.3 release of Talos!

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ require (
163163
github.com/siderolabs/net v0.4.0
164164
github.com/siderolabs/proto-codec v0.1.1
165165
github.com/siderolabs/siderolink v0.3.11
166-
github.com/siderolabs/talos/pkg/machinery v1.9.0-alpha.3
166+
github.com/siderolabs/talos/pkg/machinery v1.10.0-alpha.0
167167
github.com/sirupsen/logrus v1.9.3
168168
github.com/spf13/cobra v1.8.1
169169
github.com/spf13/pflag v1.0.5

Diff for: internal/app/machined/pkg/system/runner/process/process_test.go

+12
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ func (suite *ProcessSuite) TestStopSigKill() {
223223
}
224224

225225
func (suite *ProcessSuite) TestPriority() {
226+
if os.Geteuid() != 0 {
227+
suite.T().Skip("skipping test, need root privileges")
228+
}
229+
226230
pidFile := filepath.Join(suite.tmpDir, "talos-test-pid-prio")
227231
//nolint:errcheck
228232
_ = os.Remove(pidFile)
@@ -272,6 +276,10 @@ func (suite *ProcessSuite) TestPriority() {
272276
}
273277

274278
func (suite *ProcessSuite) TestIOPriority() {
279+
if os.Geteuid() != 0 {
280+
suite.T().Skip("skipping test, need root privileges")
281+
}
282+
275283
pidFile := filepath.Join(suite.tmpDir, "talos-test-pid-ionice")
276284
//nolint:errcheck
277285
_ = os.Remove(pidFile)
@@ -322,6 +330,10 @@ func (suite *ProcessSuite) TestIOPriority() {
322330
}
323331

324332
func (suite *ProcessSuite) TestSchedulingPolicy() {
333+
if os.Geteuid() != 0 {
334+
suite.T().Skip("skipping test, need root privileges")
335+
}
336+
325337
pidFile := filepath.Join(suite.tmpDir, "talos-test-pid-sched")
326338
//nolint:errcheck
327339
_ = os.Remove(pidFile)

Diff for: pkg/machinery/config/schemas/config.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://talos.dev/v1.9/schemas/config.schema.json",
3+
"$id": "https://talos.dev/v1.10/schemas/config.schema.json",
44
"$defs": {
55
"block.DiskSelector": {
66
"properties": {

Diff for: pkg/machinery/gendata/data/tag

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.9.0-alpha.3
1+
v1.10.0-alpha.0

Diff for: pkg/makefs/ext4_test.go

+5-14
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,8 @@ import (
1717

1818
// TestExt4Reproducibility tests that the ext4 filesystem is reproducible.
1919
func TestExt4Reproducibility(t *testing.T) {
20-
hostname, _ := os.Hostname() //nolint:errcheck
21-
22-
if hostname == "buildkitsandbox" {
23-
t.Skip("test not supported under buildkit as partition devices are not propagated from /dev")
24-
}
25-
2620
t.Setenv("SOURCE_DATE_EPOCH", "1732109929")
21+
t.Setenv("PATH", "/usr/bin:/bin:/usr/sbin:/sbin")
2722

2823
tmpDir := t.TempDir()
2924

@@ -33,7 +28,7 @@ func TestExt4Reproducibility(t *testing.T) {
3328
t.Fatalf("failed to create file: %v", err)
3429
}
3530

36-
if err := os.Truncate(tempFile, 64*1024); err != nil {
31+
if err := os.Truncate(tempFile, 512*1024*1024); err != nil {
3732
t.Fatalf("failed to create file: %v", err)
3833
}
3934

@@ -67,11 +62,7 @@ func TestExt4Reproducibility(t *testing.T) {
6762

6863
// TestExt4Resize tests that the ext4 filesystem can be resized.
6964
func TestExt4Resize(t *testing.T) {
70-
hostname, _ := os.Hostname() //nolint:errcheck
71-
72-
if hostname == "buildkitsandbox" {
73-
t.Skip("test not supported under buildkit as partition devices are not propagated from /dev")
74-
}
65+
t.Setenv("PATH", "/usr/bin:/bin:/usr/sbin:/sbin")
7566

7667
tmpDir := t.TempDir()
7768

@@ -81,15 +72,15 @@ func TestExt4Resize(t *testing.T) {
8172
t.Fatalf("failed to create file: %v", err)
8273
}
8374

84-
if err := os.Truncate(tempFile, 64*1024); err != nil {
75+
if err := os.Truncate(tempFile, 64*1024*1024); err != nil {
8576
t.Fatalf("failed to create file: %v", err)
8677
}
8778

8879
if err := makefs.Ext4(tempFile); err != nil {
8980
t.Fatalf("failed to create ext4 filesystem: %v", err)
9081
}
9182

92-
if err := os.Truncate(tempFile, 128*1024); err != nil {
83+
if err := os.Truncate(tempFile, 128*1024*1024); err != nil {
9384
t.Fatalf("failed to resize file: %v", err)
9485
}
9586

Diff for: website/content/v1.10/reference/cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ talosctl cluster create [flags]
144144
--bad-rtc launch VM with bad RTC state (QEMU only)
145145
--cidr string CIDR of the cluster network (IPv4, ULA network for IPv6 is derived in automated way) (default "10.5.0.0/24")
146146
--cni-bin-path strings search path for CNI binaries (VM only) (default [/home/user/.talos/cni/bin])
147-
--cni-bundle-url string URL to download CNI bundle from (VM only) (default "https://github.com/siderolabs/talos/releases/download/v1.9.0-alpha.3/talosctl-cni-bundle-${ARCH}.tar.gz")
147+
--cni-bundle-url string URL to download CNI bundle from (VM only) (default "https://github.com/siderolabs/talos/releases/download/v1.10.0-alpha.0/talosctl-cni-bundle-${ARCH}.tar.gz")
148148
--cni-cache-dir string CNI cache directory path (VM only) (default "/home/user/.talos/cni/cache")
149149
--cni-conf-dir string CNI config directory path (VM only) (default "/home/user/.talos/cni/conf.d")
150150
--config-injection-method string a method to inject machine config: default is HTTP server, 'metal-iso' to mount an ISO (QEMU only)
@@ -2976,7 +2976,7 @@ talosctl upgrade [flags]
29762976
--debug debug operation from kernel logs. --wait is set to true when this flag is set
29772977
-f, --force force the upgrade (skip checks on etcd health and members, might lead to data loss)
29782978
-h, --help help for upgrade
2979-
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.9.0-alpha.3")
2979+
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.10.0-alpha.0")
29802980
--insecure upgrade using the insecure (encrypted with no auth) maintenance service
29812981
-m, --reboot-mode string select the reboot mode during upgrade. Mode "powercycle" bypasses kexec. Valid values are: ["default" "powercycle"]. (default "default")
29822982
-s, --stage stage the upgrade to perform it after a reboot

0 commit comments

Comments
 (0)