Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(get-images): retrun exact versions as needed
when we ask for exact version so far, we might get newer version that contains the version asked for example asking for `2024.1.1`, we would get both `2024.1.1` and `2024.1.10` sorted in a way that newer is first, and that what would be used. this change is limiting the filters in both AWS and GCE, if exact version was asked (similar as it's now on Azure backend)
- Loading branch information