During the early phase of jenkins to semaphore migration, there was a randomly dangling PR from Jenkins service bot confluentinc/control-center-images/pull/67 not sure on the origin of this but we suspect that some developer ran service bot and left changes/PR by service bot unmerged.
when service bot was run as part of Jenkins-Semaphore migration some of the commits were pushed to same PR.
This PR from service bot was raised to master branch.
Without realising that this PR contains old changes we megerd it(by changing the target branch to 7.0.x as Jenkins Semaphore migration changes should be back ported to all the branches) but later realised the issue and reverted it at confluentinc/control-center-images/pull/75
Since the base branch was changed to 7.0.x from master, versions were updated in all branches to 7.8. Ideally each branch should point it to its own version.
History
Goal of this PR is to fix this versioning issue.
How to verify changes? Similar versions can be found in ksql-images/7.7.x/pom.xml
Next Steps