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

Generate message about core and contrib changelogs based on builder manifest #584

Open
mx-psi opened this issue Jun 26, 2024 · 0 comments
Open

Comments

@mx-psi
Copy link
Member

mx-psi commented Jun 26, 2024

On #529 we added an automatic link to core and contrib changelogs on the release, see e.g. https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.102.0

On the v0.103.x release cycle, we had to do a bugfix release on this repository, since the manifest for the k8s distribution was incorrect. On the v0.103.1 release, we released artifacts that had v0.103.0 core and contrib components, but the release text linked to the (nonexisting) v0.103.1 tag on core and contrib. This was reported by @arminru and was fixed quickly, but we can automate this edge case.

A way to fix this would be to check the versions of components in the manifests instead of the tag value. We would likely need to add a previous check to ensure consistency across versions in the manifests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant