redhat-partner-solutions / crucible

Apache License 2.0
35 stars 59 forks source link

Refresh versions and RHCOS images Jan 2023 #211

Closed novacain1 closed 1 year ago

novacain1 commented 1 year ago

This PR:

(1) refreshes RHCOS base images used for the 4.9, 4.10, and 4.11 releases to a more recent version hosted on the OpenShift mirror site (mirror.openshift.com). These represent four months of RHEL fixes and should be used as a base vs their older counterparts. (2) refreshes supported OpenShift versions to align with respective RHCOS images. Customers and partners should also try to stay current with enhancements and security fixes present in these newer versions. (3) update documentation to reflect support for OpenShift 4.12 client tools. OpenShift 4.12 needs to be tested before support is claimed in validate_inventory and in the README. (4) validate_inventory tests version numbering is updated. (5) switches arm from 4.10 to 4.12.

arjuhe commented 1 year ago

@novacain1 There are lots of hard-coded references to version 4.10.37. This should be converted to a var.

nocturnalastro commented 1 year ago

@arjuhe most of them are templates for the test inventories. Would you like me to make a story to see if they really needed or if there is a neater way of doing it?