Minor ComponentVersion refactor follow-ups
Minor follow-up to !1059 (merged).
14fc69ef - Rename methods in ComponentVersions
The old get_*_compat_versions
methods were a little wordy and are now
simplified to just for_*
.
The sanitize_cng_versions
method was misnamed, as we're not actually
sanitizing anything, so it's been renamed to normalize_cng_versions
.
56ea076d - Always use production client in ComponentVersions
Edited by Robert Speicher