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
talosctl apply/patch/edit cli commands got revamped.
Separate flags --on-reboot, --immediate, --interactive were replaced
with a single --mode flag that can take the following values:
auto new mode that automatically applies the configuration in immediate/reboot mode.
no-reboot force apply immediately, if not possible, then fail.
reboot force reboot with apply config.
staged write new machine configuration to STATE, but don't apply it (it will be applied after a reboot).
interactive starts interactive installer, only for apply.
Machine Configuration
Talos now preserves machine configuration as it was submitted to the node.
Platform Support
Talos now supports Oracle Cloud.
Platform network configuration was rewritten to avoid modifying Talos machine configuration.
Network configuration is performed independent of the machine configuration presence, so it works
even if Talos is booted in maintenance mode (without machine configuration is platform userdata).
SBC Support
Talos now supports Jetson Nano SBC.
Component Updates
Linux: 5.15.16
containerd: 1.5.9
CoreDNS: 1.8.7
containerd: 1.6.0-rc.0
runc: 1.1.0
Talos is built with Go 1.17.6
Wipe System Kernel Parameter
Added new kernel parameter talos.experimental.wipe=system which can help resetting system disk for the machine
and start over with a fresh installation.
See Resetting a Machine on how to use it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Talos 0.15.0-alpha.1 (2022-01-24)
Welcome to the v0.15.0-alpha.1 release of Talos!
This is a pre-release of Talos
Please try out the release binaries and report any issues at
https://github.com/talos-systems/talos/issues.
Apply Config Enhancements
talosctl apply/patch/edit
cli commands got revamped.Separate flags
--on-reboot
,--immediate
,--interactive
were replacedwith a single
--mode
flag that can take the following values:auto
new mode that automatically applies the configuration in immediate/reboot mode.no-reboot
force apply immediately, if not possible, then fail.reboot
force reboot with apply config.staged
write new machine configuration to STATE, but don't apply it (it will be applied after a reboot).interactive
starts interactive installer, only forapply
.Machine Configuration
Talos now preserves machine configuration as it was submitted to the node.
Platform Support
Talos now supports Oracle Cloud.
Platform network configuration was rewritten to avoid modifying Talos machine configuration.
Network configuration is performed independent of the machine configuration presence, so it works
even if Talos is booted in maintenance mode (without machine configuration is platform userdata).
SBC Support
Talos now supports Jetson Nano SBC.
Component Updates
Talos is built with Go 1.17.6
Wipe System Kernel Parameter
Added new kernel parameter
talos.experimental.wipe=system
which can help resetting system disk for the machineand start over with a fresh installation.
See Resetting a Machine on how to use it.
Contributors
Changes
81 commits
kernel_param_spec
Modify call handlingapply
,edit
andpatch
commandstalos.exp.wipe
kernel param to wipe system diskApplyDynamicConfig
list
,read
talosctl time
call in the teststalosctl get rd
talosctl upgrade-k8s
ip=
kernel argumentChanges since v0.15.0-alpha.0
38 commits
kernel_param_spec
Modify call handlingapply
,edit
andpatch
commandsChanges from talos-systems/crypto
1 commit
nil
Changes from talos-systems/extras
2 commits
Changes from talos-systems/go-blockdevice
2 commits
Changes from talos-systems/pkgs
14 commits
=m
kernel build optionsChanges from talos-systems/tools
2 commits
Dependency Changes
Previous release can be found at v0.14.0
Images
This discussion was created from the release v0.15.0-alpha.1.
Beta Was this translation helpful? Give feedback.
All reactions