-
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
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
#1612
Conversation
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. 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. |
@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. |
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.
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
CHANGELOG.md
Outdated
@@ -14,6 +14,7 @@ | |||
|
|||
### 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 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 |
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.
/approve
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.
Thanks for this!
/lgtm
Description of the change:
Changed
v0.1.10
tov0.1.12
Motivation for the change:
Address the issue in #1606
Closes #1606