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

Fix the release of the otel collector to enable importing by version of module packages #408

Open
adrielp opened this issue May 8, 2024 · 0 comments

Comments

@adrielp
Copy link
Collaborator

adrielp commented May 8, 2024

Overview

To build a custom collector from outside of the Liatrio OTEL Collector means you have to import the package with a version specified like v0.0.0-<hash>. This is because the version of the package internally doesn't get edited with the release on main.

The OpenTelemetry release cycle is a bi-weekly cycle where releases are cut from an external repository which edits the files according to the new release version.

We should fix this such that:

  • release is triggered and edits the files with the next version
  • files are committed (automation)
  • files are released from said version
@github-actions github-actions bot added the triage Label to signify this work needs to be triaged. label May 8, 2024
@adrielp adrielp added enhancement New feature or request github_actions build and removed triage Label to signify this work needs to be triaged. labels May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant