Description
Describe the bug
Hello - I am running a linux distro on a Raspberry Pi - it seems the latest 2025.4.0 version reports as version 2025.2.1 - I have ensured the hash matches the latest release - so it seems to me either it's just an oversight in the versioning of the software - hopefully it's just affecting the ARM64 release.
I am met with the following text when running cloudflared tunnel from the command line -
2025-04-05T04:32:36Z WRN Your version 2025.2.1 is outdated. We recommend upgrading it to 2025.4.0
I have:
- updated via APT
- added the repo and tried to update from there
- triple checked and direct downloaded with wget from the github site download URL for the 2025.4.0 release.
Every method I am still apparently on 2025.2.1 - and I am met with this error at every start.
I am running this to route web traffic to various NGINX server instances... I'm hoping it's just a versioning issue in the code - and that we have access to the latest fixes!
To Reproduce
Steps to reproduce the behavior:
In my case I ran:
cloudflared tunnel list
This is on a Raspberry Pi 4 - running Raspberry Pi OS 64 bit - latest version - fully updated as of submission date.
If it's an issue with Cloudflare Tunnel:
I am using a tunnel - but this behavior has nothing to do with the tunnel.
Expected behavior
The latest deb file to update to the latest 2025.4.0 - which it appears it isn't.
Environment and versions
- OS: Raspberry Pi OS 64 bit - lite
- Architecture: ARM64
- Version: [e.g. 2025.04.0]
Logs and errors
If applicable, add logs or errors to help explain your problem.
Additional context
This may be simple issue in the version number being added to this release - or perhaps it's just not released for ARM64 - either way the error may be misleading. I'm not seeing anything regarding delayed ARM64 builds - but I am having some weird issues - so if there is a new version - I'd love to know for sure I have it.
Thx!!