-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Publish release cadence for collector-contrib #1631
Comments
Collector core and contrib are released biweekly (today is a release day). The release process is described here https://github.com/open-telemetry/opentelemetry-collector/blob/master/docs/release.md |
Hi @tigrannajaryan Thanks for the link. I looked at release.md but it doesn't seem to state the release frequency for the Collector builds to be available. I'm working with @AzfaarQureshi and @shovnik on migrating the Collector release workflows from CircleCI to GitHub Actions. Feel free to ping me if there are other workflows you have in mind that we can automate for nightly and stable release builds. See related issue here. |
* Remove ConsumerOld Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com> * Fixed comments Co-authored-by: James Bebbington <jbebbington@google.com>
* sdk/trace: add missing options to tracer provider This change adds `WithDefaultSampler` and `WithSpanLimits` to the tracer provider and removed `WithConfig` from it. Before this change, `WithConfig` is the only way to set sampler or limits of a span. However, it is prone to misuse, since `WithConfig` can override tracing configurations that are configured by `WithResource` or `WithIDGenerator`. Thus to fix this, it adds new functional options - `WithDefaultSampler` and `WithSpanLimits` and removes `WithConfig`. Resolves #1631. * Update sdk/trace/provider.go Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> * Update sdk/trace/provider.go Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> * rebase and remove WithConfig Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
I suppose this can be closed now, what do you think @evan-bradley? Given that the release.md file now includes the release schedule table at the bottom. |
I would agree, closing this as completed. Thanks @astencel-sumo. |
What is the release cadence for the collector-contrib binaries? We'd like to get the latest merged changes in a collector-contrib release.
Can you please publish the release cadence for collector-contrib and the Collector (e.g. every week, 2 weeks) for when to expect a new release? This helps us test with published artifacts instead of cherry-picking commits to build artifacts.
Can this release process be automated with a GHA workflow? We can help build this workflow.
The text was updated successfully, but these errors were encountered: