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

Bump the otel-dependencies group with 11 updates #4614

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 23, 2024

Bumps the otel-dependencies group with 11 updates:

Package From To
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter 0.98.0 0.99.0
github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor 0.98.0 0.99.0
github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor 0.98.0 0.99.0
github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor 0.98.0 0.99.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver 0.98.0 0.99.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal 0.98.0 0.99.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/filter 0.98.0 0.99.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/sharedcomponent 0.98.0 0.99.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl 0.98.0 0.99.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil 0.98.0 0.99.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza 0.98.0 0.99.0

Updates github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter from 0.98.0 to 0.99.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter's releases.

v0.99.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 🛑

  • dynatraceexporter: remove deprecated component (#32278)

  • extension/filestorage: Replace path-unsafe characters in component names (#3148) The feature gate extension.filestorage.replaceUnsafeCharacters is now stable and cannot be disabled. See the File Storage extension's README for details.

  • gitproviderreceiver: Changed git provider metrics to better match conventions (#31985)

    • Renamed git.repository.pull_request.open.time to git.repository.pull_request.time_open
    • Renamed git.repository.pull_request.merged.time to git.repository.pull_request.time_to_merge
    • Renamed git.repository.pull_request.approved.time to git.repository.pull_request.time_to_approval
    • Combined git.repository.pull_request.merged.count and git.repository.pull_request.open.count into git.repository.pull_request.count with an attribute of pull_request.state equal to open or merged
  • all: Bump minimum version to go 1.21.0 (#32451)

  • exporter/loadbalancing: Change AWS Cloud map resolver config fields from camelCase to snake_case. (#32331) The snake_case is required in OTel Collector config fields. It used to be enforced by tests in cmd/oteltestbedcol, but we had to disable them. Now, the tests are going to be enforced on every component independently. Hence, the camelCase config fields recently added with the new AWS Cloud Map resolver has to be fixed.

  • connector/servicegraphconnector: Change connector.servicegraph.virtualNode feature gate from Alpha to Beta (now enabled by default) and change virtual_node_peer_attributes default values. (#31734)

🚀 New components 🚀

  • googleclientauthextension: Add implementation of Google Client Auth Extension. (#32029)
  • ackextension: Promote to alpha stability (#26376)

💡 Enhancements 💡

  • deltatocumulativeprocessor: exposes max_stale as metric (#32441)
  • sumologicexporter: use Sumo Logic Extension for authentication and to obtain endpoint (#31479)
  • failoverconnector: This change puts the failoverconnector into alpha (#20766)
  • vcenterreceiver: Changes process for collecting VMs & VM perf metrics used by the vccenterreceiver to be more efficient (one call now for all VMs) (#31837)
  • opampextension: Added a new agent_description.non_identifying_attributes config option to allow setting user-defined non-identifying attributes (#32107)
  • googleclientauthextension: Mark Google Client Auth Extension alpha stability. (#32442)
  • splunkhecreceiver: adding support for ack in the splunkhecreceiver (#26376)
  • hostmetricsreceiver: The hostmetricsreceiver now caches the system boot time at receiver start and uses it for all subsequent calls. The featuregate hostmetrics.process.bootTimeCache can be disabled to restore previous behaviour. (#28849) This change was made because it greatly reduces the CPU usage of the process and processes scrapers.
  • filelogreceiver: Add send_quiet and drop_quiet options for on_error setting of operators (#32145)
  • otlpjsonfilereceiver: Add a replay_file config option to support replaying static telemetry (#31533)
  • pkg/ottl: Add IsList OTTL Function (#27870)
  • rabbitmqexporter: Implements the RabbitMQ exporter (#28891)
  • filelogreceiver: Add exclude_older_than configuration setting (#31053)
  • pkg/stanza/operator/transformer/recombine: add a new "max_unmatched_batch_size" config parameter to configure the maximum number of consecutive entries that will be combined into a single entry before the match occurs (#31653)
  • awsxrayreceiver: Add support for local namespace in subsegment (#31514)

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter's changelog.

v0.99.0

💡 Enhancements 💡

  • prometheusremotewrite: Optimize the prometheusremotewrite.FromMetrics function, based around more performant metric identifier hashing. (#31385)
  • pkg/pdatatest/plogtest: Add an option to ignore log timestamp (#32540)
  • filelogreceiver: Add exclude_older_than configuration setting (#31053)
Commits

Updates github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor from 0.98.0 to 0.99.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor's releases.

v0.99.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 🛑

  • dynatraceexporter: remove deprecated component (#32278)

  • extension/filestorage: Replace path-unsafe characters in component names (#3148) The feature gate extension.filestorage.replaceUnsafeCharacters is now stable and cannot be disabled. See the File Storage extension's README for details.

  • gitproviderreceiver: Changed git provider metrics to better match conventions (#31985)

    • Renamed git.repository.pull_request.open.time to git.repository.pull_request.time_open
    • Renamed git.repository.pull_request.merged.time to git.repository.pull_request.time_to_merge
    • Renamed git.repository.pull_request.approved.time to git.repository.pull_request.time_to_approval
    • Combined git.repository.pull_request.merged.count and git.repository.pull_request.open.count into git.repository.pull_request.count with an attribute of pull_request.state equal to open or merged
  • all: Bump minimum version to go 1.21.0 (#32451)

  • exporter/loadbalancing: Change AWS Cloud map resolver config fields from camelCase to snake_case. (#32331) The snake_case is required in OTel Collector config fields. It used to be enforced by tests in cmd/oteltestbedcol, but we had to disable them. Now, the tests are going to be enforced on every component independently. Hence, the camelCase config fields recently added with the new AWS Cloud Map resolver has to be fixed.

  • connector/servicegraphconnector: Change connector.servicegraph.virtualNode feature gate from Alpha to Beta (now enabled by default) and change virtual_node_peer_attributes default values. (#31734)

🚀 New components 🚀

  • googleclientauthextension: Add implementation of Google Client Auth Extension. (#32029)
  • ackextension: Promote to alpha stability (#26376)

💡 Enhancements 💡

  • deltatocumulativeprocessor: exposes max_stale as metric (#32441)
  • sumologicexporter: use Sumo Logic Extension for authentication and to obtain endpoint (#31479)
  • failoverconnector: This change puts the failoverconnector into alpha (#20766)
  • vcenterreceiver: Changes process for collecting VMs & VM perf metrics used by the vccenterreceiver to be more efficient (one call now for all VMs) (#31837)
  • opampextension: Added a new agent_description.non_identifying_attributes config option to allow setting user-defined non-identifying attributes (#32107)
  • googleclientauthextension: Mark Google Client Auth Extension alpha stability. (#32442)
  • splunkhecreceiver: adding support for ack in the splunkhecreceiver (#26376)
  • hostmetricsreceiver: The hostmetricsreceiver now caches the system boot time at receiver start and uses it for all subsequent calls. The featuregate hostmetrics.process.bootTimeCache can be disabled to restore previous behaviour. (#28849) This change was made because it greatly reduces the CPU usage of the process and processes scrapers.
  • filelogreceiver: Add send_quiet and drop_quiet options for on_error setting of operators (#32145)
  • otlpjsonfilereceiver: Add a replay_file config option to support replaying static telemetry (#31533)
  • pkg/ottl: Add IsList OTTL Function (#27870)
  • rabbitmqexporter: Implements the RabbitMQ exporter (#28891)
  • filelogreceiver: Add exclude_older_than configuration setting (#31053)
  • pkg/stanza/operator/transformer/recombine: add a new "max_unmatched_batch_size" config parameter to configure the maximum number of consecutive entries that will be combined into a single entry before the match occurs (#31653)
  • awsxrayreceiver: Add support for local namespace in subsegment (#31514)

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor's changelog.

v0.99.0

💡 Enhancements 💡

  • prometheusremotewrite: Optimize the prometheusremotewrite.FromMetrics function, based around more performant metric identifier hashing. (#31385)
  • pkg/pdatatest/plogtest: Add an option to ignore log timestamp (#32540)
  • filelogreceiver: Add exclude_older_than configuration setting (#31053)
Commits

Updates github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor from 0.98.0 to 0.99.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor's releases.

v0.99.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 🛑

  • dynatraceexporter: remove deprecated component (#32278)

  • extension/filestorage: Replace path-unsafe characters in component names (#3148) The feature gate extension.filestorage.replaceUnsafeCharacters is now stable and cannot be disabled. See the File Storage extension's README for details.

  • gitproviderreceiver: Changed git provider metrics to better match conventions (#31985)

    • Renamed git.repository.pull_request.open.time to git.repository.pull_request.time_open
    • Renamed git.repository.pull_request.merged.time to git.repository.pull_request.time_to_merge
    • Renamed git.repository.pull_request.approved.time to git.repository.pull_request.time_to_approval
    • Combined git.repository.pull_request.merged.count and git.repository.pull_request.open.count into git.repository.pull_request.count with an attribute of pull_request.state equal to open or merged
  • all: Bump minimum version to go 1.21.0 (#32451)

  • exporter/loadbalancing: Change AWS Cloud map resolver config fields from camelCase to snake_case. (#32331) The snake_case is required in OTel Collector config fields. It used to be enforced by tests in cmd/oteltestbedcol, but we had to disable them. Now, the tests are going to be enforced on every component independently. Hence, the camelCase config fields recently added with the new AWS Cloud Map resolver has to be fixed.

  • connector/servicegraphconnector: Change connector.servicegraph.virtualNode feature gate from Alpha to Beta (now enabled by default) and change virtual_node_peer_attributes default values. (#31734)

🚀 New components 🚀

  • googleclientauthextension: Add implementation of Google Client Auth Extension. (#32029)
  • ackextension: Promote to alpha stability (#26376)

💡 Enhancements 💡

  • deltatocumulativeprocessor: exposes max_stale as metric (#32441)
  • sumologicexporter: use Sumo Logic Extension for authentication and to obtain endpoint (#31479)
  • failoverconnector: This change puts the failoverconnector into alpha (#20766)
  • vcenterreceiver: Changes process for collecting VMs & VM perf metrics used by the vccenterreceiver to be more efficient (one call now for all VMs) (#31837)
  • opampextension: Added a new agent_description.non_identifying_attributes config option to allow setting user-defined non-identifying attributes (#32107)
  • googleclientauthextension: Mark Google Client Auth Extension alpha stability. (#32442)
  • splunkhecreceiver: adding support for ack in the splunkhecreceiver (#26376)
  • hostmetricsreceiver: The hostmetricsreceiver now caches the system boot time at receiver start and uses it for all subsequent calls. The featuregate hostmetrics.process.bootTimeCache can be disabled to restore previous behaviour. (#28849) This change was made because it greatly reduces the CPU usage of the process and processes scrapers.
  • filelogreceiver: Add send_quiet and drop_quiet options for on_error setting of operators (#32145)
  • otlpjsonfilereceiver: Add a replay_file config option to support replaying static telemetry (#31533)
  • pkg/ottl: Add IsList OTTL Function (#27870)
  • rabbitmqexporter: Implements the RabbitMQ exporter (#28891)
  • filelogreceiver: Add exclude_older_than configuration setting (#31053)
  • pkg/stanza/operator/transformer/recombine: add a new "max_unmatched_batch_size" config parameter to configure the maximum number of consecutive entries that will be combined into a single entry before the match occurs (#31653)
  • awsxrayreceiver: Add support for local namespace in subsegment (#31514)

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor's changelog.

v0.99.0

💡 Enhancements 💡

  • prometheusremotewrite: Optimize the prometheusremotewrite.FromMetrics function, based around more performant metric identifier hashing. (#31385)
  • pkg/pdatatest/plogtest: Add an option to ignore log timestamp (#32540)
  • filelogreceiver: Add exclude_older_than configuration setting (#31053)
Commits

Updates github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor from 0.98.0 to 0.99.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor's releases.

v0.99.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 🛑

  • dynatraceexporter: remove deprecated component (#32278)

  • extension/filestorage: Replace path-unsafe characters in component names (#3148) The feature gate extension.filestorage.replaceUnsafeCharacters is now stable and cannot be disabled. See the File Storage extension's README for details.

  • gitproviderreceiver: Changed git provider metrics to better match conventions (#31985)

    • Renamed git.repository.pull_request.open.time to git.repository.pull_request.time_open
    • Renamed git.repository.pull_request.merged.time to git.repository.pull_request.time_to_merge
    • Renamed git.repository.pull_request.approved.time to git.repository.pull_request.time_to_approval
    • Combined git.repository.pull_request.merged.count and git.repository.pull_request.open.count into git.repository.pull_request.count with an attribute of pull_request.state equal to open or merged
  • all: Bump minimum version to go 1.21.0 (#32451)

  • exporter/loadbalancing: Change AWS Cloud map resolver config fields from camelCase to snake_case. (#32331) The snake_case is required in OTel Collector config fields. It used to be enforced by tests in cmd/oteltestbedcol, but we had to disable them. Now, the tests are going to be enforced on every component independently. Hence, the camelCase config fields recently added with the new AWS Cloud Map resolver has to be fixed.

  • connector/servicegraphconnector: Change connector.servicegraph.virtualNode feature gate from Alpha to Beta (now enabled by default) and change virtual_node_peer_attributes default values. (#31734)

🚀 New components 🚀

  • googleclientauthextension: Add implementation of Google Client Auth Extension. (#32029)
  • ackextension: Promote to alpha stability (#26376)

💡 Enhancements 💡

  • deltatocumulativeprocessor: exposes max_stale as metric (#32441)
  • sumologicexporter: use Sumo Logic Extension for authentication and to obtain endpoint (#31479)
  • failoverconnector: This change puts the failoverconnector into alpha (#20766)
  • vcenterreceiver: Changes process for collecting VMs & VM perf metrics used by the vccenterreceiver to be more efficient (one call now for all VMs) (#31837)
  • opampextension: Added a new agent_description.non_identifying_attributes config option to allow setting user-defined non-identifying attributes (#32107)
  • googleclientauthextension: Mark Google Client Auth Extension alpha stability. (#32442)
  • splunkhecreceiver: adding support for ack in the splunkhecreceiver (#26376)
  • hostmetricsreceiver: The hostmetricsreceiver now caches the system boot time at receiver start and uses it for all subsequent calls. The featuregate hostmetrics.process.bootTimeCache can be disabled to restore previous behaviour. (#28849) This change was made because it greatly reduces the CPU usage of the process and processes scrapers.
  • filelogreceiver: Add send_quiet and drop_quiet options for on_error setting of operators (#32145)
  • otlpjsonfilereceiver: Add a replay_file config option to support replaying static telemetry (#31533)
  • pkg/ottl: Add IsList OTTL Function (#27870)
  • rabbitmqexporter: Implements the RabbitMQ exporter (#28891)
  • filelogreceiver: Add exclude_older_than configuration setting (#31053)
  • pkg/stanza/operator/transformer/recombine: add a new "max_unmatched_batch_size" config parameter to configure the maximum number of consecutive entries that will be combined into a single entry before the match occurs (#31653)
  • awsxrayreceiver: Add support for local namespace in subsegment (#31514)

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor's changelog.

v0.99.0

💡 Enhancements 💡

  • prometheusremotewrite: Optimize the prometheusremotewrite.FromMetrics function, based around more performant metric identifier hashing. (#31385)
  • pkg/pdatatest/plogtest: Add an option to ignore log timestamp (#32540)
  • filelogreceiver: Add exclude_older_than configuration setting (#31053)
Commits

Updates github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver from 0.98.0 to 0.99.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver's releases.

v0.99.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 🛑

  • dynatraceexporter: remove deprecated component (#32278)

  • extension/filestorage: Replace path-unsafe characters in component names (#3148) The feature gate extension.filestorage.replaceUnsafeCharacters is now stable and cannot be disabled. See the File Storage extension's README for details.

  • gitproviderreceiver: Changed git provider metrics to better match conventions (#31985)

    • Renamed git.repository.pull_request.open.time to git.repository.pull_request.time_open
    • Renamed git.repository.pull_request.merged.time to git.repository.pull_request.time_to_merge
    • Renamed git.repository.pull_request.approved.time to git.repository.pull_request.time_to_approval
    • Combined git.repository.pull_request.merged.count and git.repository.pull_request.open.count into git.repository.pull_request.count with an attribute of pull_request.state equal to open or merged
  • all: Bump minimum version to go 1.21.0 (#32451)

  • exporter/loadbalancing: Change AWS Cloud map resolver config fields from camelCase to snake_case. (#32331) The snake_case is required in OTel Collector config fields. It used to be enforced by tests in cmd/oteltestbedcol, but we had to disable them. Now, the tests are going to be enforced on every component independently. Hence, the camelCase config fields recently added with the new AWS Cloud Map resolver has to be fixed.

  • connector/servicegraphconnector: Change connector.servicegraph.virtualNode feature gate from Alpha to Beta (now enabled by default) and change virtual_node_peer_attributes default values. (#31734)

🚀 New components 🚀

  • googleclientauthextension: Add implementation of Google Client Auth Extension. (#32029)
  • ackextension: Promote to alpha stability (#26376)

💡 Enhancements 💡

  • deltatocumulativeprocessor: exposes max_stale as metric (#32441)
  • sumologicexporter: use Sumo Logic Extension for authentication and to obtain endpoint (#31479)
  • failoverconnector: This change puts the failoverconnector into alpha (#20766)
  • vcenterreceiver: Changes process for collecting VMs & VM perf metrics used by the vccenterreceiver to be more efficient (one call now for all VMs) (#31837)
  • opampextension: Added a new agent_description.non_identifying_attributes config option to allow setting user-defined non-identifying attributes (#32107)
  • googleclientauthextension: Mark Google Client Auth Extension alpha stability. (#32442)
  • splunkhecreceiver: adding support for ack in the splunkhecreceiver (#26376)
  • hostmetricsreceiver: The hostmetricsreceiver now caches the system boot time at receiver start and uses it for all subsequent calls. The featuregate hostmetrics.process.bootTimeCache can be disabled to restore previous behaviour. (#28849) This change was made because it greatly reduces the CPU usage of the process and processes scrapers.
  • filelogreceiver: Add send_quiet and drop_quiet options for on_error setting of operators (#32145)
  • otlpjsonfilereceiver: Add a replay_file config option to support replaying static telemetry (#31533)
  • pkg/ottl: Add IsList OTTL Function (#27870)
  • rabbitmqexporter: Implements the RabbitMQ exporter (#28891)
  • filelogreceiver: Add exclude_older_than configuration setting (#31053)
  • pkg/stanza/operator/transformer/recombine: add a new "max_unmatched_batch_size" config parameter to configure the maximum number of consecutive entries that will be combined into a single entry before the match occurs (#31653)
  • awsxrayreceiver: Add support for local namespace in subsegment (#31514)

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver's changelog.

v0.99.0

💡 Enhancements 💡

  • prometheusremotewrite: Optimize the prometheusremotewrite.FromMetrics function, based around more performant metric identifier hashing. (#31385)
  • pkg/pdatatest/plogtest: Add an option to ignore log timestamp (#32540)
  • filelogreceiver: Add exclude_older_than configuration setting (#31053)
Commits

Updates github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal from 0.98.0 to 0.99.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal's releases.

v0.99.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 🛑

  • dynatraceexporter: remove deprecated component (#32278)

  • extension/filestorage: Replace path-unsafe characters in component names (#3148) The feature gate extension.filestorage.replaceUnsafeCharacters is now stable and cannot be disabled. See the File Storage extension's README for details.

  • gitproviderreceiver: Changed git provider metrics to better match conventions (#31985)

    • Renamed git.repository.pull_request.open.time to git.repository.pull_request.time_open
    • Renamed git.repository.pull_request.merged.time to git.repository.pull_request.time_to_merge
    • Renamed git.repository.pull_request.approved.time to git.repository.pull_request.time_to_approval
    • Combined git.repository.pull_request.merged.count and git.repository.pull_request.open.count into git.repository.pull_request.count with an attribute of pull_request.state equal to open or merged
  • all: Bump minimum version to go 1.21.0 (#32451)

  • exporter/loadbalancing: Change AWS Cloud map resolver config fields from camelCase to snake_case. (#32331) The snake_case is required in OTel Collector config fields. It used to be enforced by tests in cmd/oteltestbedcol, but we had to disable them. Now, the tests are going to be enforced on every component independently. Hence, the camelCase config fields recently added with the new AWS Cloud Map resolver has to be fixed.

  • connector/servicegraphconnector: Change connector.servicegraph.virtualNode feature gate from Alpha to Beta (now enabled by default) and change virtual_node_peer_attributes default values. (#31734)

🚀 New components 🚀

  • googleclientauthextension: Add implementation of Google Client Auth Extension. (#32029)
  • ackextension: Promote to alpha stability (#26376)

💡 Enhancements 💡

  • deltatocumulativeprocessor: exposes max_stale as metric (#32441)
  • sumologicexporter: use Sumo Logic Extension for authentication...

    Description has been truncated

@dependabot dependabot bot requested a review from a team as a code owner April 23, 2024 21:37
@dependabot dependabot bot requested review from michel-laterman and pchila April 23, 2024 21:37
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent (Team:Elastic-Agent)

Copy link
Contributor

mergify bot commented Apr 23, 2024

This pull request does not have a backport label. Could you fix it @dependabot[bot]? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-v./d./d./d is the label to automatically backport to the 8./d branch. /d is the digit

NOTE: backport-skip has been added to this pull request.

@dependabot dependabot bot force-pushed the dependabot/go_modules/otel-dependencies-a9b7ddc917 branch from b773d2f to 9a5b657 Compare April 24, 2024 21:47
Bumps the otel-dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.98.0` | `0.99.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.98.0` | `0.99.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.98.0` | `0.99.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.98.0` | `0.99.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.98.0` | `0.99.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.98.0` | `0.99.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/internal/filter](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.98.0` | `0.99.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/internal/sharedcomponent](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.98.0` | `0.99.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.98.0` | `0.99.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.98.0` | `0.99.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.98.0` | `0.99.0` |


Updates `github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter` from 0.98.0 to 0.99.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](open-telemetry/opentelemetry-collector-contrib@v0.98.0...v0.99.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor` from 0.98.0 to 0.99.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](open-telemetry/opentelemetry-collector-contrib@v0.98.0...v0.99.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor` from 0.98.0 to 0.99.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](open-telemetry/opentelemetry-collector-contrib@v0.98.0...v0.99.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor` from 0.98.0 to 0.99.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](open-telemetry/opentelemetry-collector-contrib@v0.98.0...v0.99.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver` from 0.98.0 to 0.99.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](open-telemetry/opentelemetry-collector-contrib@v0.98.0...v0.99.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal` from 0.98.0 to 0.99.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](open-telemetry/opentelemetry-collector-contrib@v0.98.0...v0.99.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/internal/filter` from 0.98.0 to 0.99.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](open-telemetry/opentelemetry-collector-contrib@v0.98.0...v0.99.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/internal/sharedcomponent` from 0.98.0 to 0.99.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](open-telemetry/opentelemetry-collector-contrib@v0.98.0...v0.99.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl` from 0.98.0 to 0.99.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](open-telemetry/opentelemetry-collector-contrib@v0.98.0...v0.99.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil` from 0.98.0 to 0.99.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](open-telemetry/opentelemetry-collector-contrib@v0.98.0...v0.99.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza` from 0.98.0 to 0.99.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](open-telemetry/opentelemetry-collector-contrib@v0.98.0...v0.99.0)

---
updated-dependencies:
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/internal/filter
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/internal/sharedcomponent
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza
  dependency-type: indirect
  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/otel-dependencies-a9b7ddc917 branch from 9150c04 to ee36be1 Compare April 25, 2024 21:56
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@ycombinator ycombinator added the Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team label Apr 29, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane)

@michalpristas
Copy link
Contributor

0.99 exposes metrics with validate subcommand as well. causing test to fail. do not bump

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 30, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/go_modules/otel-dependencies-a9b7ddc917 branch April 30, 2024 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants