siderolabs/image-factory

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

Closed this issue · 4 comments

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

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.

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

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.

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).