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

[chore] Prepare release 0.95.0 #31361

Merged
merged 6 commits into from
Feb 21, 2024

Conversation

jpkrohling
Copy link
Member

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

@@ -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
Copy link
Member Author

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.

@jpkrohling
Copy link
Member Author

The CI failure is about this link:

  107 links checked.
  [✖] https://superuser.com/a/980821 → Status: 403

However, this link works for me. Perhaps that site is blocking automated calls?

@jpkrohling jpkrohling merged commit be5986f into open-telemetry:main Feb 21, 2024
142 of 143 checks passed
@github-actions github-actions bot added this to the next release milestone Feb 21, 2024
XinRanZhAWS pushed a commit to XinRanZhAWS/opentelemetry-collector-contrib that referenced this pull request Mar 13, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants