Upgrades can be run manually from the terminal. Kairos images are released on quay.io. Note Looking to upgrade from a private registry OCI image? Check the Private registry auth page. Listing available versions Using the agent, you can list all the available versions to upgrade to. $ sudo kairos-agent upgrade list-releases v0.57.0 v0.57.0-rc2 v0.57.0-rc1 v0.57.0-alpha2 v0.57.0-alpha1 Upgrading the active system To specify an image, use the --source flag: sudo kairos-agent upgrade --source <ty...