-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[chore] Prepare release 0.95.0 #31361
[chore] Prepare release 0.95.0 #31361
Conversation
@@ -50,6 +50,11 @@ git add . | |||
git commit -m "make multimod-sync changes ${CANDIDATE_BETA}" || (echo "no multimod changes to commit") | |||
|
|||
make gotidy | |||
|
|||
pushd cmd/otelcontribcol |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The automated action failed because the go.sum for otelcontribcol was out of sync on the make otelcontribcol
command. I added this extra go mod tidy
here, as apparently the make gotidy
explicitly rules out otelcontribcol. I see that this failed on the last release already, so I thought we should have a patch here so that we don't fail on the next release again, but we should definitely discuss what's the right way to fix this.
The CI failure is about this link:
However, this link works for me. Perhaps that site is blocking automated calls? |
The following commands were run to prepare this release: - make chlog-update VERSION=v0.95.0 - sed -i.bak s/0.94.0/0.95.0/g versions.yaml - make multimod-prerelease - make multimod-sync
The following commands were run to prepare this release: