Skip to content

Bump go.opentelemetry.io/build-tools/multimod from 0.11.0 to 0.24.0 in /internal/tools #10594

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 7, 2025

Bumps go.opentelemetry.io/build-tools/multimod from 0.11.0 to 0.24.0.

Release notes

Sourced from go.opentelemetry.io/build-tools/multimod's releases.

v0.24.0

Overview

🛑 Breaking changes 🛑

  • multimod: Default to attempting pre-releasing all module sets. (#992)

🚩 Deprecations 🚩

  • semconvgen: The semconvgen tooling is deprecated. (#1004)

    Use Weaver instead.

💡 Enhancements 💡

  • checkapi: Allow to check the API of components matches strictly to guidelines, with the only structs exported the Config structs. (#894)

  • issuegenerator: Increased search for existing issues to 6 months. (#925)

  • multimod: Add retries to multimod sync (#941) This tries to address occasional flakes in the Go proxy.

  • multimod: Support custom version reference files (#994)

    A new "modules" section is parsed in the version configuration. This section defines relative file paths for files that references the version of the module set. If this section is not used for a module the default "version.go" file at the root of the module directory is still assumed.

🧰 Bug fixes 🧰

  • multimod: Use Go errors to return error instead of logging and halting. (#1006)
  • multimod: Fix the multimod root command name in help text. (#991)

What's Changed

... (truncated)

Changelog

Sourced from go.opentelemetry.io/build-tools/multimod's changelog.

v0.24.0

🛑 Breaking changes 🛑

  • multimod: Default to attempting pre-releasing all module sets. (#992)

🚩 Deprecations 🚩

  • semconvgen: The semconvgen tooling is deprecated. (#1004) Use Weaver instead.

💡 Enhancements 💡

  • checkapi: Allow to check the API of components matches strictly to guidelines, with the only structs exported the Config structs. (#894)

  • issuegenerator: Increased search for existing issues to 6 months. (#925)

  • multimod: Add retries to multimod sync (#941) This tries to address occasional flakes in the Go proxy.

  • multimod: Support custom version reference files (#994) A new "modules" section is parsed in the version configuration. This section defines relative file paths for files that references the version of the module set. If this section is not used for a module the default "version.go" file at the root of the module directory is still assumed.

🧰 Bug fixes 🧰

  • multimod: Use Go errors to return error instead of logging and halting. (#1006)
  • multimod: Fix the multimod root command name in help text. (#991)

v0.23.1

🧰 Bug fixes 🧰

  • issuegenerator: Trim repository prefix from new issue titles (#864)

v0.23.0

🧰 Bug fixes 🧰

  • issuegenerator: Print correct workflow link in the issue body. (#840)
  • issuegenerator: Trim repository name from the module name in the issue title. (#841)

v0.22.0

🚀 New components 🚀

  • checkapi: New tool to check API constraints of Golang modules (#729)

v0.21.0

... (truncated)

Commits
  • 875a0d8 Release v0.24.0 (#1016)
  • 2e6da57 Support custom version reference files (#1002)
  • 14fb9d6 chore(deps): update module github.com/alwxsin/noinlineerr to v1.0.4 (#1015)
  • c734c7b Add issue templates (#1013)
  • 80df8cd Deprecate semconvgen (#1005)
  • 23bba7c Do not log.Fatal in CommitChangesToNewBranch (#1007)
  • d4f8912 chore(deps): update github.com/golangci/gofmt digest to 3e58ba0 (#1014)
  • 980f0e1 chore(deps): update module github.com/prometheus/procfs to v0.17.0 (#1003)
  • 7bb80b0 Default to pre-releasing all module sets in multimod prerelease (#993)
  • 5c0c8bd chore(deps): update module github.com/sonatard/noctx to v0.3.5 (#1000)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [go.opentelemetry.io/build-tools/multimod](https://github.com/open-telemetry/opentelemetry-go-build-tools) from 0.11.0 to 0.24.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-build-tools/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-build-tools/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-build-tools@v0.11.0...v0.24.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/build-tools/multimod
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants