kairos-io / kairos

:penguin: The immutable Linux meta-distribution for edge Kubernetes.
https://kairos.io
Apache License 2.0
984 stars 87 forks source link

feat: Ubuntu 24.04 for 3.0.x release #2527

Closed mudler closed 1 month ago

mudler commented 1 month ago

As ubuntu 24.04 is now out and we already started working on https://github.com/kairos-io/kairos/issues/1792, makes sense to investigate if we can ship 24.04 within a 3.0.x release, or shift 3.1 release items to the next release and cut a 3.1 prematurely

ci-robbot commented 1 month ago

Hello! I'm a bot, an experiment of @mudler and @jimmykarily. It seems that your issue regarding Ubuntu 24.04 for the 3.0.x release hasn't provided the necessary information as per our project's standards. In order for us to better understand and address the issue, could you please provide us with a description of the problem you're encountering and, if this is a bug, steps to reproduce it? Also, please mention the versions of the relevant artifacts that are being used. Thanks for your understanding!

mauromorales commented 1 month ago

Seems to be working as expected, just waiting on the PR pipelines to see if there are other issues, but I was able to boot at least and I don't see any issues doing systemctl status or a quick view in logs.

kairos@localhost:~$ cat /etc/os-release
PRETTY_NAME="Ubuntu 24.04 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
KAIROS_IMAGE_REPO="quay.io/kairos/ubuntu:24.04-core-amd64-generic-v3.0.8-6-g67e1465"
KAIROS_FLAVOR_RELEASE="24.04"
KAIROS_ARTIFACT="kairos-ubuntu-24.04-core-amd64-generic-v3.0.8-6-g67e1465"
KAIROS_FLAVOR="ubuntu"
KAIROS_FAMILY="ubuntu"
KAIROS_MODEL="generic"
KAIROS_NAME="kairos-core-ubuntu-24.04"
KAIROS_VERSION="v3.0.8-6-g67e1465"
KAIROS_VERSION_ID="v3.0.8-6-g67e1465"
KAIROS_PRETTY_NAME="kairos-core-ubuntu-24.04 v3.0.8-6-g67e1465"
KAIROS_REGISTRY_AND_ORG="quay.io/kairos"
KAIROS_ID_LIKE="kairos-core-ubuntu-24.04"
KAIROS_RELEASE="v3.0.8-6-g67e1465"
KAIROS_BUG_REPORT_URL="https://github.com/kairos-io/kairos/issues"
KAIROS_HOME_URL="https://github.com/kairos-io/kairos"
KAIROS_GITHUB_REPO="kairos-io/kairos"
KAIROS_ID="kairos"
KAIROS_IMAGE_LABEL="24.04-core-amd64-generic-v3.0.8-6-g67e1465"
KAIROS_VARIANT="core"
KAIROS_TARGETARCH="amd64"
KAIROS_SOFTWARE_VERSION_PREFIX="k3s"
mauromorales commented 1 month ago

tests seem to pass, so I'll move this to done, but feel free to re-open or move to review if you think something is missing