I've added 1.19.1 to the upgrade-responder now, so...
# rancher-desktop
f
I've added 1.19.1 to the upgrade-responder now, so in-app updates should soon be available
👍 2
🙌 1
q
We're still not seeing them on 1.18.2 (macOS 15.2)
f
I don't know; I just did a factory reset, installed 1.182, and started it. It downloads the 1.19.1 update right away:
After I restarted it, it was running 1.91.1. So everything seems to be working as expected
Can you curl the endpoint?
Copy code
$ curl -s -X POST <https://desktop.version.rancher.io/v1/checkupgrade> -d '{ "appVersion": "v0.0.0", "extraInfo": {}}' | jq .versions[0]
{
  "Name": "1.19.1",
  "ReleaseDate": "2025-06-02T12:23:54Z",
  "Supported": true,
  "Tags": [
    "latest"
  ],
  "ExtraInfo": null
}
(I know these are not the right parameters for the request body, but since you are on macOS 15.x, it doesn't matter)
q
We updated manually, but I can try running that here
looks ok here:
Copy code
{
  "Name": "1.19.1",
  "ReleaseDate": "2025-06-02T12:23:54Z",
  "Supported": true,
  "Tags": [
    "latest"
  ],
  "ExtraInfo": null
}
f
I have no idea why you didn't see it. The app should check every hour or so, I think.