-
Notifications
You must be signed in to change notification settings - Fork 232
Description
Hello,
I have a question regarding the release pipeline and how the versions are bumped.
I was using the 7.4.0 version and notice a bug that I reported and really happy about how quick that was fixed.
I notice you have a Release branch Release-7.4 and after the initial release, changes keep on coming in which is fine but the patch number is not bumped in dockerhub and 7.4.0 images is overwritten.
I was expecting to need to change the deployment of X-Rode and point to the 7.4.1 image.
This is not affecting me that much because I want to keep my images in a private ECR but for those that are pulling directly from dockerhub, this could have big implications getting unwanted patches when container goes down and comes back up.
Is this an oversight or some other reason the patch number is not bumped?