VyOS Updater Failed to Download Digital Signature File

Hello!

I am about to upgrade my VyOS version in the 1.4 branch using:

add system image https://s3-us.vyos.io/rolling/current/vyos-1.4-rolling-202307050317-amd64.iso

and I get the follow error message when the updater is trying to fetch the digital signature files:

Trying to fetch ISO file from https://s3-us.vyos.io/rolling/current/vyos-1.4-rolling-202307040317-amd64.iso...
Downloading...
The file is 444.000 MiB.
[#########################################################################################################] 100%
Download complete.
Done.
Checking for digital signature file...
Downloading...
Failed to download https://s3-us.vyos.io/rolling/current/vyos-1.4-rolling-202307040317-amd64.iso.minisig.
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://s3-us.vyos.io/rolling/current/vyos-1.4-rolling-202307040317-amd64.iso.minisig
Downloading...
Failed to download https://s3-us.vyos.io/rolling/current/vyos-1.4-rolling-202307040317-amd64.iso.asc.
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://s3-us.vyos.io/rolling/current/vyos-1.4-rolling-202307040317-amd64.iso.asc

This of course does not stop me from upgrading. I just think it should be fixed so the validation occurs as expected.

I tried the rolling release version from yesterday, but I stopped at that.

Rolling releases aren’t signed. IIRC only the LTS images are.

If so it would have been nice that this is typed out when the signature-checks are being performed.

Like:

Checking for digital signature file…
NOTE: Rolling releases are not signed so you might get an error!
Failed to verify…