Skip to content
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

[chore] Upgrade core dependencies #5136

Merged
merged 4 commits into from
Jul 29, 2024
Merged

[chore] Upgrade core dependencies #5136

merged 4 commits into from
Jul 29, 2024

Conversation

dmitryax
Copy link
Contributor

@dmitryax dmitryax commented Jul 24, 2024

Update to 0.105.0 version + cherry pick open-telemetry/opentelemetry-collector#10716

Also, disabling both confmap upstream feature gates for now. Enabling confmap.unifyEnvVarExpansion doesn't have any effect other than introducing a bug. The warning messages that are expected to show with the FG are ignored in our repo

We have duplicated functionality in our distro which needs to be deprecated first. Then we can remove it and align with upstream.

@dmitryax dmitryax force-pushed the update-upstream-dep branch 4 times, most recently from 079eba7 to ef48fc3 Compare July 25, 2024 17:42
Update to 0.105.0 version + cherry pick a confmap expansion fix
@dmitryax dmitryax closed this Jul 26, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jul 26, 2024
@dmitryax dmitryax reopened this Jul 26, 2024
@dmitryax dmitryax marked this pull request as ready for review July 26, 2024 22:27
@dmitryax dmitryax requested review from a team as code owners July 26, 2024 22:27
@dmitryax dmitryax requested a review from a team as a code owner July 28, 2024 21:13
@@ -30,13 +30,13 @@ resourceMetrics:
stringValue: prefix-$$$$an-envvar-value
- key: octuple-dollar
value:
stringValue: $$$an-envvar-value-suffix
stringValue: $$$${env:AN_ENVVAR}-suffix
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently, we have been expanding/resolving such strings twice after #2893. And this test validates wrong behavior. The issue isn't fixed by this PR. However, open-telemetry/opentelemetry-collector#10560 blocks the second expansion if we have an even number of $ after the first expansion.

I'm updating the tests because it's a step in the right direction. In the meantime, I'm looking into the bigger problem.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work finding this.

@dmitryax dmitryax merged commit 844ca5f into main Jul 29, 2024
50 checks passed
@dmitryax dmitryax deleted the update-upstream-dep branch July 29, 2024 00:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants