-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(version): use tagged version instead of VERSION file while build #1733
fix(version): use tagged version instead of VERSION file while build #1733
Conversation
Signed-off-by: shubham <shubham.bajpai@mayadata.io>
Signed-off-by: shubham <shubham.bajpai@mayadata.io>
9ac6bcf
to
108c5db
Compare
Signed-off-by: shubham <shubham.bajpai@mayadata.io>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good once the Travis is passed I will approve it
Signed-off-by: shubham <shubham.bajpai@mayadata.io>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes are good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
…openebs-archive#1733) - fix unstructured resource names to make it compatible with new version format - fixed runtask names and corresponding envs and castemplate to honour the version changes Signed-off-by: shubham <shubham.bajpai@mayadata.io>
Signed-off-by: shubham shubham.bajpai@mayadata.io
What this PR does?:
This PR removes the version file dependency on the image builds. This PR modifies the build scripts to take Travis tag or the version from the VERSION file of the build. This PR also refactors some functions that relied on the version to be specifically of the type
x.y.z
as the versions can differ with custom tags and RC tags. PR also comment outs some test cases based on the changes.Does this PR require any upgrade changes?:
If the changes in this PR are manually verified, list down the scenarios covered::
After building images with a custom tag 1.11.0-ce-rc2
Runtasks with custom version
Any additional information for your reviewer? :
Mention if this PR is part of any design or a continuation of previous PRs
Checklist:
<type>(<scope>): <subject>