-
Notifications
You must be signed in to change notification settings - Fork 351
opentelemetry-collector/0.123.0 package update #48690
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
Conversation
octo-sts
bot
commented
Mar 31, 2025
Signed-off-by: wolfi-bot <[email protected]>
Please use 👍 or 👎 on this comment to indicate if you agree or disagree with the recommendation. To provide more detailed feedback please comment on the recommendation prefixed with /ai-verify: e.g. /ai-verify partially helpful but I also added bash to the build environment Gen AI suggestions to solve the build error: • Detected Error:
• Error Category: Build Configuration • Failure Point: • Root Cause Analysis: • Suggested Fix:
pipeline:
- runs: |
set -x
# Update to use the correct manifest path
curl --fail -o builder-config.yaml https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-releases/main/distributions/otelcol/manifest.yaml Or alternatively, use the release tag specific manifest: pipeline:
- runs: |
set -x
curl --fail -o builder-config.yaml https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-releases/collector-v${{package.version}}/distributions/otelcol/manifest.yaml • Explanation: • Additional Notes:
• References:
|
The Upstream has prepare release for We have to re run CI when we got a new tag for https://github.com/open-telemetry/opentelemetry-collector-releases |
They release 5 min ago. re running the CI |
<p align="center"> <img src="https://raw.githubusercontent.com/wolfi-dev/.github/b535a42419ce0edb3c144c0edcff55a62b8ec1f8/profile/wolfi-logo-light-mode.svg" /> </p> Signed-off-by: wolfi-bot <[email protected]> Co-authored-by: wolfi-bot <[email protected]> Co-authored-by: Debasish Biswas <[email protected]>