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

create builds for 0.76.3 #7598

Closed
cforce opened this issue May 2, 2023 · 3 comments
Closed

create builds for 0.76.3 #7598

cforce opened this issue May 2, 2023 · 3 comments

Comments

@cforce
Copy link
Contributor

cforce commented May 2, 2023

The defautl yaml is not in sync with latest labels, like 0.76.3
https://github.com/open-telemetry/opentelemetry-collector/blob/main/cmd/builder/internal/config/default.yaml

It seems that there are build error because of deps which are not yet compatible- build with o.76.3

github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector tested by
github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector.test imports
go.opentelemetry.io/collector/connector/connectortest: reading go.opentelemetry.io/collector/go.mod at revision v0.76.3: unknown revision v0.76.3

github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver imports
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver/internal/scraper/networkscraper imports
github.com/shirou/gopsutil/v3/net: go.opentelemetry.io/collector@v0.76.3: reading go.opentelemetry.io/collector/go.mod at revision v0.76.3: unknown revision v0.76.3

...

@codeboten
Copy link
Contributor

The release version for components in the opentelemetry-collector repository (anything under go.opentelemetry.io/collector is 0.76.1 (see https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.76.1)

Only the opentelemetry-collector-contrib repository components should be set to 0.76.3

@codeboten
Copy link
Contributor

cforce added a commit to cforce/opentelemetry-collector that referenced this issue May 6, 2023
@codeboten
Copy link
Contributor

Fixed by #7633, thanks @cforce!

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

No branches or pull requests

2 participants