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

Update axum-tracing-opentelemetry requirement from 0.16 to 0.17 #29

Merged
merged 1 commit into from
Mar 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Updates the requirements on axum-tracing-opentelemetry to permit the latest version.

Changelog

Sourced from axum-tracing-opentelemetry's changelog.

[0.17.0] - 2024-02-11

Added

  • ✨ add support for logfmt into tracing_subscriber_ext::init_subscribers() (580d709)

Changed

  • 📝 update CHANGELOG (d3609ac)
  • 📝 update link to homepage (3e081fb)
  • 💄 fix display of OTEL_TRACES_SAMPLER (62d9c2a)

Fixed

  • 🐛 on grpc when no status code into header, fallback to OK (previously Unkown) (f1a23c4)

[0.16.0] - 2023-12-30

Added

  • ✨ add support for OTLP headers from environment (#110) (ccd123b)

Changed

  • 📝 update CHANGELOG (319b1eb)
  • 📝 Update link to changelog, remove homepage, ... (7f38094)
  • ➖ remove dependency to opentelemetry-http (e049fb0)
  • ⬆️ upgrade dependencies for axum-0.7 (d4ad2d3)
  • 📝 update example in doc (b74c686)

Fixed

  • 🐛 fix compilation & linter (24d1eca)

[0.15.0] - 2023-11-25

Added

  • ✨ add attribute rpc.grpc.status_code (d885954)

Changed

  • ⬆️ upgrade to openteletry 0.21 (and related dependencies) (21ceb34)

Fixed

  • 🐛 attribute http.response.status_code should of type int (6ff9209)

[0.14.0] - 2023-09-04

... (truncated)

Commits
  • dc8a0f1 🚀 (cargo-release) version 0.17.0
  • 799ef4d 🚨 apply clippy suggestions
  • 62d9c2a 💄 fix display of OTEL_TRACES_SAMPLER
  • 580d709 ✨ add support for logfmt into tracing_subscriber_ext::init_subscribers()
  • 3e081fb 📝 update link to homepage
  • 2d7edfd 🚨 apply clippy suggestions
  • f1a23c4 🐛 on grpc when no status code into header, fallback to OK (previously Unkown)
  • 36cc782 💸 create FUNDING.yml
  • 3e35c7d Replace let _ with let _enter
  • aa51cb9 Bump peter-evans/create-pull-request from 5 to 6
  • 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 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)

Updates the requirements on [axum-tracing-opentelemetry](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk) to permit the latest version.
- [Changelog](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/blob/main/CHANGELOG.md)
- [Commits](davidB/tracing-opentelemetry-instrumentation-sdk@0.16.0...0.17.0)

---
updated-dependencies:
- dependency-name: axum-tracing-opentelemetry
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 12, 2024
Copy link

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 1 0 0.01s
✅ REPOSITORY dustilock yes no 0.01s
✅ REPOSITORY gitleaks yes no 0.24s
✅ REPOSITORY secretlint yes no 0.97s
⚠️ REPOSITORY trivy yes 1 6.42s
✅ REPOSITORY trivy-sbom yes no 1.17s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@davidB davidB merged commit 3b1fefd into main Mar 3, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/axum-tracing-opentelemetry-0.17 branch March 3, 2024 15:46
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant