Skip to content

fix(deps): bump go.opentelemetry.io/otel/sdk from 1.29.0 to 1.30.0 in /api - #520

Merged
AchoArnold merged 1 commit into
mainfrom
dependabot/go_modules/api/go.opentelemetry.io/otel/sdk-1.30.0
Oct 1, 2024
Merged

fix(deps): bump go.opentelemetry.io/otel/sdk from 1.29.0 to 1.30.0 in /api#520
AchoArnold merged 1 commit into
mainfrom
dependabot/go_modules/api/go.opentelemetry.io/otel/sdk-1.30.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 1, 2024

Copy link
Copy Markdown
Contributor

Bumps go.opentelemetry.io/otel/sdk from 1.29.0 to 1.30.0.

Changelog

Sourced from go.opentelemetry.io/otel/sdk's changelog.

[1.30.0/0.52.0/0.6.0/0.0.9] 2024-09-09

Added

  • Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE environments in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#5739)
  • The WithResource option for NewMeterProvider now merges the provided resources with the ones from environment variables. (#5773)
  • The WithResource option for NewLoggerProvider now merges the provided resources with the ones from environment variables. (#5773)
  • Add UTF-8 support to go.opentelemetry.io/otel/exporters/prometheus. (#5755)

Fixed

  • Fix memory leak in the global MeterProvider when identical instruments are repeatedly created. (#5754)
  • Fix panic on instruments creation when setting meter provider. (#5758)
  • Fix an issue where SetMeterProvider in go.opentelemetry.io/otel might miss the delegation for instruments and registries. (#5780)

Removed

Commits
  • ed4fc75 Release v1.30.0/v0.52.0/v0.6.0/v0.0.9 (#5797)
  • cdd2dbb Drop support for Go 1.21 in dice example (#5800)
  • e9ac0d2 fix(deps): update module google.golang.org/grpc to v1.66.1 (#5798)
  • 4cc9fee fix(deps): update golang.org/x/exp digest to 701f63a (#5795)
  • 71b341f Add utf8 support to the prometheus exporter (#5755)
  • 506a9ba Fix typos (#5763)
  • b37e8a9 SetMeterProvider might miss the delegation for instruments and registries (...
  • 9e1b015 fix(metric, log): merge explicit resource with environment variables (#5773)
  • 8dca9cc Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE envi...
  • fb7cc02 fix(deps): update module github.com/prometheus/client_golang to v1.20.3 (#5788)
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.29.0 to 1.30.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.29.0...v1.30.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 1, 2024
@dependabot
dependabot Bot requested a review from AchoArnold October 1, 2024 00:03
@what-the-diff

what-the-diff Bot commented Oct 1, 2024

Copy link
Copy Markdown

PR Summary

  • OpenTelemetry software updates
    Our application's ability to trace and monitor process timelines (OpenTelemetry dependencies) has been upgraded from version 1.29.0 to version 1.30.0. This includes better strategies for managing and tracing metrics, which ultimately allows us to better understand and improve our system's performance.

  • System library improvements
    We've also updated an important underlying system library (golang.org/x/sys) from version 0.24.0 to 0.25.0. This provides better reliability and efficiency in our low-level system operations.

  • Confirmation changes in auxiliary files
    To coincide with the above updates, we've also updated verification files (checksums in go.sum) to ensure our system recognizes and trusts these new versions. This step confirms that the update is consistent and that no unexpected change has occurred in the new versions.

@AchoArnold
AchoArnold merged commit 8a17f31 into main Oct 1, 2024
@dependabot
dependabot Bot deleted the dependabot/go_modules/api/go.opentelemetry.io/otel/sdk-1.30.0 branch October 1, 2024 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant