Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps the opentelemetry-deps-collector group with 3 updates in the /collector/internal/tools directory: go.opentelemetry.io/build-tools/chloggen, go.opentelemetry.io/build-tools/crosslink and go.opentelemetry.io/build-tools/multimod.

Updates go.opentelemetry.io/build-tools/chloggen from 0.26.2 to 0.28.1

Release notes

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

v0.28.1

💡 Enhancements 💡

  • checkapi: Work with a JSON schema stored as yaml under metadata.yaml config key. (#1148)
  • chloggen: Sort changelog entries lexicographically based on their component field (#1276)
  • issuegenerator: issuegenerator now pings the author of a failing test's PR (#1182)
  • issuegenerator: trim component type suffix from component names (#1255)

🧰 Bug fixes 🧰

  • issuegenerator: removed pr section from autogenerated issue body. (#1243)

v0.28.0

🛑 Breaking changes 🛑

  • all: Bump minimum Go version to 1.24 (#1145, #1159)

💡 Enhancements 💡

  • issuegeneratoropen-telemetry/opentelemetry-collector-contrib#42518 Related issue is in the opentelemetry-collector-contrib repository.
  • checkapi: Add the folder name to error messages (#1141)
  • issuegenerator: Include commit and pr in issues generated by issuegenerator (#1180)
  • issue generator: Use labels to search for existing issues in issue generator (#1181)

🧰 Bug fixes 🧰

  • multimod: Support vN directories when tagging (#1209) When tagging a vN version of a Go module the vN suffix should not be included in the tag before the version.
  • checkapi: Do not check internal structs for unkeyed literal initialization. (#1140)

v0.27.0

💡 Enhancements 💡

  • chloggen: Add support for YAML files that use the alternate .yml extension (#1079)

  • checkapi: Add an option to check the config JSON schema matches the Config struct. (#1135) Add check_json_schema: true to the configuration file of checkapi to enable this option.

  • checkapi: read the structs in the component's internal packages (#1137)

Changelog

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

v0.28.1

💡 Enhancements 💡

  • checkapi: Work with a JSON schema stored as yaml under metadata.yaml config key. (#1148)
  • chloggen: Sort changelog entries lexicographically based on their component field (#1276)
  • issuegenerator: issuegenerator now pings the author of a failing test's PR (#1182)
  • issuegenerator: trim component type suffix from component names (#1255)

🧰 Bug fixes 🧰

  • issuegenerator: removed pr section from autogenerated issue body. (#1243)

v0.28.0

🛑 Breaking changes 🛑

  • all: Bump minimum Go version to 1.24 (#1145, #1159)

💡 Enhancements 💡

  • issuegenerator: added component section in auto generated issue body (#42518) Related issue is in the opentelemetry-collector-contrib repository.
  • checkapi: Add the folder name to error messages (#1141)
  • issuegenerator: Include commit and pr in issues generated by issuegenerator (#1180)
  • issue generator: Use labels to search for existing issues in issue generator (#1181)

🧰 Bug fixes 🧰

  • multimod: Support vN directories when tagging (#1209) When tagging a vN version of a Go module the vN suffix should not be included in the tag before the version.
  • checkapi: Do not check internal structs for unkeyed literal initialization. (#1140)

v0.27.0

💡 Enhancements 💡

  • chloggen: Add support for YAML files that use the alternate .yml extension (#1079)

  • checkapi: Add an option to check the config JSON schema matches the Config struct. (#1135) Add check_json_schema: true to the configuration file of checkapi to enable this option.

  • checkapi: read the structs in the component's internal packages (#1137)

Commits
  • c2b7a7f Release 0.28.1 (#1282)
  • dccabd2 [issuegenerator] Ping pr author of failing test (#1267)
  • 25ee987 chore(deps): update module github.com/ghostiam/protogetter to v0.3.17 (#1281)
  • 6d83506 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 7c0dd...
  • 861f70e chore(deps): update golang.org/x/exp/typeparams digest to 27f1f14 (#1279)
  • 6f750ac chore(deps): update github/codeql-action action to v3.30.6 (#1278)
  • 946cdaf [chloggen] Sort changelog entries alphabetically by component (#1276)
  • 831681a chore(deps): update module google.golang.org/protobuf to v1.36.10 (#1277)
  • bf75977 chore(deps): update golang.org/x/telemetry digest to 4eae98a (#1274)
  • 9537eaf chore(deps): update module github.com/charmbracelet/x/ansi to v0.10.2 (#1271)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/build-tools/crosslink from 0.26.2 to 0.28.1

Release notes

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

v0.28.1

💡 Enhancements 💡

  • checkapi: Work with a JSON schema stored as yaml under metadata.yaml config key. (#1148)
  • chloggen: Sort changelog entries lexicographically based on their component field (#1276)
  • issuegenerator: issuegenerator now pings the author of a failing test's PR (#1182)
  • issuegenerator: trim component type suffix from component names (#1255)

🧰 Bug fixes 🧰

  • issuegenerator: removed pr section from autogenerated issue body. (#1243)

v0.28.0

🛑 Breaking changes 🛑

  • all: Bump minimum Go version to 1.24 (#1145, #1159)

💡 Enhancements 💡

  • issuegeneratoropen-telemetry/opentelemetry-collector-contrib#42518 Related issue is in the opentelemetry-collector-contrib repository.
  • checkapi: Add the folder name to error messages (#1141)
  • issuegenerator: Include commit and pr in issues generated by issuegenerator (#1180)
  • issue generator: Use labels to search for existing issues in issue generator (#1181)

🧰 Bug fixes 🧰

  • multimod: Support vN directories when tagging (#1209) When tagging a vN version of a Go module the vN suffix should not be included in the tag before the version.
  • checkapi: Do not check internal structs for unkeyed literal initialization. (#1140)

v0.27.0

💡 Enhancements 💡

  • chloggen: Add support for YAML files that use the alternate .yml extension (#1079)

  • checkapi: Add an option to check the config JSON schema matches the Config struct. (#1135) Add check_json_schema: true to the configuration file of checkapi to enable this option.

  • checkapi: read the structs in the component's internal packages (#1137)

Changelog

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

v0.28.1

💡 Enhancements 💡

  • checkapi: Work with a JSON schema stored as yaml under metadata.yaml config key. (#1148)
  • chloggen: Sort changelog entries lexicographically based on their component field (#1276)
  • issuegenerator: issuegenerator now pings the author of a failing test's PR (#1182)
  • issuegenerator: trim component type suffix from component names (#1255)

🧰 Bug fixes 🧰

  • issuegenerator: removed pr section from autogenerated issue body. (#1243)

v0.28.0

🛑 Breaking changes 🛑

  • all: Bump minimum Go version to 1.24 (#1145, #1159)

💡 Enhancements 💡

  • issuegenerator: added component section in auto generated issue body (#42518) Related issue is in the opentelemetry-collector-contrib repository.
  • checkapi: Add the folder name to error messages (#1141)
  • issuegenerator: Include commit and pr in issues generated by issuegenerator (#1180)
  • issue generator: Use labels to search for existing issues in issue generator (#1181)

🧰 Bug fixes 🧰

  • multimod: Support vN directories when tagging (#1209) When tagging a vN version of a Go module the vN suffix should not be included in the tag before the version.
  • checkapi: Do not check internal structs for unkeyed literal initialization. (#1140)

v0.27.0

💡 Enhancements 💡

  • chloggen: Add support for YAML files that use the alternate .yml extension (#1079)

  • checkapi: Add an option to check the config JSON schema matches the Config struct. (#1135) Add check_json_schema: true to the configuration file of checkapi to enable this option.

  • checkapi: read the structs in the component's internal packages (#1137)

Commits
  • c2b7a7f Release 0.28.1 (#1282)
  • dccabd2 [issuegenerator] Ping pr author of failing test (#1267)
  • 25ee987 chore(deps): update module github.com/ghostiam/protogetter to v0.3.17 (#1281)
  • 6d83506 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 7c0dd...
  • 861f70e chore(deps): update golang.org/x/exp/typeparams digest to 27f1f14 (#1279)
  • 6f750ac chore(deps): update github/codeql-action action to v3.30.6 (#1278)
  • 946cdaf [chloggen] Sort changelog entries alphabetically by component (#1276)
  • 831681a chore(deps): update module google.golang.org/protobuf to v1.36.10 (#1277)
  • bf75977 chore(deps): update golang.org/x/telemetry digest to 4eae98a (#1274)
  • 9537eaf chore(deps): update module github.com/charmbracelet/x/ansi to v0.10.2 (#1271)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/build-tools/multimod from 0.26.2 to 0.28.1

Release notes

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

v0.28.1

💡 Enhancements 💡

  • checkapi: Work with a JSON schema stored as yaml under metadata.yaml config key. (#1148)
  • chloggen: Sort changelog entries lexicographically based on their component field (#1276)
  • issuegenerator: issuegenerator now pings the author of a failing test's PR (#1182)
  • issuegenerator: trim component type suffix from component names (#1255)

🧰 Bug fixes 🧰

  • issuegenerator: removed pr section from autogenerated issue body. (#1243)

v0.28.0

🛑 Breaking changes 🛑

  • all: Bump minimum Go version to 1.24 (#1145, #1159)

💡 Enhancements 💡

  • issuegeneratoropen-telemetry/opentelemetry-collector-contrib#42518 Related issue is in the opentelemetry-collector-contrib repository.
  • checkapi: Add the folder name to error messages (#1141)
  • issuegenerator: Include commit and pr in issues generated by issuegenerator (#1180)
  • issue generator: Use labels to search for existing issues in issue generator (#1181)

🧰 Bug fixes 🧰

  • multimod: Support vN directories when tagging (#1209) When tagging a vN version of a Go module the vN suffix should not be included in the tag before the version.
  • checkapi: Do not check internal structs for unkeyed literal initialization. (#1140)

v0.27.0

💡 Enhancements 💡

  • chloggen: Add support for YAML files that use the alternate .yml extension (#1079)

  • checkapi: Add an option to check the config JSON schema matches the Config struct. (#1135) Add check_json_schema: true to the configuration file of checkapi to enable this option.

  • checkapi: read the structs in the component's internal packages (#1137)

Changelog

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

v0.28.1

💡 Enhancements 💡

  • checkapi: Work with a JSON schema stored as yaml under metadata.yaml config key. (#1148)
  • chloggen: Sort changelog entries lexicographically based on their component field (#1276)
  • issuegenerator: issuegenerator now pings the author of a failing test's PR (#1182)
  • issuegenerator: trim component type suffix from component names (#1255)

🧰 Bug fixes 🧰

  • issuegenerator: removed pr section from autogenerated issue body. (#1243)

v0.28.0

🛑 Breaking changes 🛑

  • all: Bump minimum Go version to 1.24 (#1145, #1159)

💡 Enhancements 💡

  • issuegenerator: added component section in auto generated issue body (#42518) Related issue is in the opentelemetry-collector-contrib repository.
  • checkapi: Add the folder name to error messages (#1141)
  • issuegenerator: Include commit and pr in issues generated by issuegenerator (#1180)
  • issue generator: Use labels to search for existing issues in issue generator (#1181)

🧰 Bug fixes 🧰

  • multimod: Support vN directories when tagging (#1209) When tagging a vN version of a Go module the vN suffix should not be included in the tag before the version.
  • checkapi: Do not check internal structs for unkeyed literal initialization. (#1140)

v0.27.0

💡 Enhancements 💡

  • chloggen: Add support for YAML files that use the alternate .yml extension (#1079)

  • checkapi: Add an option to check the config JSON schema matches the Config struct. (#1135) Add check_json_schema: true to the configuration file of checkapi to enable this option.

  • checkapi: read the structs in the component's internal packages (#1137)

Commits
  • c2b7a7f Release 0.28.1 (#1282)
  • dccabd2 [issuegenerator] Ping pr author of failing test (#1267)
  • 25ee987 chore(deps): update module github.com/ghostiam/protogetter to v0.3.17 (#1281)
  • 6d83506 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 7c0dd...
  • 861f70e chore(deps): update golang.org/x/exp/typeparams digest to 27f1f14 (#1279)
  • 6f750ac chore(deps): update github/codeql-action action to v3.30.6 (#1278)
  • 946cdaf [chloggen] Sort changelog entries alphabetically by component (#1276)
  • 831681a chore(deps): update module google.golang.org/protobuf to v1.36.10 (#1277)
  • bf75977 chore(deps): update golang.org/x/telemetry digest to 4eae98a (#1274)
  • 9537eaf chore(deps): update module github.com/charmbracelet/x/ansi to v0.10.2 (#1271)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ectory with 3 updates

Bumps the opentelemetry-deps-collector group with 3 updates in the /collector/internal/tools directory: [go.opentelemetry.io/build-tools/chloggen](https://github.com/open-telemetry/opentelemetry-go-build-tools), [go.opentelemetry.io/build-tools/crosslink](https://github.com/open-telemetry/opentelemetry-go-build-tools) and [go.opentelemetry.io/build-tools/multimod](https://github.com/open-telemetry/opentelemetry-go-build-tools).


Updates `go.opentelemetry.io/build-tools/chloggen` from 0.26.2 to 0.28.1
- [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.26.2...v0.28.1)

Updates `go.opentelemetry.io/build-tools/crosslink` from 0.26.2 to 0.28.1
- [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.26.2...v0.28.1)

Updates `go.opentelemetry.io/build-tools/multimod` from 0.26.2 to 0.28.1
- [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.26.2...v0.28.1)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/build-tools/chloggen
  dependency-version: 0.28.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-deps-collector
- dependency-name: go.opentelemetry.io/build-tools/crosslink
  dependency-version: 0.28.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-deps-collector
- dependency-name: go.opentelemetry.io/build-tools/multimod
  dependency-version: 0.28.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-deps-collector
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 20, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 20, 2025 13:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 20, 2025
@tylerbenson tylerbenson merged commit d3dabb9 into main Oct 20, 2025
15 checks passed
@tylerbenson tylerbenson deleted the dependabot/go_modules/collector/internal/tools/opentelemetry-deps-collector-e3da916036 branch October 20, 2025 21:54
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.

1 participant