-
Notifications
You must be signed in to change notification settings - Fork 1.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
[chore] Prepare release v1.17.0/v0.111.0 #11353
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good but will wait for open-telemetry/opentelemetry-collector-contrib#35598 first
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11353 +/- ##
=======================================
Coverage 91.54% 91.54%
=======================================
Files 428 428
Lines 20233 20233
=======================================
Hits 18522 18522
Misses 1337 1337
Partials 374 374 ☔ View full report in Codecov by Sentry. |
The contrib test failure happens in this line https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/ec129c90271600730ae3197b989840e3db172d6a/internal/tools/go.mod#L233 Trying to fix it with #11355 |
Fixes replace statements
I am going to re-run contrib tests after merging open-telemetry/opentelemetry-collector-contrib/pull/35598 to make sure everything works |
The following commands were run to prepare this release: - make chlog-update VERSION=v1.17.0/v0.111.0 - make prepare-release PREVIOUS_VERSION=1[.]16[.]0 RELEASE_CANDIDATE=1.17.0 MODSET=stable - make prepare-release PREVIOUS_VERSION=0[.]110[.]0 RELEASE_CANDIDATE=0.111.0 MODSET=beta --------- Co-authored-by: Pablo Baeyens <pablo.baeyens@datadoghq.com>
The following commands were run to prepare this release: - make chlog-update VERSION=v1.17.0/v0.111.0 - make prepare-release PREVIOUS_VERSION=1[.]16[.]0 RELEASE_CANDIDATE=1.17.0 MODSET=stable - make prepare-release PREVIOUS_VERSION=0[.]110[.]0 RELEASE_CANDIDATE=0.111.0 MODSET=beta --------- Co-authored-by: Pablo Baeyens <pablo.baeyens@datadoghq.com>
The following commands were run to prepare this release: