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 modules to use v0.69.0 of collector modules #6933

Merged

Conversation

djaglowski
Copy link
Member

Fixes incorrect references described in #6908 (comment)

@djaglowski djaglowski added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Jan 12, 2023
@djaglowski djaglowski changed the base branch from main to release/v0.69.x January 12, 2023 13:40
@djaglowski djaglowski marked this pull request as ready for review January 12, 2023 13:41
@djaglowski djaglowski requested review from a team and mx-psi and removed request for a team January 12, 2023 13:41
consumer/go.mod Outdated Show resolved Hide resolved
@@ -4,9 +4,8 @@ go 1.18

require (
github.com/stretchr/testify v1.8.1
go.opentelemetry.io/collector v0.68.0
go.opentelemetry.io/collector/confmap v0.68.0
go.opentelemetry.io/collector/consumer v0.68.0
Copy link
Member

@mx-psi mx-psi Jan 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one (the consumer line) was removed, I guess that means that the module was not tidied before. This should not block the PR, but it's something we should investigate.

@codecov
Copy link

codecov bot commented Jan 12, 2023

Codecov Report

Base: 91.05% // Head: 91.05% // No change to project coverage 👍

Coverage data is based on head (554ab93) compared to base (d01b50b).
Patch has no changes to coverable lines.

Additional details and impacted files
@@               Coverage Diff                @@
##           release/v0.69.x    #6933   +/-   ##
================================================
  Coverage            91.05%   91.05%           
================================================
  Files                  237      237           
  Lines                14298    14298           
================================================
  Hits                 13019    13019           
  Misses                1027     1027           
  Partials               252      252           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@djaglowski djaglowski merged commit ea8eb18 into open-telemetry:release/v0.69.x Jan 12, 2023
@djaglowski djaglowski deleted the release/v0.69.0-fixes branch January 12, 2023 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants