siderolabs / image-factory

A service to generate Talos boot assets
Mozilla Public License 2.0
60 stars 16 forks source link

:bug: `/version/:version/extensions/official` returns 500 for pre-release Talos versions #75

Closed Unix4ever closed 9 months ago

smira commented 9 months ago

I don't think this is accurate, it doesn't:

curl https://factory.talos.dev/version/v1.6.0-alpha.1/extensions/official

It might return this for some versions, but not all of them.

Unix4ever commented 9 months ago

Right. Versions list:

1.3.0 - 1.3.7
1.4.0-alpha.0 - 1.4.0-beta.1
1.5.0-alpha.0 - 1.5.0-alpha.3
smira commented 9 months ago

I don't think we should support alpha/beta versions for old releases which came before Image Factory even existed, but I will look into others. In either case, we can make it empty on Image Factory side as well.

smira commented 9 months ago

Fixed up 1.5.0-alphas, but I will drop support for any alpha/beta versions except for the latest one (i.e. 1.6.0).