Skip to content

chore(deps): bump the otel-dependencies group across 2 directories with 3 updates #555

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
Contributor

@dependabot dependabot bot commented on behalf of github Apr 30, 2025

Bumps the otel-dependencies group with 1 update in the /connector/elasticapmconnector directory: github.com/open-telemetry/opentelemetry-collector-contrib/connector/signaltometricsconnector.
Bumps the otel-dependencies group with 2 updates in the /internal/tools directory: go.opentelemetry.io/build-tools/chloggen and go.opentelemetry.io/build-tools/multimod.

Updates github.com/open-telemetry/opentelemetry-collector-contrib/connector/signaltometricsconnector from 0.124.2-0.20250425060700-a372d054d598 to 0.125.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/connector/signaltometricsconnector's releases.

v0.125.0

The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.

End User Changelog

🛑 Breaking changes 🛑

  • awscloudwatchreceiver: Adds option to set storage for AWS CloudWatch receiver (#32231)

    • The default value of the start_from field in the logs config changed to Unix epoch (1970-01-01T00:00:00Z) when not explicitly configured. This may alter the behavior of existing configurations relying on the previous default.
    • To maintain previous behavior, explicitly configure start_from in the logs configuraiton.
  • k8sobjectsreceiver: Check for K8s API objects existence on receiver startup and not during config validation. (#38803)

  • receiver/kubeletstats: Move receiver.kubeletstats.enableCPUUsageMetrics feature gate to beta (#39487) Deprecated metrics container.cpu.utilization, k8s.pod.cpu.utilization and k8s.node.cpu.utilization are being replaced by container.cpu.usage, k8s.pod.cpu.usage and k8s.node.cpu.usage. To be able to use the deprecated metrics, switch receiver.kubeletstats.enableCPUUsageMetrics feature gate to false.

  • processor/k8sattributes: Change processor/k8sattributes to return error if unset envvar is used for node_from_env_var (#39447) Before this was a valid configuration, but had an unexpected behavior to monitor the entire cluster. | To keep the same behavior simply do not set the node_from_env_var value or use empty string.

  • sqlserverreceiver: host.name, sqlserver.computer.name, and sqlserver.instance.name are now resource attributes instead of log attributes. We used to report computer_name and instance_name in the log attributes for top query collection and they are now deprecated. Now we report the three resources attributes in both top query collection and sample query collection. (#39449) This change is only relevant for logs.

🚩 Deprecations 🚩

  • spanmetricsconnector: Deprecate the unused configuration dimensions_cache_size (#39646) Deprecated configuration dimensions_cache_size, please use aggregation_cardinality_limit instead

🚀 New components 🚀

  • dnslookupprocessor: Add structure of new processor (#34398)
  • datadogextension: Introduce framework for Datadog Extension (#39589)
  • sematextexporter: basic logs implementation (#36465)

💡 Enhancements 💡

  • spanmetricsconnector: Add new aggregation_cardinality_limit configuration option to limit the number of unique combinations of dimensions that will be tracked for metrics aggregation. (#38990)
  • awslogsencodingextension: Add support for S3 Access Logs. (#39161)
  • pkg: Improve performance of azure logs translator. (#39340)
  • azureauthextension: Update stability to alpha. (#39574)
  • countconnector: Add profiles support (#39577)
  • awscloudwatchlogsexporter: Add dynamic log_group_name and log_group_stream naming, based on awsemfexporter (#31382)
  • elasticsearchexporter: Add support for include_source_on_error, which configures whether bulk index responses should include source document on error (#39211)
  • elasticsearchexporter: Introduce LRU cache for profiles (#38606)
  • elasticsearchexporter: Add support for extracting mapping mode from a scope attribute. (#39110)
  • opampextension: Introduces a new config field include_resource_attributes which allows the extension to copy the agent's resource attributes to the non-identifying attributes in the agent description. (#37487)
  • statsdreceiver: Add new config to customize socket permissions when transport is set to unixgram. (#37807)
  • kubeletstatsreceiver: Adds support for collecting Node and Pod network IO/error metrics for all network interfaces (#30196)
  • awss3exporter: add configuration field resource_attrs_to_s3/s3_prefix to support mapping s3 bucket prefix to OTel resource attributes (#37858) If resource_attrs_to_s3/s3_prefix is configured, s3 prefix will be determined based on the specified resource attribute and s3uploader/s3_prefix will serve as a fallback.

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/connector/signaltometricsconnector's changelog.

v0.125.0

💡 Enhancements 💡

  • pkg/ottl: Add ottl.WithContextInferenceConditions option to allow configuring extra context inferrer OTTL conditions (#39455)

  • awss3exporter: add configuration field resource_attrs_to_s3/s3_prefix to support mapping s3 bucket prefix to OTel resource attributes (#37858) If resource_attrs_to_s3/s3_prefix is configured, s3 prefix will be determined based on the specified resource attribute and s3uploader/s3_prefix will serve as a fallback.

  • pkg/golden: Expose methods to write data to file outside of the scope of a test (#39673) Expose WriteMetricsToFile to write pmetric data to a file outside of the scope of a test. Expose WriteTracesToFile to write ptrace data to a file outside of the scope of a test Expose WriteLogsToFile to write plog data to a file outside of the scope of a test Expose WriteProfilesToFile to write pprofile data to a file outside of the scope of a test

  • pkg/ottl: Add PMapGetSetter interface and StandardPMapGetSetter type. (#39657)

🧰 Bug fixes 🧰

  • resourcedetectionprocessor: change the EKS cluster identifier and check the cluster version instead of the existence of aws-auth configmap (#39479)
  • transformprocessor: Fix the context inferrer to also take into consideration the global OTTL conditions configuration. (#39455)

v0.124.1

v0.124.0

🛑 Breaking changes 🛑

  • extension/headerssetter: Change DefaultValue to use configopaque.String type. (#39127)
  • datadogexporter: Remove deprecated exporter configs. The exporter now uses pkg/datadog/config (#39104) No impact to end users
  • pkg/ottl: Remove experimental transform context option WithCache from all OTTL contexts. (#39338)

💡 Enhancements 💡

  • pkg/pdatatest: Introduce IgnoreExemplars, IgnoreExemplarSlice and ChangeDatapointAttributeValue to CompareMetricsOption (#39004)

🧰 Bug fixes 🧰

  • receiver/kubeletstats: support user defined CA path for service account using the configtls option ca_file (#39291)

v0.123.0

🛑 Breaking changes 🛑

  • elasticsearchexporter: Remove deprecated fields [min|max]_size_items from batch config (#38836)

... (truncated)

Commits

Updates go.opentelemetry.io/build-tools/chloggen from 0.22.0 to 0.23.0

Release notes

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

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)
Changelog

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

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)
Commits
  • c1c5ac6 Release 0.23.0 (#857)
  • ad854b5 chore(deps): update python:3.13.3-slim-bullseye docker digest to 9fde509 (#859)
  • a0167ba fix(deps): update all opentelemetry collector packages (#858)
  • 36829bd chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 10db9...
  • 0c9c0ce chore(deps): update module github.com/sonatard/noctx to v0.3.2 (#854)
  • b6934a7 chore(deps): update module github.com/tetafro/godot to v1.5.1 (#853)
  • 96939c9 chore(deps): update module github.com/sonatard/noctx to v0.3.0 (#852)
  • af75bf7 chore(deps): update module github.com/sonatard/noctx to v0.1.1 (#851)
  • 13815cf chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 7b384...
  • 6a2ece1 fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.1.5 (#849)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/build-tools/multimod from 0.22.0 to 0.23.0

Release notes

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

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)
Changelog

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

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)
Commits
  • c1c5ac6 Release 0.23.0 (#857)
  • ad854b5 chore(deps): update python:3.13.3-slim-bullseye docker digest to 9fde509 (#859)
  • a0167ba fix(deps): update all opentelemetry collector packages (#858)
  • 36829bd chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 10db9...
  • 0c9c0ce chore(deps): update module github.com/sonatard/noctx to v0.3.2 (#854)
  • b6934a7 chore(deps): update module github.com/tetafro/godot to v1.5.1 (#853)
  • 96939c9 chore(deps): update module github.com/sonatard/noctx to v0.3.0 (#852)
  • af75bf7 chore(deps): update module github.com/sonatard/noctx to v0.1.1 (#851)
  • 13815cf chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 7b384...
  • 6a2ece1 fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.1.5 (#849)
  • 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

@dependabot dependabot bot requested review from a team as code owners April 30, 2025 15:58
@dependabot dependabot bot requested review from dmathieu and intuibase April 30, 2025 15:58
@dependabot dependabot bot force-pushed the dependabot/go_modules/connector/elasticapmconnector/otel-dependencies-2fc04bba22 branch from 41771d4 to bcefbfe Compare May 1, 2025 06:40
…th 3 updates

Bumps the otel-dependencies group with 1 update in the /connector/elasticapmconnector directory: [github.com/open-telemetry/opentelemetry-collector-contrib/connector/signaltometricsconnector](https://github.com/open-telemetry/opentelemetry-collector-contrib).
Bumps the otel-dependencies group with 2 updates in the /internal/tools directory: [go.opentelemetry.io/build-tools/chloggen](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 `github.com/open-telemetry/opentelemetry-collector-contrib/connector/signaltometricsconnector` from 0.124.2-0.20250425060700-a372d054d598 to 0.125.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG-API.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-collector-contrib/commits/v0.125.0)

Updates `go.opentelemetry.io/build-tools/chloggen` from 0.22.0 to 0.23.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.22.0...v0.23.0)

Updates `go.opentelemetry.io/build-tools/multimod` from 0.22.0 to 0.23.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.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/connector/signaltometricsconnector
  dependency-version: 0.125.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: go.opentelemetry.io/build-tools/chloggen
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: go.opentelemetry.io/build-tools/multimod
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/connector/elasticapmconnector/otel-dependencies-2fc04bba22 branch from bcefbfe to 8c293ed Compare May 5, 2025 07:15
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.

0 participants