-
Notifications
You must be signed in to change notification settings - Fork 2.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
make update-otel #34694
make update-otel #34694
Conversation
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
@mx-psi could you have a look at this? I think it should solve the problem with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I think this should work. I am going to wait until the current release is done to merge this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @led0nk
This was a step in the right direction, but it looks like there are still a couple manual steps left. For example, Another cumbersome thing is replacing the |
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> **Link to tracking Issue:** <Issue number if applicable> - Resolves open-telemetry#21632 **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.> So at first i reordered the `update-otel` command, because there was no sense in first updating the builder-configs (with the use of go.mod file) and then updating `go.mod`-files. Furthermore since the main `go.mod`-file has moved: open-telemetry@cfd83af#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6 I changed the source-file to `cmd/otelcontribcol/go.mod`
Description:
Link to tracking Issue:
Testing:
Documentation:
So at first i reordered the
update-otel
command, because there was no sense in first updating the builder-configs (with the use of go.mod file) and then updatinggo.mod
-files.Furthermore since the main
go.mod
-file has moved:cfd83af#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6
I changed the source-file to
cmd/otelcontribcol/go.mod