Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detect mismatch of bundle version from Makefile and bundle/constant.go
This PR detect sync of the `OPENSHIFT_VERSION` and `PODMAN_VERSION` from the makefile to bundle locations which is part of `bundle/constants.go` and error out when it is out of sync. If the Makefile have 4.10.13 openshift version but this is not synced to mirror then on main branch following will happen. ``` $ crc setup [...] INFO Checking if /home/prkumar/.crc/cache/crc_libvirt_4.10.13_amd64.crcbundle exists INFO Getting bundle for the CRC executable INFO Downloading crc_libvirt_4.10.13_amd64.crcbundle expected crc_libvirt_4.10.12_amd64.crcbundle but found crc_libvirt_4.10.13_amd64.crcbundle in Makefile ```
- Loading branch information