You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hack/release.toml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ preface = """\
22
22
* Kubernetes: 1.24.0-beta.0
23
23
* Flannel: 0.17.0
24
24
* runc: 1.1.1
25
+
26
+
Talos is built with Go 1.18.
25
27
"""
26
28
27
29
[notes.eudev]
@@ -76,6 +78,13 @@ plugins:
76
78
```
77
79
78
80
The policy is part of the Talos machine configuration, and it can be modified to suite your needs.
81
+
"""
82
+
83
+
[notes.x86_64]
84
+
title = "x86-64 Architecture"
85
+
description="""\
86
+
Talos is built for x86-64 architecture with support for [x86-64-v2 microarchitecture level](https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels),
87
+
so Talos no longer runs on processors supporting only baseline `x86-64` microarchitecture (before 2009).
0 commit comments