rancher-sandbox / rancher-desktop

Container Management and Kubernetes on the Desktop
https://rancherdesktop.io
Apache License 2.0
5.99k stars 283 forks source link

ucmonitor: lima has changes since v0.21.0.rd2 #7406

Closed rancherbot closed 1 week ago

rancherbot commented 1 month ago

Unreleased Change Monitor has detected changes to lima since its last release, v0.21.0.rd2.

This is a reminder to release these changes so they make it into the next Rancher Desktop release.

jandubois commented 1 month ago

The change is just a bump of up/download-artifact GHA.

mook-as commented 1 month ago

It looks like our script isn't smart enough to understand that, and now it's failing to run: https://github.com/rancher-sandbox/rancher-desktop/actions/runs/10717060955/job/29716630027 It seems to have tried to reopen this issue:

request: {
    method: 'PATCH',
    url: 'https://api.github.com/repos/rancher-sandbox/rancher-desktop/issues/7406',
    headers: {
      accept: 'application/vnd.github.v3+json',
      'user-agent': 'octokit.js/3.2.1 octokit-core.js/5.2.0 Node.js/18.20.4 (linux; x64)',
      authorization: 'token [REDACTED]',
      'content-type': 'application/json; charset=utf-8'
    },
    body: '{"state":"open"}',
    request: { hook: [Function: bound bound register] }
  }

But it failed with RequestError [HttpError]: Validation Failed: - https://docs.github.com/rest/issues/issues#update-an-issue (with no real hint of which validation failed…)