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

Prepare for 1.21.0 release #5028

Merged
merged 6 commits into from Dec 9, 2022
Merged

Conversation

jack-berg
Copy link
Member

No description provided.

@jack-berg jack-berg requested a review from a team as a code owner December 9, 2022 02:43
@jack-berg jack-berg changed the title Prepare 1.21.0 Prepare for 1.21.0 release Dec 9, 2022
@codecov
Copy link

codecov bot commented Dec 9, 2022

Codecov Report

Base: 91.24% // Head: 91.27% // Increases project coverage by +0.02% 🎉

Coverage data is based on head (61c962b) compared to base (ab31828).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #5028      +/-   ##
============================================
+ Coverage     91.24%   91.27%   +0.02%     
+ Complexity     4886     4882       -4     
============================================
  Files           552      552              
  Lines         14440    14424      -16     
  Branches       1379     1375       -4     
============================================
- Hits          13176    13165      -11     
+ Misses          876      874       -2     
+ Partials        388      385       -3     
Impacted Files Coverage Δ
.../aggregator/DoubleExponentialHistogramBuckets.java 87.27% <ø> (-0.77%) ⬇️
...metry/sdk/testing/assertj/AbstractPointAssert.java 91.17% <ø> (ø)
...etry/sdk/testing/assertj/DoubleExemplarAssert.java 100.00% <ø> (ø)
...telemetry/sdk/testing/assertj/EventDataAssert.java 100.00% <ø> (ø)
...emetry/sdk/testing/assertj/LongExemplarAssert.java 24.32% <ø> (ø)
...ntelemetry/sdk/testing/assertj/SpanDataAssert.java 91.11% <ø> (ø)
...opentelemetry/opentracingshim/SpanBuilderShim.java 94.78% <100.00%> (+0.98%) ⬆️
...ava/io/opentelemetry/opentracingshim/SpanShim.java 91.07% <100.00%> (+0.80%) ⬆️
...gregator/DoubleExponentialHistogramAggregator.java 100.00% <100.00%> (ø)
...metry/sdk/logs/export/BatchLogRecordProcessor.java 90.07% <0.00%> (ø)
... and 3 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@@ -13,4 +13,4 @@ otelBom.addFallback("opentelemetry-exporter-jaeger-proto", "1.17.0")
otelBom.addFallback("opentelemetry-extension-annotations", "1.18.0")
otelBom.addFallback("opentelemetry-sdk-extension-resources", "1.19.0")
otelBom.addFallback("opentelemetry-sdk-extension-aws", "1.19.0")
otelBom.addFallback("opentelemetry-extension-aws", "1.20.0")
otelBom.addFallback("opentelemetry-extension-aws", "1.20.1")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this right?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is the latest release in maven central

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build would fail if it was wrong! But the idea is for opentelemetry-bom to reference the latest available release of all previously published artifacts.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh sorry! I misread as 1.21.0 🧐

CHANGELOG.md Outdated Show resolved Hide resolved
@jack-berg jack-berg merged commit ca18354 into open-telemetry:main Dec 9, 2022
dmarkwat pushed a commit to dmarkwat/opentelemetry-java that referenced this pull request Dec 30, 2022
* Update bom to point to opentelemetry-extension-aws:1.20.1

* Update changelog for 1.21.0 release

* Add missing since annotations

* Spotless

* Include 1.16.0 semantic convention update in changelog

* Add attribute assertions change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants