-
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
Fix bz 1688647 envvar subsitution in curator config files #1568
Fix bz 1688647 envvar subsitution in curator config files #1568
Conversation
8a40bb9
to
40bc665
Compare
@richm it looks like pyyaml 3.12 is the latest&stable pyyaml we have in rpm. |
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.
I don't see any code changes. Is 'the fix' simply to peg the dependency?
40bc665
to
e8d3457
Compare
/hold |
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.
@josefkarasek please squash commits
/retest |
/hold cancel |
e8d3457
to
becc6dd
Compare
/retest |
/hold I'm struggling with building the rhel dockerfile |
PyYaml 5.1 regression doesnt resolve envvars in configuration files Fix bz 1688647 This isn't a bug fix per se, as rhel image was never affected. Rhel image uses pyyaml 3.10. Only centos image was affected, because python deps are installed via pip.
becc6dd
to
748cb60
Compare
/hold cancel |
/retest |
1 similar comment
/retest |
/test full-integ-aws |
6 similar comments
/test full-integ-aws |
/test full-integ-aws |
/test full-integ-aws |
/test full-integ-aws |
/test full-integ-aws |
/test full-integ-aws |
/retest |
19 similar comments
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/test full-integ-aws |
/hold cancel |
/lgtm |
Link github.com/openshift/pull/1568
Fix envvar subsitution in config files
PyYaml 5.1 regression doesnt resolve envvars in configuration files
Fix bz 1688647
This isn't a bug fix per se, as rhel image was never affected.
Rhel image uses pyyaml 3.10.
Only centos image was affected, because python deps are installed
via pip.
See elastic/curator#1368
Ref https://bugzilla.redhat.com/show_bug.cgi?id=1688647