cloudflared
cloudflared copied to clipboard
💡 Create release for Ubuntu 24.04 noble
Describe the feature you'd like Could you please create a release for Ubuntu 24.04? It was recently released on 2024-04-23 and falls in line with your support of Ubuntu LTS releases.
Describe alternatives you've considered Using the 22.04 jammy package works for now, but official support would be nice :)
sudo dpkg -i cloudflared-linux-amd64.deb works ok for now
Jammy works fine, but is not elegant. After upgrading to Ubuntu 24.04, all my other repositories, except for Cloudflared and Cloudflare WARP, already support Noble, including even the mega-cli repo.
I'm using CloudFlared for linux instalation instructions as described here: https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/get-started/create-local-tunnel/
Looks like this issue is the reason that:
sudo apt-get update && sudo apt-get install cloudflared
fails with the follwing error:
Err:5 https://pkg.cloudflare.com/cloudflared noble Release 404 Not Found Reading package lists... Done E: The repository 'https://pkg.cloudflare.com/cloudflared noble Release' does not have a Release file.
As a temporary fix I've edited /etc/apt/sources.list.d
and changed from noble
to jammy
I have the same issue @rturk.
This worked for me:
When following the installation steps shown in https://pkg.cloudflareclient.com/
Instead of second step:
echo "deb [signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/cloudflare-client.list
Use:
echo "deb [signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ jammy main" | sudo tee /etc/apt/sources.list.d/cloudflare-client.list
Then, follow same steps for config https://developers.cloudflare.com/warp-client/get-started/linux/
This is literally the feature request issue to add noble. Of course jammy exists and works.
Any updates on this?