talos

Форк
0
/
release.toml 
101 строка · 2.4 Кб
1
# commit to be tagged for new release
2
commit = "HEAD"
3

4
project_name = "Talos"
5
github_repo = "siderolabs/talos"
6
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
7

8
# previous release
9
previous = "v1.7.0"
10

11
pre_release = true
12

13
preface = """\
14
"""
15

16
[notes]
17
    [notes.updates]
18
        title = "Component Updates"
19
        description = """\
20
Kubernetes: 1.30.2
21
Linux: 6.6.36
22
containerd: 2.0.0-rc.3
23
runc: 1.2.0-rc.2
24
etcd: 3.5.14
25
Flannel: 0.25.3
26
Flannel CNI plugin: 1.5.1
27

28
Talos is built with Go 1.22.5.
29
"""
30

31
    [notes.apparmor]
32
        title = "Workload Apparmor Profile"
33
        description = """\
34
Talos Linux can now apply the default AppArmor profiles to all workloads started via containerd, if the machine is installed with the AppArmor LSM enforced via the extraKernelArgs.
35

36
Eg:
37

38
```yaml
39
machine:
40
    install:
41
        extraKernelArgs:
42
            - security=apparmor
43
```
44
"""
45

46
    [notes.zstd]
47
        title = "ZSTD Compression"
48
        description = """\
49
Talos Linux now compresses kernel and initramfs using ZSTD.
50
Linux arm64 kernel is now compressed (previously it was uncompressed).
51
"""
52

53
    [notes.forward-kube-dns-to-host]
54
        title = "DNS Forwarding for CoreDNS pods"
55
        description = """\
56
Usage of the host DNS resolver as upstream for Kubernetes CoreDNS pods is now enabled by default. You can disable it
57
with:
58

59
```yaml
60
machine:
61
  features:
62
    hostDNS:
63
      enabled: true
64
      forwardKubeDNSToHost: false
65
```
66

67
Please note that on running cluster you will have to kill CoreDNS pods for this change to apply.
68
"""
69

70
    [notes.lspci]
71
        title = "PCI Devices"
72
        description = """\
73
A list of PCI devices can now be obtained via `PCIDevices` resource, e.g. `talosctl get pcidevices`.
74
"""
75

76
    [notes.diagnostics]
77
        title = "Diagnostics"
78
        description = """\
79
Talos Linux now shows diagnostics information for common problems related to misconfiguration via `talosctl health` and Talos dashboard.
80
"""
81

82
    [notes.bridge]
83
        title = "Bridge Interface"
84
        description = """\
85
Talos Linux now support configuring 'vlan_filtering' for bridge interfaces.
86
"""
87

88

89
[make_deps]
90

91
    [make_deps.tools]
92
        variable = "TOOLS"
93
        repository = "github.com/siderolabs/tools"
94

95
    [make_deps.pkgs]
96
        variable = "PKGS"
97
        repository = "github.com/siderolabs/pkgs"
98

99
    [make_deps.extras]
100
        variable = "EXTRAS"
101
        repository = "github.com/siderolabs/extras"
102

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.