-
|
Hello. I'm new to the project but deep-diving over the holiday season. I see that MachineConfig and some of the other YAML document types are versioned. Does that imply the existence of specification documents? Or just reference the code? In either case, how to track coming updates to the specifications? thx |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Talos machine configuration is fully documented: https://docs.siderolabs.com/talos/v1.12/reference/configuration/overview Machine configuration is always backwards compatible, but the list of changes is communicated in release notes: https://docs.siderolabs.com/talos/v1.12/configure-your-talos-cluster/lifecycle-management/upgrading-talos#machine-configuration-changes |
Beta Was this translation helpful? Give feedback.
Development of Talos Linux happens in completely open manner, just follow
mainbranch. Release branches are snapshots ofmainused to handle stable releases.