Skip to content

Conversation

@tw4l
Copy link
Member

@tw4l tw4l commented Jan 5, 2026

Fixes #3093

  • Moves comparison of crawler versions to reusable util helper, which returns False if both the crawler image version and the set minimum required version are valid semver and the crawler version is lower than the minimum required, and True in any other scenario (including if one of the tags isn't valid semver, like "latest")
  • Compares versions by using a library that understands semver rather than just an alphanumeric comparison

Add util method for checking minimum crawler versions that does
not just do an alphanumeric comparison but understands semver
@tw4l tw4l requested a review from ikreymer January 5, 2026 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Min version check comparison broken

2 participants