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

[chore] docs(builder): remove outdated note on builder version reporting #11261

Merged

Conversation

andrzej-stencel
Copy link
Member

This has been fixed since v0.91.0: #8994.

@andrzej-stencel andrzej-stencel requested a review from a team as a code owner September 24, 2024 09:54
Copy link

codecov bot commented Sep 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.42%. Comparing base (9811830) to head (3796781).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11261   +/-   ##
=======================================
  Coverage   91.42%   91.42%           
=======================================
  Files         424      424           
  Lines       20188    20188           
=======================================
  Hits        18456    18456           
  Misses       1348     1348           
  Partials      384      384           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bogdandrutu
Copy link
Member

bogdandrutu commented Sep 24, 2024

Have you tested it?

I am confused about #11208 then?

@songy23
Copy link
Member

songy23 commented Sep 24, 2024

I think #11208 is a different issue, that PR is about respecting the version number once it is set. This PR is about the (already fixed) incorrect version format.

@andrzej-stencel
Copy link
Member Author

andrzej-stencel commented Sep 25, 2024

Have you tested it?

@bogdandrutu Yes, I tested it with v0.109.0 and v0.110.0.

$ go install go.opentelemetry.io/collector/cmd/[email protected]
$ builder version                                              
ocb version v0.110.0
$ go install go.opentelemetry.io/collector/cmd/[email protected]
$ builder version                                              
ocb version v0.109.0
$ go install go.opentelemetry.io/collector/cmd/builder@latest  
$ builder version                                            
ocb version v0.110.0

@songy23 songy23 requested a review from bogdandrutu September 25, 2024 13:16
@bogdandrutu bogdandrutu merged commit 36813f5 into open-telemetry:main Sep 25, 2024
49 checks passed
@github-actions github-actions bot added this to the next release milestone Sep 25, 2024
jackgopack4 pushed a commit to jackgopack4/opentelemetry-collector that referenced this pull request Oct 8, 2024
HongChenTW pushed a commit to HongChenTW/opentelemetry-collector that referenced this pull request Dec 19, 2024
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

Successfully merging this pull request may close these issues.

3 participants