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: Explicitly add defulat providers to builder config #527

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

jburns24
Copy link
Contributor

This is a no-op change but should make future updates easier.

OCB made assumptions that implied default providers matched the builder version https://github.com/open-telemetry/opentelemetry-collector/blob/main/cmd/builder/internal/builder/config.go#L219-L231

This is a bad assumption as uncovered by the 1.15.0/0.109.0 release. A couple of the default providers moved to stable while others are not and the builder is still not stable.

There has been conversations to resolve this but there is enforced strict versioning checks that make this more challenging.

The provided advice now is to explicitly set default providers in the builder config. https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.109.0

This is a chore because currently the implied default providers match the builder version thus the latest release is good. Putting them here explicitly will ensure we update these providers as others move to stable.

@github-actions github-actions bot added the build label Sep 12, 2024
@adrielp
Copy link
Collaborator

adrielp commented Sep 12, 2024

Explicitly defining based on this opened issue

@adrielp adrielp merged commit 7e21e71 into main Sep 12, 2024
14 checks passed
@adrielp adrielp deleted the add-missing-stable-providers branch September 12, 2024 16:27
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.

2 participants