You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @pieterlexis-tomtom! I'm here to help you with this issue. If you have any questions or need assistance, feel free to ask.
The issue you're experiencing, where the OpenTelemetry Collector binary reports the wrong version, could be related to a problem in the release process where the version number wasn't correctly embedded in the binary. This can happen if the {{ .Version }} template variable wasn't updated properly during the build process [1][2].
To resolve this, you might want to check if there has been any recent update or fix related to this issue in the repository or if a new release has been made to correct the versioning error. If the problem persists, it might be necessary to manually verify the versioning in the build configuration files, such as .goreleaser.yaml, to ensure the correct version is being set during the build process.
Hey folks,
I just downloaded otelcol contrib 0.115.1 (released about a day ago). However, the binary reports as being version 0.115.0. See below:
I have some automation in place that checks the currently installed version with the expected version and this breaks now 😉.
The text was updated successfully, but these errors were encountered: