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

Update all OTel upstream dependencies regularly and atomically #6132

Open
4 tasks
ycombinator opened this issue Nov 23, 2024 · 1 comment
Open
4 tasks

Update all OTel upstream dependencies regularly and atomically #6132

ycombinator opened this issue Nov 23, 2024 · 1 comment
Assignees

Comments

@ycombinator
Copy link
Contributor

ycombinator commented Nov 23, 2024

Describe the enhancement:
Automation (likely a custom script) that will regularly update upstream OTel dependencies

Describe a specific use case for the enhancement or feature:
We currently use Dependabot for managing updates of upstream OTel dependencies. Unfortunately, we've observed at times that not all such dependencies get updated in the same PR. A custom script would allows us to solve this problem.

What is the definition of done?

  • A script that will run daily to check if a new version of upstream OTel dependencies has been released. If it has, the script will put up a PR containing the updates.
  • All upstream OTel dependencies must be updated in a single PR.
  • The PR should also include an update to the EDOT Collector README with new versions of the upstream OTel dependencies.
  • Remove the Dependabot configuration that currently performs the (incomplete) updates.
@cmacknz
Copy link
Member

cmacknz commented Nov 25, 2024

We are also able to use Renovate if needed and it would handle this better.

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

No branches or pull requests

3 participants