-
Notifications
You must be signed in to change notification settings - Fork 40
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
Release v0.16.0 #656
Release v0.16.0 #656
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #656 +/- ##
=======================================
Coverage 48.86% 48.86%
=======================================
Files 57 57
Lines 3381 3381
=======================================
Hits 1652 1652
Misses 1568 1568
Partials 161 161 ☔ View full report in Codecov by Sentry. |
There is follow up underway to this new component: #655 This release seems premature. |
@MrAlias I think @jade-guiton-dd is interested in releasing #642, not the |
It should be fine to release even with githubgen. the tool works as is for open-telemetry/opentelemetry-collector-contrib, just not for other use cases. That's what the follow up PR is for. |
Yes, I was hesitating to do a release because of the follow up PR. It sounds like it should be okay, but we can delay the release if you feel it necessary. I could use a pseudo-version on contrib in the meantime to start integrating #642. |
I feel we need to revert prior to a release given approvals for #639 were made with the assumption that things would be fixed. |
Couldn't we just remove it from versions.yaml so it's not released rather than a full revert? |
@dmathieu I can try doing a partial release with only |
I believe that would require doing the release manually, which doesn't look like a good idea. |
I'll try the release again excluding just |
v0.16.0
🚀 New components 🚀
githubgen
: Moved githubgen tool here from open-telemetry/opentelemetry-collector-contrib (feat: add githubgen tool #639)💡 Enhancements 💡
crosslink
: Adds a 'tidy' subcommand to generate 'go mod tidy' schedules (Addcrosslink tidylist
command #642)