wido opened a new pull request, #14041:
URL: https://github.com/apache/cloudstack/pull/14041

   ### Description
   Following the [VOTE] "Version naming: drop the "4." prefix starting with 
release 24" on [email protected], started on 14 August 2026 and closed 
on 21 August 2026 at 12:00 UTC, the release that would have been 4.24 is 
released as 24, i.e. 24.0.0. Subsequent feature releases become 25, 26, and so 
on, and maintenance releases on the 24 branch become 24.1.0, 24.2.0, and so on.
   
   The vote passed by lazy majority with 4 binding +1 votes (Wido den 
Hollander, Daan Hoogland, Kiran Chavala, Vishesh Jindal), 1 non-binding +1 
(Simon Weller), 1 +0 (Abhishek) and 1 -1 (Joao Jandre Paraquetti).
   
   This changes the version only, touching the same files that 
tools/build/setnextversion.sh does:
   
     * <version> in all pom.xml files
     * debian/changelog
     * tools/marvin/setup.py
     * tools/docker/Dockerfile, Dockerfile.marvin and Dockerfile.s390x
   
   The leading "4." has not carried any meaning for many years. Dropping it 
does not affect the release cadence, the LTS policy, the branching and release 
process or the backwards-compatibility guarantees, and it is not a signal that 
24 breaks APIs or introduces disruptive changes.
   
   org.apache.cloudstack.utils.CloudStackVersion already parses and compares 
both three and four position versions, normalising 24.0.0 to 24.0.0.0, so 
24.0.0 still compares greater than 4.23.0.0.
   
   Vote thread:
   http://www.mail-archive.com/[email protected]/msg107393.html
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [x] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   - [ ] Build/CI
   - [ ] Test (unit or integration test code)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [x] Major
   - [ ] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [x] Minor
   - [ ] Trivial
   
   ### Screenshots (if appropriate):
   
   ### How Has This Been Tested?
   Local builds have been run, all compiles


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to