Upgrade the version of the dependency controller-runtime from v0.1.10 to v0.1.12#1612
Upgrade the version of the dependency controller-runtime from v0.1.10 to v0.1.12#1612joelanford merged 9 commits intooperator-framework:masterfrom andy2046:UPGRADE-CONTROLLER-RUNTIME
v0.1.10 to v0.1.12#1612Conversation
|
Hi @andy2046. Thanks for your PR. I'm waiting for a operator-framework or openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
@lilic CI is failing in test/e2e/ansible-molecule Scenario: 'test-local' Action: 'prepare', it's my first time running the CI, not sure what causes the error, need your guidance on this |
|
/ok-to-test |
|
Thanks for the PR, I restarted the failed job, it could be a timeout issue. Also started the other tests, will have a look a bit later. |
lilic
left a comment
There was a problem hiding this comment.
Thanks for this!
We should also update the docs, do you mind doing that? https://github.com/operator-framework/operator-sdk/blob/9e91e5b1e774bcb84e0ba7ffd70d200f251d50f7/doc/user/unit-testing.md#using-a-fake-client
|
|
||
| ### Changed | ||
|
|
||
| - Upgrade the version of the dependency [controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from `v0.1.10` to `v0.1.12` [#1612](https://github.com/operator-framework/operator-sdk/pull/1612) |
There was a problem hiding this comment.
| - Upgrade the version of the dependency [controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from `v0.1.10` to `v0.1.12` [#1612](https://github.com/operator-framework/operator-sdk/pull/1612) | |
| - Upgrade the version of the dependency [controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from `v0.1.10` to `v0.1.12`. ([#1612](https://github.com/operator-framework/operator-sdk/pull/1612)) |
|
@andy2046 There are a few more things that need to be covered as well:
The If you need help figuring out how to change those, let us know and we can help out. |
|
@joelanford thanks for the guidance, I have upgraded Kubernetes to v1.13.4, pls let me know if I missed out any other file. |
|
@lilic I have updated the docs, thanks. |
|
@lilic I can see the error came from |
|
@andy2046 green now. This was odd, anyways, ready for another round of reviews @joelanford |
Description of the change:
Changed
v0.1.10tov0.1.12Motivation for the change:
Address the issue in #1606
Closes #1606