Skip to content

Bump the go group across 1 directory with 16 updates#11

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-56432eb91c
Open

Bump the go group across 1 directory with 16 updates#11
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-56432eb91c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Bumps the go group with 6 updates in the / directory:

Package From To
go.opentelemetry.io/collector/component 1.54.0 1.56.0
go.opentelemetry.io/collector/component/componenttest 0.148.0 0.150.0
go.opentelemetry.io/collector/config/confighttp 0.148.0 0.150.0
go.opentelemetry.io/collector/config/configretry 1.54.0 1.56.0
go.opentelemetry.io/collector/exporter 1.54.0 1.56.0
go.uber.org/zap 1.27.1 1.28.0

Updates go.opentelemetry.io/collector/component from 1.54.0 to 1.56.0

Release notes

Sourced from go.opentelemetry.io/collector/component's releases.

v1.56.0/v0.150.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.150.0

End User Changelog

💡 Enhancements 💡

🧰 Bug fixes 🧰

  • exporter/debug: Guard from out of bounds profiles dictionary indices (#14803)

  • pdata/pprofile: create a copy when the input is marked as read-only (#15080)

  • pkg/otelcol: Fix missing default values in unredacted print-config command by introducing confmap.WithUnredacted MarshalOption. (#14750) Resolves an issue where the unredacted mode output omitted all default-valued options. By introducing a new MarshalOption to disable redaction directly at the confmap encoding level, the unredacted mode now preserves all component defaults natively without requiring post-processing.

  • pkg/service: Headers on the internal telemetry OTLP exporter are now redacted when the configuration is marshaled (#14756)

API Changelog

💡 Enhancements 💡

  • cmd/mdatagen: Add custom validation support for Go config structs (#14563)

v1.55.0/v0.149.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.149.0

End User Changelog

🛑 Breaking changes 🛑

  • pkg/service: Remove service_name, service_instance_id, and service_version as constant labels on every internal metric datapoint. These attributes are already present in target_info and were being duplicated on each series for OpenCensus backwards compatibility. (#14811) Previously, the collector stamped every internal metric series (e.g. otelcol_process_runtime_heap_alloc_bytes) with service_name, service_instance_id, and service_version labels to match the old OpenCensus behavior. These attributes are now only present in the target_info metric, which is the correct Prometheus/OTel convention. Users who filter or group by these labels on individual metrics will need to update their queries to use target_info joins instead.

💡 Enhancements 💡

  • all: Move aix/ppc64 to tier 3 support (#13380)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/component's changelog.

v1.56.0/v0.150.0

💡 Enhancements 💡

  • cmd/mdatagen: Add custom validation support for Go config structs (#14563)

v1.55.0/v0.149.0

💡 Enhancements 💡

  • cmd/mdatagen: Added ability to generate required fields validation to config go structs generated by mdatagen (#14563)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix RootPackage to use go module root instead of git repo root (#14801) Fixes issue with running mdatagen when the git repository root is different from the go module root.
Commits
  • 255690f [chore] Prepare release v1.56.0/v0.150.0 (#15101)
  • 5d7304d bump semconv to 1.40.0 (#15095)
  • 41c3a76 [chore] RFC for scraper controller extension (#14469)
  • d686cf9 [pdata/pprofile] copy data if read-only (#15082)
  • 999af63 [cmd/mdatagen] Add custom validation support for Go config structs (#15002)
  • d7bd747 [chore][cmd/mdatagen] Handle Go pseudo-versions in config schema URL generati...
  • d22374c [chore]: update readme (#15076)
  • cbcbcf6 fix(deps): update module github.com/shirou/gopsutil/v4 to v4.26.3 (#15069)
  • e1180d2 chore(deps): update streetsidesoftware/cspell-action action to v8.4.0 (#15070)
  • 130bcbd fix(deps): update opentelemetry-go monorepo to v1.43.0 (#15072)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/component/componenttest from 0.148.0 to 0.150.0

Changelog

Sourced from go.opentelemetry.io/collector/component/componenttest's changelog.

v1.56.0/v0.150.0

💡 Enhancements 💡

  • cmd/mdatagen: Add custom validation support for Go config structs (#14563)

v1.55.0/v0.149.0

💡 Enhancements 💡

  • cmd/mdatagen: Added ability to generate required fields validation to config go structs generated by mdatagen (#14563)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix RootPackage to use go module root instead of git repo root (#14801) Fixes issue with running mdatagen when the git repository root is different from the go module root.
Commits
  • 255690f [chore] Prepare release v1.56.0/v0.150.0 (#15101)
  • 5d7304d bump semconv to 1.40.0 (#15095)
  • 41c3a76 [chore] RFC for scraper controller extension (#14469)
  • d686cf9 [pdata/pprofile] copy data if read-only (#15082)
  • 999af63 [cmd/mdatagen] Add custom validation support for Go config structs (#15002)
  • d7bd747 [chore][cmd/mdatagen] Handle Go pseudo-versions in config schema URL generati...
  • d22374c [chore]: update readme (#15076)
  • cbcbcf6 fix(deps): update module github.com/shirou/gopsutil/v4 to v4.26.3 (#15069)
  • e1180d2 chore(deps): update streetsidesoftware/cspell-action action to v8.4.0 (#15070)
  • 130bcbd fix(deps): update opentelemetry-go monorepo to v1.43.0 (#15072)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/config/confighttp from 0.148.0 to 0.150.0

Changelog

Sourced from go.opentelemetry.io/collector/config/confighttp's changelog.

v1.56.0/v0.150.0

💡 Enhancements 💡

  • cmd/mdatagen: Add custom validation support for Go config structs (#14563)

v1.55.0/v0.149.0

💡 Enhancements 💡

  • cmd/mdatagen: Added ability to generate required fields validation to config go structs generated by mdatagen (#14563)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix RootPackage to use go module root instead of git repo root (#14801) Fixes issue with running mdatagen when the git repository root is different from the go module root.
Commits
  • 255690f [chore] Prepare release v1.56.0/v0.150.0 (#15101)
  • 5d7304d bump semconv to 1.40.0 (#15095)
  • 41c3a76 [chore] RFC for scraper controller extension (#14469)
  • d686cf9 [pdata/pprofile] copy data if read-only (#15082)
  • 999af63 [cmd/mdatagen] Add custom validation support for Go config structs (#15002)
  • d7bd747 [chore][cmd/mdatagen] Handle Go pseudo-versions in config schema URL generati...
  • d22374c [chore]: update readme (#15076)
  • cbcbcf6 fix(deps): update module github.com/shirou/gopsutil/v4 to v4.26.3 (#15069)
  • e1180d2 chore(deps): update streetsidesoftware/cspell-action action to v8.4.0 (#15070)
  • 130bcbd fix(deps): update opentelemetry-go monorepo to v1.43.0 (#15072)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/config/configopaque from 1.54.0 to 1.56.0

Release notes

Sourced from go.opentelemetry.io/collector/config/configopaque's releases.

v1.56.0/v0.150.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.150.0

End User Changelog

💡 Enhancements 💡

🧰 Bug fixes 🧰

  • exporter/debug: Guard from out of bounds profiles dictionary indices (#14803)

  • pdata/pprofile: create a copy when the input is marked as read-only (#15080)

  • pkg/otelcol: Fix missing default values in unredacted print-config command by introducing confmap.WithUnredacted MarshalOption. (#14750) Resolves an issue where the unredacted mode output omitted all default-valued options. By introducing a new MarshalOption to disable redaction directly at the confmap encoding level, the unredacted mode now preserves all component defaults natively without requiring post-processing.

  • pkg/service: Headers on the internal telemetry OTLP exporter are now redacted when the configuration is marshaled (#14756)

API Changelog

💡 Enhancements 💡

  • cmd/mdatagen: Add custom validation support for Go config structs (#14563)

v1.55.0/v0.149.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.149.0

End User Changelog

🛑 Breaking changes 🛑

  • pkg/service: Remove service_name, service_instance_id, and service_version as constant labels on every internal metric datapoint. These attributes are already present in target_info and were being duplicated on each series for OpenCensus backwards compatibility. (#14811) Previously, the collector stamped every internal metric series (e.g. otelcol_process_runtime_heap_alloc_bytes) with service_name, service_instance_id, and service_version labels to match the old OpenCensus behavior. These attributes are now only present in the target_info metric, which is the correct Prometheus/OTel convention. Users who filter or group by these labels on individual metrics will need to update their queries to use target_info joins instead.

💡 Enhancements 💡

  • all: Move aix/ppc64 to tier 3 support (#13380)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/config/configopaque's changelog.

v1.56.0/v0.150.0

💡 Enhancements 💡

  • cmd/mdatagen: Add custom validation support for Go config structs (#14563)

v1.55.0/v0.149.0

💡 Enhancements 💡

  • cmd/mdatagen: Added ability to generate required fields validation to config go structs generated by mdatagen (#14563)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix RootPackage to use go module root instead of git repo root (#14801) Fixes issue with running mdatagen when the git repository root is different from the go module root.
Commits
  • 255690f [chore] Prepare release v1.56.0/v0.150.0 (#15101)
  • 5d7304d bump semconv to 1.40.0 (#15095)
  • 41c3a76 [chore] RFC for scraper controller extension (#14469)
  • d686cf9 [pdata/pprofile] copy data if read-only (#15082)
  • 999af63 [cmd/mdatagen] Add custom validation support for Go config structs (#15002)
  • d7bd747 [chore][cmd/mdatagen] Handle Go pseudo-versions in config schema URL generati...
  • d22374c [chore]: update readme (#15076)
  • cbcbcf6 fix(deps): update module github.com/shirou/gopsutil/v4 to v4.26.3 (#15069)
  • e1180d2 chore(deps): update streetsidesoftware/cspell-action action to v8.4.0 (#15070)
  • 130bcbd fix(deps): update opentelemetry-go monorepo to v1.43.0 (#15072)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/config/configoptional from 1.54.0 to 1.56.0

Release notes

Sourced from go.opentelemetry.io/collector/config/configoptional's releases.

v1.56.0/v0.150.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.150.0

End User Changelog

💡 Enhancements 💡

🧰 Bug fixes 🧰

  • exporter/debug: Guard from out of bounds profiles dictionary indices (#14803)

  • pdata/pprofile: create a copy when the input is marked as read-only (#15080)

  • pkg/otelcol: Fix missing default values in unredacted print-config command by introducing confmap.WithUnredacted MarshalOption. (#14750) Resolves an issue where the unredacted mode output omitted all default-valued options. By introducing a new MarshalOption to disable redaction directly at the confmap encoding level, the unredacted mode now preserves all component defaults natively without requiring post-processing.

  • pkg/service: Headers on the internal telemetry OTLP exporter are now redacted when the configuration is marshaled (#14756)

API Changelog

💡 Enhancements 💡

  • cmd/mdatagen: Add custom validation support for Go config structs (#14563)

v1.55.0/v0.149.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.149.0

End User Changelog

🛑 Breaking changes 🛑

  • pkg/service: Remove service_name, service_instance_id, and service_version as constant labels on every internal metric datapoint. These attributes are already present in target_info and were being duplicated on each series for OpenCensus backwards compatibility. (#14811) Previously, the collector stamped every internal metric series (e.g. otelcol_process_runtime_heap_alloc_bytes) with service_name, service_instance_id, and service_version labels to match the old OpenCensus behavior. These attributes are now only present in the target_info metric, which is the correct Prometheus/OTel convention. Users who filter or group by these labels on individual metrics will need to update their queries to use target_info joins instead.

💡 Enhancements 💡

  • all: Move aix/ppc64 to tier 3 support (#13380)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/config/configoptional's changelog.

v1.56.0/v0.150.0

💡 Enhancements 💡

  • cmd/mdatagen: Add custom validation support for Go config structs (#14563)

v1.55.0/v0.149.0

💡 Enhancements 💡

  • cmd/mdatagen: Added ability to generate required fields validation to config go structs generated by mdatagen (#14563)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix RootPackage to use go module root instead of git repo root (#14801) Fixes issue with running mdatagen when the git repository root is different from the go module root.
Commits
  • 255690f [chore] Prepare release v1.56.0/v0.150.0 (#15101)
  • 5d7304d bump semconv to 1.40.0 (#15095)
  • 41c3a76 [chore] RFC for scraper controller extension (#14469)
  • d686cf9 [pdata/pprofile] copy data if read-only (#15082)
  • 999af63 [cmd/mdatagen] Add custom validation support for Go config structs (#15002)
  • d7bd747 [chore][cmd/mdatagen] Handle Go pseudo-versions in config schema URL generati...
  • d22374c [chore]: update readme (#15076)
  • cbcbcf6 fix(deps): update module github.com/shirou/gopsutil/v4 to v4.26.3 (#15069)
  • e1180d2 chore(deps): update streetsidesoftware/cspell-action action to v8.4.0 (#15070)
  • 130bcbd fix(deps): update opentelemetry-go monorepo to v1.43.0 (#15072)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/config/configretry from 1.54.0 to 1.56.0

Release notes

Sourced from go.opentelemetry.io/collector/config/configretry's releases.

v1.56.0/v0.150.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.150.0

End User Changelog

💡 Enhancements 💡

🧰 Bug fixes 🧰

  • exporter/debug: Guard from out of bounds profiles dictionary indices (#14803)

  • pdata/pprofile: create a copy when the input is marked as read-only (#15080)

  • pkg/otelcol: Fix missing default values in unredacted print-config command by introducing confmap.WithUnredacted MarshalOption. (#14750) Resolves an issue where the unredacted mode output omitted all default-valued options. By introducing a new MarshalOption to disable redaction directly at the confmap encoding level, the unredacted mode now preserves all component defaults natively without requiring post-processing.

  • pkg/service: Headers on the internal telemetry OTLP exporter are now redacted when the configuration is marshaled (#14756)

API Changelog

💡 Enhancements 💡

  • cmd/mdatagen: Add custom validation support for Go config structs (#14563)

v1.55.0/v0.149.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.149.0

End User Changelog

🛑 Breaking changes 🛑

  • pkg/service: Remove service_name, service_instance_id, and service_version as constant labels on every internal metric datapoint. These attributes are already present in target_info and were being duplicated on each series for OpenCensus backwards compatibility. (#14811) Previously, the collector stamped every internal metric series (e.g. otelcol_process_runtime_heap_alloc_bytes) with service_name, service_instance_id, and service_version labels to match the old OpenCensus behavior. These attributes are now only present in the target_info metric, which is the correct Prometheus/OTel convention. Users who filter or group by these labels on individual metrics will need to update their queries to use target_info joins instead.

💡 Enhancements 💡

  • all: Move aix/ppc64 to tier 3 support (#13380)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/config/configretry's changelog.

v1.56.0/v0.150.0

💡 Enhancements 💡

  • cmd/mdatagen: Add custom validation support for Go config structs (#14563)

v1.55.0/v0.149.0

💡 Enhancements 💡

  • cmd/mdatagen: Added ability to generate required fields validation to config go structs generated by mdatagen (#14563)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix RootPackage to use go module root instead of git repo root (#14801) Fixes issue with running mdatagen when the git repository root is different from the go module root.
Commits
  • 255690f [chore] Prepare release v1.56.0/v0.150.0 (#15101)
  • 5d7304d bump semconv to 1.40.0 (#15095)
  • 41c3a76 [chore] RFC for scraper controller extension (#14469)
  • d686cf9 [pdata/pprofile] copy data if read-only (#15082)
  • 999af63 [cmd/mdatagen] Add custom validation support for Go config structs (#15002)
  • d7bd747 [chore][cmd/mdatagen] Handle Go pseudo-versions in config schema URL generati...
  • d22374c [chore]: update readme (#15076)
  • cbcbcf6 fix(deps): update module github.com/shirou/gopsutil/v4 to v4.26.3 (#15069)
  • e1180d2 chore(deps): update streetsidesoftware/cspell-action action to v8.4.0 (#15070)
  • 130bcbd fix(deps): update opentelemetry-go monorepo to v1.43.0 (#15072)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/confmap from 1.54.0 to 1.56.0

Release notes

Sourced from go.opentelemetry.io/collector/confmap's releases.

v1.56.0/v0.150.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.150.0

End User Changelog

💡 Enhancements 💡

🧰 Bug fixes 🧰

  • exporter/debug: Guard from out of bounds profiles dictionary indices (#14803)

  • pdata/pprofile: create a copy when the input is marked as read-only (#15080)

  • pkg/otelcol: Fix missing default values in unredacted print-config command by introducing confmap.WithUnredacted MarshalOption. (#14750) Resolves an issue where the unredacted mode output omitted all default-valued options. By introducing a new MarshalOption to disable redaction directly at the confmap encoding level, the unredacted mode now preserves all component defaults natively without requiring post-processing.

  • pkg/service: Headers on the internal telemetry OTLP exporter are now redacted when the configuration is marshaled (#14756)

API Changelog

💡 Enhancements 💡

  • cmd/mdatagen: Add custom validation support for Go config structs (#14563)

v1.55.0/v0.149.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.149.0

End User Changelog

🛑 Breaking changes 🛑

  • pkg/service: Remove service_name, service_instance_id, and service_version as constant labels on every internal metric datapoint. These attributes are already present in target_info and were being duplicated on each series for OpenCensus backwards compatibility. (#14811) Previously, the collector stamped every internal metric series (e.g. otelcol_process_runtime_heap_alloc_bytes) with service_name, service_instance_id, and service_version labels to match the old OpenCensus behavior. These attributes are now only present in the target_info metric, which is the correct Prometheus/OTel convention. Users who filter or group by these labels on individual metrics will need to update their queries to use target_info joins instead.

💡 Enhancements 💡

  • all: Move aix/ppc64 to tier 3 support (#13380)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/confmap's changelog.

v1.56.0/v0.150.0

💡 Enhancements 💡

  • cmd/mdatagen: Add custom validation support for Go config structs (#14563)

v1.55.0/v0.149.0

💡 Enhancements 💡

  • cmd/mdatagen: Added ability to generate required fields validation to config go structs generated by mdatagen (#14563)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix RootPackage to use go module root instead of git repo root (#14801) Fixes issue with running mdatagen when the git repository root is different from the go module root.
Commits
  • 255690f [chore] Prepare release v1.56.0/v0.150.0 (#15101)
  • 5d7304d bump semconv to 1.40.0 (#15095)
  • 41c3a76 [chore] RFC for scraper controller extension (#14469)
  • d686cf9 [pdata/pprofile] copy data if read-only (#15082)
  • 999af63 [cmd/mdatagen] Add custom validation support for Go config structs (#15002)
  • d7bd747 [chore][cmd/mdatagen] Handle Go pseudo-versions in config schema URL generati...
  • d22374c [chore]: update readme (#15076)
  • cbcbcf6 fix(deps): update module github.com/shirou/gopsutil/v4 to v4.26.3 (#15069)
  • e1180d2 chore(deps): update streetsidesoftware/cspell-action action to v8.4.0 (#15070)
  • 130bcbd fix(deps): update opentelemetry-go monorepo to v1.43.0 (#15072)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/exporter from 1.54.0 to 1.56.0

Release notes

Sourced from go.opentelemetry.io/collector/exporter's releases.

v1.56.0/v0.150.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.150.0

End User Changelog

💡 Enhancements 💡

🧰 Bug fixes 🧰

  • exporter/debug: Guard from out of bounds profiles dictionary indices (#14803)

  • pdata/pprofile: create a copy when the input is marked as read-only (#15080)

  • pkg/otelcol: Fix missing default values in unredacted print-config command by introducing confmap.WithUnredacted MarshalOption. (#14750) Resolves an issue where the unredacted mode output omitted all default-valued options. By introducing a new MarshalOption to disable redaction directly at the confmap encoding level, the unredacted mode now preserves all component defaults natively without requiring post-processing.

  • pkg/service: Headers on the internal telemetry OTLP exporter are now redacted when the configuration is marshaled (#14756)

API Changelog

💡 Enhancements 💡

  • cmd/mdatagen: Add custom validation support for Go config structs (#14563)

v1.55.0/v0.149.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.149.0

End User Changelog

🛑 Breaking changes 🛑

  • pkg/service: Remove service_name, service_instance_id, and service_version as constant labels on every internal metric datapoint. These attributes are already present in target_info and were being duplicated on each series for OpenCensus backwards compatibility. (#14811) Previously, the collector stamped every internal metric series (e.g. otelcol_process_runtime_heap_alloc_bytes) with service_name, service_instance_id, and service_version labels to match the old OpenCensus behavior. These attributes are now only present in the target_info metric, which is the correct Prometheus/OTel convention. Users who filter or group by these labels on individual metrics will need to update their queries to use target_info joins instead.

💡 Enhancements 💡

  • all: Move aix/ppc64 to tier 3 support (#13380)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/exporter's changelog.

v1.56.0/v0.150.0

💡 Enhancements 💡

  • cmd/mdatagen: Add custom validation support for Go config structs (#14563)

v1.55.0/v0.149.0

💡 Enhancements 💡

  • cmd/mdatagen: Added ability to generate required fields validation to config go structs generated by mdatagen (#14563)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix RootPackage to use go module root instead of git repo root (#14801) Fixes issue with running mdatagen when the git repository root is different from the go module root.
Commits
  • 255690f [chore] Prepare release v1.56.0/v0.150.0 (#15101)
  • 5d7304d bump semconv to 1.40.0 (#15095)
  • 41c3a76 [chore] RFC for scraper controller extension (#14469)
  • d686cf9 [pdata/pprofile] copy data if read-only (#15082)
  • 999af63 [cmd/mdatagen] Add custom validation support for Go config structs (#15002)
  • d7bd747 [chore][cmd/mdatagen] Handle Go pseudo-versions in config schema URL generati...
  • d22374c [chore]: update readme (#15076)
  • cbcbcf6 fix(deps): update module github.com/shirou/gopsutil/v4 to v4.26.3 (#15069)
  • e1180d2 chore(deps): update streetsidesoftware/cspell-action action to v8.4.0 (#15070)
  • 130bcbd fix(deps): update opentelemetry-go monorepo to v1.43.0 (#15072)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/exporter/exporterhelper from 0.148.0 to 0.150.0

Changelog

Sourced from go.opentelemetry.io/collector/exporter/exporterhelper's changelog.

v1.56.0/v0.150.0

💡 Enhancements 💡

  • cmd/mdatagen: Add custom validation support for Go config structs (#14563)

v1.55.0/v0.149.0

💡 Enhancements 💡

  • cmd/mdatagen: Added ability to generate required fields validation to config go structs generated by mdatagen (#14563)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix RootPackage to use go module root instead of git repo root (#14801) Fixes issue with running mdatagen when the git repository root is different from the go module root.
Commits

Bumps the go group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [go.opentelemetry.io/collector/component](https://github.com/open-telemetry/opentelemetry-collector) | `1.54.0` | `1.56.0` |
| [go.opentelemetry.io/collector/component/componenttest](https://github.com/open-telemetry/opentelemetry-collector) | `0.148.0` | `0.150.0` |
| [go.opentelemetry.io/collector/config/confighttp](https://github.com/open-telemetry/opentelemetry-collector) | `0.148.0` | `0.150.0` |
| [go.opentelemetry.io/collector/config/configretry](https://github.com/open-telemetry/opentelemetry-collector) | `1.54.0` | `1.56.0` |
| [go.opentelemetry.io/collector/exporter](https://github.com/open-telemetry/opentelemetry-collector) | `1.54.0` | `1.56.0` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.27.1` | `1.28.0` |



Updates `go.opentelemetry.io/collector/component` from 1.54.0 to 1.56.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.54.0...pdata/v1.56.0)

Updates `go.opentelemetry.io/collector/component/componenttest` from 0.148.0 to 0.150.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.148.0...v0.150.0)

Updates `go.opentelemetry.io/collector/config/confighttp` from 0.148.0 to 0.150.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.148.0...v0.150.0)

Updates `go.opentelemetry.io/collector/config/configopaque` from 1.54.0 to 1.56.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.54.0...pdata/v1.56.0)

Updates `go.opentelemetry.io/collector/config/configoptional` from 1.54.0 to 1.56.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.54.0...pdata/v1.56.0)

Updates `go.opentelemetry.io/collector/config/configretry` from 1.54.0 to 1.56.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.54.0...pdata/v1.56.0)

Updates `go.opentelemetry.io/collector/confmap` from 1.54.0 to 1.56.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.54.0...pdata/v1.56.0)

Updates `go.opentelemetry.io/collector/exporter` from 1.54.0 to 1.56.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.54.0...pdata/v1.56.0)

Updates `go.opentelemetry.io/collector/exporter/exporterhelper` from 0.148.0 to 0.150.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.148.0...v0.150.0)

Updates `go.opentelemetry.io/collector/exporter/exportertest` from 0.148.0 to 0.150.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.148.0...v0.150.0)

Updates `go.opentelemetry.io/collector/pdata` from 1.54.0 to 1.56.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.54.0...pdata/v1.56.0)

Updates `go.opentelemetry.io/otel` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.42.0...v1.43.0)

Updates `go.opentelemetry.io/otel/metric` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.42.0...v1.43.0)

Updates `go.opentelemetry.io/otel/trace` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.42.0...v1.43.0)

Updates `go.uber.org/zap` from 1.27.1 to 1.28.0
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.27.1...v1.28.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](golang/sync@v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/collector/component
  dependency-version: 1.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/collector/component/componenttest
  dependency-version: 0.150.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/collector/config/confighttp
  dependency-version: 0.150.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/collector/config/configopaque
  dependency-version: 1.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/collector/config/configoptional
  dependency-version: 1.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/collector/config/configretry
  dependency-version: 1.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/collector/confmap
  dependency-version: 1.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/collector/exporter
  dependency-version: 1.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/collector/exporter/exporterhelper
  dependency-version: 0.150.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/collector/exporter/exportertest
  dependency-version: 0.150.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/collector/pdata
  dependency-version: 1.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.uber.org/zap
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/sync
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

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 Apr 28, 2026
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