mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Cloudflare Tunnel client outdated #1025
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#1025
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @computman007 on GitHub (Apr 24, 2022).
⚠️ Please verify that this bug has NOT been raised before.
🛡️ Security Policy
📝 Describe your problem
After activating the Cloudflare tunnels, it show in the Cloudflare interface that the client is outdated
Can we update it mannually (how ?) or this will be fixed in next release ?

🐻 Uptime-Kuma Version
1.14.1
💻 Operating System and Arch
Ubuntu 20.04
🌐 Browser
Vivaldi last version
🐋 Docker Version
Docker Version 20.10.14
🟩 NodeJS Version
No response
@gaby commented on GitHub (Apr 24, 2022):
@computman007 I think this is a CI issue, I just submitted a PR to take care of this in the future. Ideally every time a new release of
Uptime-Kumais created the latest version ofcloudflaredand other dependencies are installed.@k3rnelpan1c-dev commented on GitHub (Apr 25, 2022):
TBH, unless uptime-kume gets released by building on a local dev machine, the docker cache can mostly be ignored 🤔.
In the case of GHA the environment should be clean by default for each run, hence why there are cache actions 😉
Anyway, this still is indeed a CI issue in a way, that it depends on when the last image was built which version will get downloaded (given how this script works).
I don't really have a solid solution for this beyond something similar to what you can do with Renovate-Bot and the RegexMatcher directive, and thereby pinning which version gets installed as well as updating it once there is an update:
github.com/k3rnelpan1c-dev/uptime-kuma-helm@3f1ff2a978/container/Containerfile (L8-L9)However, that won't save you if there is a release in between uptime-kuma releases.
Allow me question though: given that cloudflared seems to warn you that a version is outdated just cause you are not on the latest (2022.4.0, in the screenshot, is 18 days old and 2022.4.1 is the latest with an age of 13 days), yet it still working fine, is it really that important?
@computman007 commented on GitHub (Apr 25, 2022):
It's not a big issue as it's working. 18 days are not important if you always keep up to date the client as you said in futur release.