Bump opentelemetry-aws-xray-propagator from 1.20.1-alpha to 1.21.0-alpha (#7432)
Bumps [opentelemetry-aws-xray-propagator](https://github.com/open-telemetry/opentelemetry-java-contrib) from 1.20.1-alpha to 1.21.0-alpha. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java-contrib/releases">opentelemetry-aws-xray-propagator's releases</a>.</em></p> <blockquote> <h2>Version 1.20.1</h2> <p>This is a patch release on the previous 1.20.0 release, fixing the issue(s) below.</p> <h3>🛠️ Bug fixes</h3> <ul> <li>Previously targeted OpenTelemetry Instrumentation version had never been updated to target OpenTelemetry SDK 1.20</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/CHANGELOG.md">opentelemetry-aws-xray-propagator's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Unreleased</h2> <h2>Version 1.21.0 (2022-12-15)</h2> <h3>JFR streaming</h3> <ul> <li>Update handlers in jfr-streaming to match spec (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-contrib/pull/616">#616</a>)</li> </ul> <h2>Version 1.20.1 (2022-11-22)</h2> <h3>🛠️ Bug fixes</h3> <ul> <li>Previously targeted OpenTelemetry Instrumentation version had never been updated to target OpenTelemetry SDK 1.20</li> </ul> <h2>Version 1.20.0 (2022-11-17)</h2> <h3>AWS X-Ray propagator</h3> <ul> <li>Move io.opentelemetry:opentelemetry-extension-aws to contrib (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-contrib/pull/547">#547</a>)</li> </ul> <h3>JFR streaming</h3> <ul> <li>Thread count and classes loaded handlers (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-contrib/pull/571">#571</a>)</li> </ul> <h3>Resource providers</h3> <ul> <li>Webapp service name detector (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-contrib/pull/562">#562</a>)</li> <li>Glassfish service name detector (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-contrib/pull/579">#579</a>)</li> <li>Add remaining app server service name detectors (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-contrib/pull/583">#583</a>)</li> </ul> <h2>Version 1.19.1 (2022-10-16)</h2> <h3>AWS resources</h3> <ul> <li>Fixed artifact <code>io.opentelemetry.contrib:opentelemetry-aws-resources</code> not being published to maven central (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-contrib/pull/535">#535</a>)</li> </ul> <h2>Version 1.19.0 (2022-10-14)</h2> <h3>Runtime attach</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/open-telemetry/opentelemetry-java-contrib/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
This commit is contained in:
parent
374b9458bf
commit
a2b10c4c11
|
@ -92,7 +92,7 @@ val DEPENDENCIES = listOf(
|
|||
"commons-logging:commons-logging:1.2",
|
||||
"commons-validator:commons-validator:1.7",
|
||||
"io.netty:netty:3.10.6.Final",
|
||||
"io.opentelemetry.contrib:opentelemetry-aws-xray-propagator:1.20.1-alpha",
|
||||
"io.opentelemetry.contrib:opentelemetry-aws-xray-propagator:1.21.0-alpha",
|
||||
"io.opentelemetry.proto:opentelemetry-proto:0.19.0-alpha",
|
||||
"org.assertj:assertj-core:3.23.1",
|
||||
"org.awaitility:awaitility:4.2.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
#javaagent
|
||||
##Dependency License Report
|
||||
_2022-12-15 12:38:46 PST_
|
||||
_2022-12-15 15:17:56 PST_
|
||||
## Apache License, Version 2.0
|
||||
|
||||
**1** **Group:** `com.blogspot.mydailyjava` **Name:** `weak-lock-free` **Version:** `0.18`
|
||||
|
@ -133,7 +133,7 @@ _2022-12-15 12:38:46 PST_
|
|||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||
|
||||
**31** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-aws-xray-propagator` **Version:** `1.20.1-alpha`
|
||||
**31** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-aws-xray-propagator` **Version:** `1.21.0-alpha`
|
||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-contrib](https://github.com/open-telemetry/opentelemetry-java-contrib)
|
||||
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
||||
|
||||
|
|
Loading…
Reference in New Issue