ScaleComputing / HyperCoreAnsibleCollection

Official Ansible collection for Scale Computing SC//HyperCore (HC3) v1 API
GNU General Public License v3.0
12 stars 8 forks source link

Bump expected latest released HyperCore version #242

Closed justinc1 closed 1 year ago

justinc1 commented 1 year ago

In tests we have hardcoded expected HyperCore version. The 9.2.17 is GA (general availability), so this is what our test cluster should report as next available version.

I hate we need to manually bump this string every few weeks. Maybe we should have more complex integration test that could check not only "next_version == 9.2.17.211525", but also "next_version >= 9.2.17.211525".