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 dotnet-sample-app-deps group across 1 directory with 6 updates #1056

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 7, 2024

Bumps the dotnet-sample-app-deps group with 6 updates in the /sample-apps/dotnet-sample-app directory:

Package From To
AWSSDK.S3 3.7.305.11 3.7.307.29
OpenTelemetry.Exporter.OpenTelemetryProtocol 1.7.0 1.8.1
OpenTelemetry.Instrumentation.AspNetCore 1.0.0-rc9.14 1.8.1
OpenTelemetry.Instrumentation.Http 1.0.0-rc9.14 1.8.1
System.Diagnostics.DiagnosticSource 8.0.0 8.0.1
YamlDotNet 13.7.1 15.1.2

Updates AWSSDK.S3 from 3.7.305.11 to 3.7.307.29

Commits

Updates OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.7.0 to 1.8.1

Release notes

Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases.

core-1.8.1

OpenTelemetry

  • Fixed an issue in Logging where unwanted objects (processors, exporters, etc.) could be created inside delegates automatically executed by the Options API during configuration reload. (#5514)

OpenTelemetry.Exporter.OpenTelemetryProtocol

  • Fix native AoT warnings in OpenTelemetry.Exporter.OpenTelemetryProtocol. (#5520)

Instrumentation.Http-1.8.1

OpenTelemetry.Instrumentation.Http

  • Breaking Change: Fixed tracing instrumentation so that by default any values detected in the query string component of requests are replaced with the text Redacted when building the url.full tag. For example, ?key1=value1&key2=value2 becomes ?key1=Redacted&key2=Redacted. You can disable this redaction by setting the environment variable OTEL_DOTNET_EXPERIMENTAL_HTTPCLIENT_DISABLE_URL_QUERY_REDACTION to true. (#5532)

Instrumentation.AspNetCore-1.8.1

OpenTelemetry.Instrumentation.AspNetCore

  • Breaking Change: Fixed tracing instrumentation so that by default any values detected in the query string component of requests are replaced with the text Redacted when building the url.query tag. For example, ?key1=value1&key2=value2 becomes ?key1=Redacted&key2=Redacted. You can disable this redaction by setting the environment variable OTEL_DOTNET_EXPERIMENTAL_ASPNETCORE_DISABLE_URL_QUERY_REDACTION to true. (#5532)

Instrumentation.SqlClient-1.8.0-beta.1

No release notes provided.

Instrumentation.Http-1.8.0

OpenTelemetry.Instrumentation.Http

  • Fixed an issue for spans when server.port attribute was not set with server.address when it has default values (80 for HTTP and 443 for HTTPS protocol). (#5419)

  • Fixed an issue where the http.request.method_original attribute was not set on activity. Now, when http.request.method is set and the original method is converted to its canonical form (e.g., Get is converted to GET), the original value Get will be stored in http.request.method_original.

... (truncated)

Commits
  • 5086977 [main-1.8.0] Update CHANGELOGs for core-1.8.1 release (#5544)
  • 34daa1f [main-1.8.0] Backport fixes for 1.8.1 core release (#5543)
  • fb74013 Update CHANGELOG and API files for 1.8.0 stable release (#5494)
  • e0af47e Minor doc structure improvement (#5496)
  • dbec6f8 [otlp] Rename key for enabling retries during transient failures (#5495)
  • e5ca93b [docs-metrics] Add back SetMaxMetricPointsPerMetricStream example (#5493)
  • 39d960e [docs-traces] Added version info to the OTEL_TRACES_SAMPLER doc (#5492)
  • 2e30089 [otlp] Remove AppContext verification when using grpc + insecure endpoints (#...
  • 1374a7d [Instrumentation.AspNetCore] Fix span names when http.request.method is repor...
  • d64318f [repo] Bump MinVer to 5.0.0 (#5490)
  • Additional commits viewable in compare view

Updates OpenTelemetry.Instrumentation.AspNetCore from 1.0.0-rc9.14 to 1.8.1

Release notes

Sourced from OpenTelemetry.Instrumentation.AspNetCore's releases.

core-1.8.1

OpenTelemetry

  • Fixed an issue in Logging where unwanted objects (processors, exporters, etc.) could be created inside delegates automatically executed by the Options API during configuration reload. (#5514)

OpenTelemetry.Exporter.OpenTelemetryProtocol

  • Fix native AoT warnings in OpenTelemetry.Exporter.OpenTelemetryProtocol. (#5520)

Instrumentation.Http-1.8.1

OpenTelemetry.Instrumentation.Http

  • Breaking Change: Fixed tracing instrumentation so that by default any values detected in the query string component of requests are replaced with the text Redacted when building the url.full tag. For example, ?key1=value1&key2=value2 becomes ?key1=Redacted&key2=Redacted. You can disable this redaction by setting the environment variable OTEL_DOTNET_EXPERIMENTAL_HTTPCLIENT_DISABLE_URL_QUERY_REDACTION to true. (#5532)

Instrumentation.AspNetCore-1.8.1

OpenTelemetry.Instrumentation.AspNetCore

  • Breaking Change: Fixed tracing instrumentation so that by default any values detected in the query string component of requests are replaced with the text Redacted when building the url.query tag. For example, ?key1=value1&key2=value2 becomes ?key1=Redacted&key2=Redacted. You can disable this redaction by setting the environment variable OTEL_DOTNET_EXPERIMENTAL_ASPNETCORE_DISABLE_URL_QUERY_REDACTION to true. (#5532)

Instrumentation.SqlClient-1.8.0-beta.1

No release notes provided.

Instrumentation.Http-1.8.0

OpenTelemetry.Instrumentation.Http

  • Fixed an issue for spans when server.port attribute was not set with server.address when it has default values (80 for HTTP and 443 for HTTPS protocol). (#5419)

  • Fixed an issue where the http.request.method_original attribute was not set on activity. Now, when http.request.method is set and the original method is converted to its canonical form (e.g., Get is converted to GET), the original value Get will be stored in http.request.method_original.

... (truncated)

Commits
  • 5086977 [main-1.8.0] Update CHANGELOGs for core-1.8.1 release (#5544)
  • 34daa1f [main-1.8.0] Backport fixes for 1.8.1 core release (#5543)
  • fb74013 Update CHANGELOG and API files for 1.8.0 stable release (#5494)
  • e0af47e Minor doc structure improvement (#5496)
  • dbec6f8 [otlp] Rename key for enabling retries during transient failures (#5495)
  • e5ca93b [docs-metrics] Add back SetMaxMetricPointsPerMetricStream example (#5493)
  • 39d960e [docs-traces] Added version info to the OTEL_TRACES_SAMPLER doc (#5492)
  • 2e30089 [otlp] Remove AppContext verification when using grpc + insecure endpoints (#...
  • 1374a7d [Instrumentation.AspNetCore] Fix span names when http.request.method is repor...
  • d64318f [repo] Bump MinVer to 5.0.0 (#5490)
  • Additional commits viewable in compare view

Updates OpenTelemetry.Instrumentation.Http from 1.0.0-rc9.14 to 1.8.1

Release notes

Sourced from OpenTelemetry.Instrumentation.Http's releases.

core-1.8.1

OpenTelemetry

  • Fixed an issue in Logging where unwanted objects (processors, exporters, etc.) could be created inside delegates automatically executed by the Options API during configuration reload. (#5514)

OpenTelemetry.Exporter.OpenTelemetryProtocol

  • Fix native AoT warnings in OpenTelemetry.Exporter.OpenTelemetryProtocol. (#5520)

Instrumentation.Http-1.8.1

OpenTelemetry.Instrumentation.Http

  • Breaking Change: Fixed tracing instrumentation so that by default any values detected in the query string component of requests are replaced with the text Redacted when building the url.full tag. For example, ?key1=value1&key2=value2 becomes ?key1=Redacted&key2=Redacted. You can disable this redaction by setting the environment variable OTEL_DOTNET_EXPERIMENTAL_HTTPCLIENT_DISABLE_URL_QUERY_REDACTION to true. (#5532)

Instrumentation.AspNetCore-1.8.1

OpenTelemetry.Instrumentation.AspNetCore

  • Breaking Change: Fixed tracing instrumentation so that by default any values detected in the query string component of requests are replaced with the text Redacted when building the url.query tag. For example, ?key1=value1&key2=value2 becomes ?key1=Redacted&key2=Redacted. You can disable this redaction by setting the environment variable OTEL_DOTNET_EXPERIMENTAL_ASPNETCORE_DISABLE_URL_QUERY_REDACTION to true. (#5532)

Instrumentation.SqlClient-1.8.0-beta.1

No release notes provided.

Instrumentation.Http-1.8.0

OpenTelemetry.Instrumentation.Http

  • Fixed an issue for spans when server.port attribute was not set with server.address when it has default values (80 for HTTP and 443 for HTTPS protocol). (#5419)

  • Fixed an issue where the http.request.method_original attribute was not set on activity. Now, when http.request.method is set and the original method is converted to its canonical form (e.g., Get is converted to GET), the original value Get will be stored in http.request.method_original.

... (truncated)

Commits
  • 5086977 [main-1.8.0] Update CHANGELOGs for core-1.8.1 release (#5544)
  • 34daa1f [main-1.8.0] Backport fixes for 1.8.1 core release (#5543)
  • fb74013 Update CHANGELOG and API files for 1.8.0 stable release (#5494)
  • e0af47e Minor doc structure improvement (#5496)
  • dbec6f8 [otlp] Rename key for enabling retries during transient failures (#5495)
  • e5ca93b [docs-metrics] Add back SetMaxMetricPointsPerMetricStream example (#5493)
  • 39d960e [docs-traces] Added version info to the OTEL_TRACES_SAMPLER doc (#5492)
  • 2e30089 [otlp] Remove AppContext verification when using grpc + insecure endpoints (#...
  • 1374a7d [Instrumentation.AspNetCore] Fix span names when http.request.method is repor...
  • d64318f [repo] Bump MinVer to 5.0.0 (#5490)
  • Additional commits viewable in compare view

Updates System.Diagnostics.DiagnosticSource from 8.0.0 to 8.0.1

Release notes

Sourced from System.Diagnostics.DiagnosticSource's releases.

.NET 8.0.1

Release

Commits
  • bf5e279 Merge in 'release/8.0' changes
  • a6e4834 [release/8.0] Free the tls memory on thread termination (#95439)
  • eddf880 Merge in 'release/8.0' changes
  • 89a2364 [release/8.0] Downgrade ServicingVersion for Microsoft.Extensions.Options to ...
  • d682195 Merge in 'release/8.0' changes
  • 8557ef2 Merge pull request #95148 from carlossanlop/release/8.0-staging
  • aaa4b27 Merge pull request #95082 from dotnet-maestro-bot/merge/release/8.0-to-releas...
  • 72e5ae9 X509Chain.Build should throw when an internal error occurs
  • a20ee6f [release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (#94882)
  • 4fc3df2 Fix incremental servicing condition (#95119)
  • Additional commits viewable in compare view

Updates YamlDotNet from 13.7.1 to 15.1.2

Release notes

Sourced from YamlDotNet's releases.

Release 15.1.2

  • Merge pull request #912 from EdwardCooke/ec-732
    Fixed #732, quote strings starting with whitespace characters

Release 15.1.1

  • Merge pull request #902 from EdwardCooke/ec-901
    Fixed #901 - private constructor and tag issue

Release 15.1.0

  • Update the NuGet API key

  • Merge pull request #897 from EdwardCooke/ec-net80-enumsasnumbers
    Enables #773
    Adds naming conventions for convert enums to/from scalars
    Adds .NET8 binaries
    Adds support for custom formatting of enums, easy to expose enums as integers or whatever else.
    Quotes necessary enum strings (Null for example)
    Breaking: For those that get impacted pass in NullNamingConvention.Instance to the EnumNamingConvetion arguments on the constructor
    Breaking: Removed many of the redundant constructors for the classes, pass in the old default values to the new constructors

  • Merge pull request #898 from EdwardCooke/ec-removeoldframeworks
    Breaking: Removes old frameworks, .net35, .net45

  • Merge pull request #895 from stijnherreman/issue-677
    Make the type converters available to custom pre-processing phase visitors.

  • Merge pull request #899 from EdwardCooke/ec-includenet80
    Added .net8 libraries to appveyor

  • Merge pull request #887 from dougbu/dougbu/blank.lines.886
    Handle blank lines in Yaml.Text()

Commits
  • 7ae209b Quoted test changes to not log to stdout
  • 33ed33b Merge pull request #912 from EdwardCooke/ec-732
  • 66c68a2 Fixed #732, quote strings starting with whitespace characters
  • 19d7875 Merge pull request #902 from EdwardCooke/ec-901
  • b735083 Fixed #901 - private constructor and tag issue
  • fa65881 Merge pull request #887 from dougbu/dougbu/blank.lines.886
  • 7daf14c Merge pull request #899 from EdwardCooke/ec-includenet80
  • cfac11b Added .net8 libraries to appveyor
  • 0ca7b09 Merge pull request #895 from stijnherreman/issue-677
  • 3f75e84 Make the type converters available to custom pre-processing phase visitors.
  • 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

Bumps the dotnet-sample-app-deps group with 6 updates in the /sample-apps/dotnet-sample-app directory:

| Package | From | To |
| --- | --- | --- |
| [AWSSDK.S3](https://github.com/aws/aws-sdk-net) | `3.7.305.11` | `3.7.307.29` |
| [OpenTelemetry.Exporter.OpenTelemetryProtocol](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.7.0` | `1.8.1` |
| [OpenTelemetry.Instrumentation.AspNetCore](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.0.0-rc9.14` | `1.8.1` |
| [OpenTelemetry.Instrumentation.Http](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.0.0-rc9.14` | `1.8.1` |
| [System.Diagnostics.DiagnosticSource](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.1` |
| [YamlDotNet](https://github.com/aaubry/YamlDotNet) | `13.7.1` | `15.1.2` |



Updates `AWSSDK.S3` from 3.7.305.11 to 3.7.307.29
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Updates `OpenTelemetry.Exporter.OpenTelemetryProtocol` from 1.7.0 to 1.8.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](open-telemetry/opentelemetry-dotnet@core-1.7.0...core-1.8.1)

Updates `OpenTelemetry.Instrumentation.AspNetCore` from 1.0.0-rc9.14 to 1.8.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](open-telemetry/opentelemetry-dotnet@1.0.0-rc9.14...core-1.8.1)

Updates `OpenTelemetry.Instrumentation.Http` from 1.0.0-rc9.14 to 1.8.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](open-telemetry/opentelemetry-dotnet@1.0.0-rc9.14...core-1.8.1)

Updates `System.Diagnostics.DiagnosticSource` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v8.0.1)

Updates `YamlDotNet` from 13.7.1 to 15.1.2
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v13.7.1...v15.1.2)

---
updated-dependencies:
- dependency-name: AWSSDK.S3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-sample-app-deps
- dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-sample-app-deps
- dependency-name: OpenTelemetry.Instrumentation.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-sample-app-deps
- dependency-name: OpenTelemetry.Instrumentation.Http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-sample-app-deps
- dependency-name: System.Diagnostics.DiagnosticSource
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-sample-app-deps
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet-sample-app-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .Net dot net SDK support dependencies Pull requests that update a dependency file labels May 7, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 21, 2024

Superseded by #1070.

@dependabot dependabot bot closed this May 21, 2024
@dependabot dependabot bot deleted the dependabot/nuget/sample-apps/dotnet-sample-app/dotnet-sample-app-deps-3443c551a1 branch May 21, 2024 17:32
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 .Net dot net SDK support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants