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

prepare release fails for v0.86.0 #27199

Closed
codeboten opened this issue Sep 26, 2023 · 1 comment · Fixed by #27206
Closed

prepare release fails for v0.86.0 #27199

codeboten opened this issue Sep 26, 2023 · 1 comment · Fixed by #27206
Assignees
Labels
release:blocker The issue must be resolved before cutting the next release

Comments

@codeboten
Copy link
Contributor

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

@codeboten codeboten added the release:blocker The issue must be resolved before cutting the next release label Sep 26, 2023
@codeboten codeboten self-assigned this Sep 26, 2023
@codeboten codeboten changed the title prepare releas fails for v0.86.0 prepare release fails for v0.86.0 Sep 26, 2023
@codeboten
Copy link
Contributor Author

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.

codeboten pushed a commit that referenced this issue Sep 26, 2023
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>
jmsnll pushed a commit to jmsnll/opentelemetry-collector-contrib that referenced this issue Nov 12, 2023
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 open-telemetry#27199

---------

Signed-off-by: Alex Boten <aboten@lightstep.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:blocker The issue must be resolved before cutting the next release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant