Project

General

Profile

action #157612

Updated by okurz 24 days ago

## Motivation 
 We automatically update versions but it looks like we only deliver "patches" with versions like 4.6.177… . We don't have maintenance patches for older versions so to be compliant with https://semver.org/ we should bump to a new major version and automatically update minor versions, e.g. 5.…. 

 ## Suggestions 
 * Update references to "4.6" in os-autoinst codebase 
 * Same as above for openQA 
 * Update https://build.opensuse.org/projects/devel:openQA/packages/os-autoinst/files/_service?expand=1 
 * Update https://build.opensuse.org/projects/devel:openQA/packages/openQA/files/_service?expand=1 
 * Ensure new versions 5.x are released as part of RPM packages for both os-autoinst+openQA properly 
 * Ensure there is no relevant impact on production operation 

 ## Further details 
 * Small caveat: Major versions should be bumped on non-backward compatible changes which we currently don't have and also we wouldn't guarantee major version upgrades on breaking changes but I think we are still better off.

Back