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
Prepare release automation fails for v0.86.0 because of the jaeger exporter which is no longer published with the new version, but is still included in the testbed binary compilation. See the error message here:
Since the search/replace for the specific module version will only happen in this version, i've decided to run the release-prepare-release.sh manually for this release.
The following commands were run to prepare this release:
- make chlog-update VERSION=v0.86.0
- sed -i.bak s/0.85.0/0.86.0/g versions.yaml
- make multimod-prerelease
- make multimod-sync
Fixes#27199
---------
Signed-off-by: Alex Boten <aboten@lightstep.com>
The following commands were run to prepare this release:
- make chlog-update VERSION=v0.86.0
- sed -i.bak s/0.85.0/0.86.0/g versions.yaml
- make multimod-prerelease
- make multimod-sync
Fixesopen-telemetry#27199
---------
Signed-off-by: Alex Boten <aboten@lightstep.com>
Component(s)
No response
Describe the issue you're reporting
Prepare release automation fails for v0.86.0 because of the jaeger exporter which is no longer published with the new version, but is still included in the testbed binary compilation. See the error message here:
https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/6307699974/job/17124721508#step:5:601
The text was updated successfully, but these errors were encountered: