Revert "wolfictl update: transform-version needs to run before versio…#415
Revert "wolfictl update: transform-version needs to run before versio…#415rawlingsj wants to merge 1 commit intowolfi-dev:mainfrom
Conversation
…ns are sorted and compared" This reverts commit bb20ed5.
|
Sigh - need to think about this a bit more and look at more test cases. The original implemenation of version transforms means we were missing some updates original i.e. the code in wolfictl was incorrectly resolving So that seemed to be working but we've had a slightly different case just happed for openjdk-20 (which has now been archived last month https://github.com/openjdk/jdk20u) With my fix the bot created a PR for an old version, the opposite of what was happening with my fix above. TL;DR I'm going to familiarise myself with the version transform code that was added + get some more test cases that cover these odd versions we're seeing on openjdk. Leaving as draft for now until I really understand what's going on. |
…ns are sorted and compared"
This reverts commit bb20ed5.
There's more edge cases to consider which will need more test cases. We've seen an unexpected version update PR come in that uses the version transforms wolfi-dev/os#6255. Let's roll this commit back and add more tests to cover more edge cases.