Skip to content

Temporary workaround to pull in fix https://github.com/open-telemetry/opentelemetry-collector/pull/10560 #5105

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

Closed
wants to merge 1 commit into from

Conversation

jvoravong
Copy link
Contributor

Description:

  • Pulling in a temporary fix for [confmap] Fix bug where expand didn't honor escaping #10560

@@ -64,7 +64,7 @@ jobs:
make install-tools
make for-all CMD="make tidy"
if ! git diff --exit-code; then
echo "One or more Go files are not tidied. Run 'make for-all CMD="make tidy"' and push the changes."
echo "One or more Go files are not tidied. Run 'make for-all CMD=\"make tidy\"' and push the changes."
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe separate PR?

@@ -643,3 +643,12 @@ replace (

// Required for github.com/hashicorp/[email protected]
replace github.com/pires/go-proxyproto v1.0.0 => github.com/peteski22/go-proxyproto v1.0.0

// TODO: Remove with v0.105.0 release, temporary workaround to pull in fix https://github.com/open-telemetry/opentelemetry-collector/pull/10560
Copy link
Contributor

Choose a reason for hiding this comment

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

don't do replaces just update the version in. the dependencies.

@jeffreyc-splunk
Copy link
Contributor

Probably not needed anymore since #5110 should include the fix.

@jvoravong jvoravong closed this Jul 18, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jul 18, 2024
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.

3 participants