Fixes #3347 by not assuming semver for app version.#3348
Conversation
Signed-off-by: Michael Nelson <minelson@vmware.com>
antgamdia
left a comment
There was a problem hiding this comment.
Awesome! Thanks for the fix. Yep, we assumed appVersion should be semver...
+1, but please add the fix also in this other view (ChartUpdateInfo):
Signed-off-by: Michael Nelson <minelson@vmware.com>
Done. Also, did you see my comment above:
? |
|
Ooops, I missed it, sorry!
Mmm, good point here... yep, it makes sense. Given that we are, actually, passing the |
Description of the change
As per the Helm docs for the Chart.yaml, the appVersion field is not required to be semver at all.
I wonder whether we should assume this for package version as well. For Helm it's safe, but we can't base our decisions on Helm. Furthermore, it's already enough that the backend has indicated that the latest version is different to the current version, so I can't see why we need the semver check here in the frontend even for the package version.
Let me know and I'll update to remove it there also.
Benefits
Possible drawbacks
Applicable issues
Additional information