-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 0.65.1 release #16422
Prepare 0.65.1 release #16422
Conversation
tigrannajaryan
commented
Nov 22, 2022
•
edited
Loading
edited
- Update versions.yaml to 0.65.1
- Retract v0.65.0
- Add 0.65.1 to CHANGELOG.md and note that v0.65.0 is broken
@codeboten please ping me when you have a fix for deb/rpm so that I can rebase this. |
@tigrannajaryan #16436 was failing due to the 0.65.0 release not the GH actions. So this PR's build should pass once rebased |
- Update versions.yaml to 0.65.1 - Retract v0.65.0 - Add 0.65.1 to CHANGELOG.md and note that v0.65.0 is broken
6a834e9
to
d667f40
Compare
Rebased. |
@dmitryax no luck |
It is a different problem this time:
What does And why do we have 0.65.0 version in the file name? Supposed to be 0.65.1. |
@tigrannajaryan @dmitryax @codeboten I think the issue is that the The result of that script isn't in the output but the next step in the workflow shows that the version isn't getting properly set for the next script. The workflow calls the script with If if [[ -z "$VERSION" ]]; then
latest_tag="$( git describe --abbrev=0 --match v[0-9]* )"
VERSION="${latest_tag}-post"
fi Those line match the screenshot above, so I think that means that $VERSION isn't getting set, which implies |
Nevermind, the last release does the same thing: https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/3428200998/jobs/5712744869. 🤷 |
It looks like the script always ends up using |
@open-telemetry/collector-contrib-maintainer I haven't work on the contrib for a while, I don't know how the release works and don't have the expertise to solve this myself. I will need your help to figure it out. |
I'm looking into this @TylerHelmuth I see that at least this commit after 0.65.0 partially succeeded, so not sure it's related to 0.65.0. |
This commit correctly should be done against the release branch |
@bogdandrutu I can make another PR against |
we have now, https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/release/v0.65.x, I renamed that branch |
Closed in favour of #16457 |