-
Notifications
You must be signed in to change notification settings - Fork 551
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
OLM 0.16.1 fails to handle package semver dependencies. #1770
Comments
I found I had a few user errors.
Instead of:
it should be:
There is no error detected in OPM nor OLM with this invalid format.
So, the final, working version:
Summary: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bug Report
The operator-registry project added the ability to model semver dependencies via the operator bundle dependencies.yaml, yet the latest version of OLM (0.16.1) does not appear to be able to consume these dependencies.
What did you do?
The dependency.yaml for b 4.0.0 is:
deptest
What did you expect to see?
I expected both operators A and B to be installed.
What did you see instead? Under which circumstances?
Operator B was installed, but not A.
Environment
0.16.1
Kubernetes version information:
Client Version: 4.6.0-0.nightly-2020-09-15-112431
Server Version: 4.6.0-0.nightly-2020-09-17-073141
Kubernetes Version: v1.19.0+b4ffb45
Kubernetes cluster kind:
OCP on aws
Possible Solution
None
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: