-
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
create builds for 0.76.3 #7598
Comments
The release version for components in the opentelemetry-collector repository (anything under Only the opentelemetry-collector-contrib repository components should be set to 0.76.3 |
@cforce would you be able to open a PR to update https://github.com/open-telemetry/opentelemetry-collector/blob/main/cmd/builder/internal/config/default.yaml to 0.76.1? |
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
...
The text was updated successfully, but these errors were encountered: