-
Notifications
You must be signed in to change notification settings - Fork 1.8k
bundle validate does not fail on invalid minKubeVersion #5995
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
Comments
This seems to be an additional validation mentioning that |
@theishshah moving this to the next release (1.29). Please feel free to update. |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
I would like to take this task, I hope I can make it until Jun 26. |
@theishshah Are you okay with @kutluhanmetin taking this on? If so, would you mind unassigning yourself and assigning @kutluhanmetin ? |
/label lifecycle/frozen |
@everettraven: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lifecycle frozen |
* fixes operator-framework/operator-sdk#5995 * fix comment change * fix imports
* fixes operator-framework/operator-sdk#5995 * fix comment change * fix imports Upstream-repository: api Upstream-commit: fdfcb35e6d330fca94841b113c8140cf58930e35 Signed-off-by: Steve Kuznetsov <[email protected]>
Feature Request
Describe the problem you need a feature to resolve.
operator-sdk bundle validate
passes all tests when CSV'sspec.minKubeVersion
has invalid version like1.21
spec.minKubeVersion
with value1.21
is invalid because OLM refuses to deploy the CSV with the following confusing errorCSV version parsing error
:When the field
spec.minKubeVersion
is updated to1.21.0
, then OLM installs the CSV successfully.Describe the solution you'd like.
CVP team would like the operator-sdk bundle validate command to validate CSV's
spec.minKubeVersion
when it is specified.The text was updated successfully, but these errors were encountered: