-
Notifications
You must be signed in to change notification settings - Fork 158
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
update deps to 0.42.0 and provide double dollar config source parsing compatibility #1099
Conversation
acf3454
to
496899d
Compare
@pmcollins do you think adding the |
Sure, if that bug is fixed, let's do it and consider adding the relevant tests from that PR as well (or their equivalent). BTW the Koanf API we were using for fixing up configs doesn't handle arrays so I had to put in a bit of a hack to replace values that live under arrays: |
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. I can confirm it fixes the double evaluation issue #628
@rmfitzpatrick @pmcollins . I'm still not sure if we want to have the automatic translation / backward compatibility for |
496899d
to
9c8ae50
Compare
@dmitryax, @pmcollins as discussed these changes now include a temporary |
436f4c3
to
d5dec87
Compare
@dmitryax any chance you'd be able to weigh in on some suggested upgrade guidelines re: #628 ? |
f2f3cb9
to
10f348c
Compare
dd48eed
to
ed1bddc
Compare
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!
ed1bddc
to
61f68b2
Compare
initial adoption of config (map) provider helpers (open-telemetry/opentelemetry-collector#4637) to address breaking changes (open-telemetry/opentelemetry-collector#4600).
Probably shouldn't land until it is known to accomplish what #1058 does and has been vetted w/ helm chart and additional integration test(s).