-
Notifications
You must be signed in to change notification settings - Fork 230
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
Do not install pyyaml 5.1 #1599
Conversation
Hi @Reamer. Thanks for your PR. I'm waiting for a 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. |
I saw the fix #1568 on master. Can we merge this also in release-3.11? |
/ok-to-test |
Curator was pinned to 5.2 because last attempt to bump to the latest version caused our production builds to fail. I'm placing this on hold for now. @josefkarasek are you able to confirm if we can support this PR downstream? |
/hold |
@Reamer: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
@Reamer I pinned it to 3.12 as that's what we have downstream (RHEL based dockerfile). Are you alright with it? |
Hi @josefkarasek, |
Hi,
I build my images frequently and I get following error, with the new pyyaml 5.1 version.
It's because of following deprecation https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
For me it's not really clear, why we pin curator to version 5.2. I think at some point curator will fix this. See elastic/curator#1368. It seems curator waits for pyyaml 5.2 elastic/curator#1368 (comment)