-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Backport Pin controller-runtime to v0.1.4 #828 to v0.2.x #831
Conversation
When you specify a version without an operator, dep automatically uses the ^ operator by default. That means it will take the major range. That broke building of generated operators due to missing dependencies in controller-runtime latest release.
@shawn-hurley @mhrivnak Any clue why the ansible based memcached-operator is giving the following error:
I guess we've fixed some things on the master since, so it might be related to the fixes from #819 And since we added #812 later as well the logs above aren't too clear on why the runner failed. @madorn Can you please cherrypick the commit from #812 so we can see why the ansible runner is failing to run. |
… the command exits non-zero This is helpful in a case where ansible-runner itself is broken, such as when a python library it depends on gets installed at an incompatible version (a problem we've encountered multile times).
/hold |
@estroz Issue documented in #827 and fixed on master (#828). operator-sdk's v0.2.x branch Gopkg.toml is not currently pinned to controller-runtime
|
/unhold |
/hold cancel |
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
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
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
@madorn Thanks for the fix. We've cut a patch release for |
I just tried this. Looks like still broken. [[override]] |
@h7kanna Are you sure you're using |
@AlexNPavel Nevermind. |
operator-sdk branch v0.2.x currently broken due to recent controller-runtime bump to v0.1.8. See #828. Backport @lilic's master fix to v0.2.x.