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

build(deps): bump github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger from 0.102.0 to 0.103.0 in the otel group #13451

Merged
merged 2 commits into from
Jun 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2024

Bumps the otel group with 1 update: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger.

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger from 0.102.0 to 0.103.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's releases.

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

  • cmd/opampsupervisor,extension/opamp: Upgrade the opamp-go library to v0.15.0 (#33416) With this change, UUIDv7 is recommended for the OpAMP extension's instance_uid field instead of ULID. ULIDs will continue to work, but may be displayed as UUIDs. The supervisor's persistent state (${storage_dir}/persistent_state.yaml) will need to be cleared to generate a new UUIDv7 instead of a ULID. This change may be incompatible with management servers using v0.14.0 of opamp-go.

  • mongodbreceiver: Now only supports TCP connections (#32199) This fixes a bug where hosts had to explicitly set tcp as the transport type. The transport option has been removed.

  • cmd/configschema: Removes the deprecated configschema command. This command will no longer be released or supported. (#33384)

  • sqlserverreceiver: sqlserver.database.io.read_latency has been renamed to sqlserver.database.latency with a direction attribute. (#29865)

🚩 Deprecations 🚩

  • healthcheckextension: Remove incorrect logic behind check_collector_pipeline config (#33469) This logic incorrectly set the pipeline to OK after waiting for enough callbacks from the opencensus library to be called. As this was broken, I'm removing it to remove the dependency on opencensus as well. Improvements will be available via healthcheckv2 extension.

  • googlecloudspannerreceiver: Mark the component as unmaintained. If we don't find new maintainers, it will be deprecated and removed. (#32651)

💡 Enhancements 💡

  • filelogreceiver: If include_file_record_number is true, it will add the file record number as the attribute log.file.record_number (#33530)

  • kubeletstats: Add k8s.pod.cpu.node.utilization metric (#33390)

  • awss3exporter: endpoint should contain the S3 bucket (#32774)

  • awss3receiver: Add support for encoding extensions to be used in the AWS S3 Receiver. (#30750)

  • gitproviderreceiver: Adds branch commit and line based metrics (#22028) Adds the following branch based metrics.

    • git.repository.branch.time
    • git.repository.branch.commit.aheadby.count
    • git.repository.branch.commit.behindby.count
    • git.repository.branch.line.deletion.count
    • git.repository.branch.line.addition.count
  • statsdreceiver: update statsd receiver to use mdatagen (#33524)

  • coralogixexporter: Allow setting application name from cx.application.name and cx.subsystem.name resource attributes (#33217)

  • metricstransformprocessor: Adds the 'count' aggregation type to the Metrics Transform Processor. (#24978)

  • elasticsearchexporter: Add support for confighttp options, notably "auth". (#33367) Add support for confighttp and related configuration settings, such as "auth". This change also means that the Elasticsearch URL may be specified as "endpoint", like the otlphttp exporter.

  • elasticsearchexporter: Check that endpoints are valid URLs during config validation. (#33350) Check that endpoints are valid URLs during config validation so that

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's changelog.

v0.103.0

🛑 Breaking changes 🛑

  • stanza: remove deprecated code (#33519) This change removes:
    • adapter.LogEmitter, use helper.LogEmitter instead
    • adapter.NewLogEmitter, use helper.NewLogEmitter instead
    • fileconsumer.Manager's SugaredLogger struct member
    • pipeline.DirectedPipeline's SugaredLogger struct member
    • testutil.Logger, use zaptest.NewLogger instead

💡 Enhancements 💡

  • pkg/winperfcounters: It is now possible to force a watcher to re-create the PDH query of a given counter via the Reset() function. (#32798)
Commits
  • 6dd3bae [chore] Prepare release 0.103.0 (#33639)
  • 5bd5a1b [chore] Update core to v0.103.0 (#33637)
  • fc831dd Update codecov/codecov-action action to v4.5.0 (#33623)
  • b097d46 Update docker/build-push-action action to v6 (#33630)
  • 744141a [receiver/prometheusreceiver] Fix retrieval of aggregated metrics with no job...
  • ef36268 [chore][exporter/elasticsearch]Log errror logs on bench and fix EOF (#33554)
  • fc36398 [chore] Update Core (#33593)
  • 73e67ba [processor/metricstransformprocessor] Support count aggregation type (#32935)
  • 3ee48c4 [chore] Add // nolint:staticcheck to unblock release (#33599)
  • 2f079f9 add line number option for filelogreceiver (#33530)
  • Additional commits viewable in compare view

Dependabot compatibility score

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <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 a review from a team as a code owner June 19, 2024 17:41
@dependabot dependabot bot added dependency go Pull requests that update Go code labels Jun 19, 2024
Copy link
Contributor

mergify bot commented Jun 19, 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-7.17 is the label to automatically backport to the 7.17 branch.
  • backport-8./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.

@mergify mergify bot added the backport-skip Skip notification from the automated backport with mergify label Jun 19, 2024
Copy link
Contributor

mergify bot commented Jun 19, 2024

This pull request is now in conflicts. Could you fix it @dependabot[bot]? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b dependabot/go_modules/otel-15f5286471 upstream/dependabot/go_modules/otel-15f5286471
git merge upstream/main
git push upstream dependabot/go_modules/otel-15f5286471

@kruskall
Copy link
Member

@dependabot recreate

…ontrib/pkg/translator/jaeger

Bumps the otel group with 1 update: [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger](https://github.com/open-telemetry/opentelemetry-collector-contrib).


Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger` from 0.102.0 to 0.103.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.102.0...v0.103.0)

---
updated-dependencies:
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/otel-15f5286471 branch from 32548e6 to 1f4331c Compare June 19, 2024 19:47
@kruskall kruskall closed this Jun 19, 2024
@kruskall kruskall reopened this Jun 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 19, 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

@kruskall kruskall enabled auto-merge (squash) June 19, 2024 19:58
@kruskall kruskall merged commit f1b55c5 into main Jun 19, 2024
10 checks passed
@kruskall kruskall deleted the dependabot/go_modules/otel-15f5286471 branch June 19, 2024 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-skip Skip notification from the automated backport with mergify dependency go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant