siderolabs / image-factory

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

feat: allow a user to skip the Talos version filter #122

Open mattiascockburn opened 4 months ago

mattiascockburn commented 4 months ago

This commit introduces a new flag '-skip-version-filter' which skips the filtering of available versions in the artifactManager.

steverfrancis commented 2 months ago

What's the use case for this?

mattiascockburn commented 2 months ago

@steverfrancis Cheers, we are using a custom versioning scheme based on the Talos version to better distinguish our build from the base Talos release. This way we are able to use these versions as well as development builds. It might be better to make this more configurable but simply deactivating the filter is fine for us right now.