Closed ricardozanini closed 6 months ago
@ricardozanini I don't follow the problem with versions though - what is the difference between quay and dockerhub regarding our versioning?
@jstastny-cz I think we will fix it in the way we see problems in the CI. But essentially this is related to now using :main
tag instead of -nightly:latest
.
...and :10.0.x
for publications made from the 10.0.x branch.
So we can't really "hardcode" main there, because that would make the 10.0.x branch inconsistent.
Once we branch, we must run a script to update this info in the repo.
@ricardozanini are we good to merge this?
@ricardozanini are we good to merge this?
No, I'm working on a script to update the files in the command line.
@ricardozanini ahh k, thank you for the update!
@tiagobento we already have the script here:
$ python manage-kogito-version.py --bump-to 10.0.x
I'm merging it. As soon as we define how to do the release/branch process we can adjust if necessary
@ricardozanini Will this update the kogito maven artifacts to 10.0.999-SNAPSHOT?
Yes, it will fetch this version if available in Nexus.
Many thanks for submitting your Pull Request :heart:!
Please make sure your PR meets the following requirements:
[Issue XXXX] Subject
Fixes https://github.com/apache/incubator-kie-issues/issues/1233
@jstastny-cz I haven't changed the versions yet. We need to agree on the versions here. We have a version for the Kogito Platform, for the internal image modules, and finally the actual tag for the images. We can keep
999-SNAPSHOT
and handle it in CI. Or we can handle it in a script in this repo. Let me know the approach you prefer.How to retest this PR or trigger a specific build:
- (Re)run Jenkins tests Please add comment: Jenkins [test|retest] thisHow to backport a pull request to a different branch?
In order to automatically create a **backporting pull request** please add one or more labels having the following format `backport-