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(renovate): Disable OpenTelementry SDK updates #3435

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

silvestre
Copy link
Member

Issue

Updating the OpenTelemetry SDK can break consumers of OpenTelemetry
tracing data such as Dynatrace if they do not support the SDK version.

Fix

For now disable updates through Renovate.

Note

As soon as the supported versions are documented we can addd some
automation back to update to the latest supported versions.

# Issue

Updating the OpenTelemetry SDK can break consumers of OpenTelemetry
tracing data such as Dynatrace if they do not support the SDK version.

# Fix

For now disable updates through Renovate.

# Note

As soon as the supported versions are documented we can addd some
automation back to update to the latest supported versions.
@silvestre silvestre marked this pull request as ready for review December 18, 2024 15:31
@silvestre silvestre merged commit 17846f7 into main Dec 19, 2024
35 of 39 checks passed
@silvestre silvestre deleted the disable-otel-updates branch December 19, 2024 08:02
- name: Validate the Renovate JSON
run: |
set -euxo pipefail
npx --yes --package renovate -- renovate-config-validator
Copy link
Contributor

@geigerj0 geigerj0 Dec 19, 2024

Choose a reason for hiding this comment

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

Didn't know that renovate actually provides something that does a more enhanced validation than just checking if the JSON fits to the schema. Well played @silvestre 🤝 👍, love it :D, I definitely learned something here 🤓

https://docs.renovatebot.com/config-validation/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants