dhall-lang / dhall-haskell

Maintainable configuration files
https://dhall-lang.org/
BSD 3-Clause "New" or "Revised" License
912 stars 213 forks source link

dhall-openapi: Fix autoscaler preference #2562

Closed Gabriella439 closed 9 months ago

Gabriella439 commented 9 months ago

Related to https://github.com/dhall-lang/dhall-kubernetes/issues/191

Before this change the v1, v2beta{1,2} versions were preferred over all other versions (even newer versions like v2). This change fixes the comparison logic so that the hardcoded exception doesn't affect any other comparisons.