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

Release Needed #1034

Closed
MrAlias opened this issue May 27, 2020 · 4 comments
Closed

Release Needed #1034

MrAlias opened this issue May 27, 2020 · 4 comments

Comments

@MrAlias
Copy link
Contributor

MrAlias commented May 27, 2020

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.

go.opentelemetry.io/collector/consumer/consumerdata: go.opentelemetry.io/collector@v0.3.0: parsing go.mod:
module declares its path as: github.com/open-telemetry/opentelemetry-collector
        but was required as: go.opentelemetry.io/collector

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 your go.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 updated go.mod to the new import path.

@tigrannajaryan
Copy link
Member

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):
#1022
#1023
#1024
#1025
#1026
#1027
#1028
#1029
#1030
#1031

Help is appreciated.

@jrcamp
Copy link
Contributor

jrcamp commented May 28, 2020

@tigrannajaryan might help to track these with Github milestones (https://github.com/open-telemetry/opentelemetry-collector/milestones).

@tigrannajaryan
Copy link
Member

@flands
Copy link
Contributor

flands commented Jun 18, 2020

0.4.0 released!

@flands flands closed this as completed Jun 18, 2020
MovieStoreGuy pushed a commit to atlassian-forks/opentelemetry-collector that referenced this issue Nov 11, 2021
…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>
hughesjj pushed a commit to hughesjj/opentelemetry-collector that referenced this issue Apr 27, 2023
…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>
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

4 participants