-
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
Release Needed #1034
Comments
We are planning a release in 1-2 weeks. We want to beef up the test suite and spend more time testing in our internal environments to gain more confidence we did not break the Collector due to the large volume of changes. Issues to track (we probably won't do them all right now): Help is appreciated. |
@tigrannajaryan might help to track these with Github milestones (https://github.com/open-telemetry/opentelemetry-collector/milestones). |
Tracking in milestone https://github.com/open-telemetry/opentelemetry-collector/milestone/4 |
0.4.0 released! |
…jaeger (open-telemetry#1034) * Bump google.golang.org/api in /exporters/trace/jaeger Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.29.0 to 0.30.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.29.0...v0.30.0) Signed-off-by: dependabot[bot] <support@github.com> * Auto-fix go.sum changes in dependent modules Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
…emetry#1034) Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-xdist@v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
With the large restructuring of code and the recent update of the vanity URLs to support this import path imports are now broken without intervention. E.g.
Additionally, if you try building against packages that are in master but not in the v0.3.0 release (i.e.
go.opentelemetry.io/collector/consumer/pdata
), the build will fail. The only way around this is to explicitly update yourgo.mod
to depend on a git commit.Making a release > v0.3.0 will resolve this issue. It looks like, in addition to including all the changed code (i.e. adding
consumer/pdata
), it also has updatedgo.mod
to the new import path.The text was updated successfully, but these errors were encountered: