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 the OpenTelemetry SDK version to 1.47.0 #13250

Merged
merged 12 commits into from
Feb 13, 2025

Conversation

opentelemetrybot
Copy link
Collaborator

Update the OpenTelemetry SDK version to 1.47.0.

@opentelemetrybot opentelemetrybot requested a review from a team as a code owner February 7, 2025 20:51
@github-actions github-actions bot added the test native This label can be applied to PRs to trigger them to run native tests label Feb 7, 2025
@trask trask added this to the v2.13.0 milestone Feb 11, 2025
Comment on lines -42 to +43
.equals(
record
.getAttributes()
.get(AttributeKey.stringKey("event.name"))))
.equals(((ExtendedLogRecordData) record).getEventName()))
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a breaking change, but since this isn't enabled by default it shouldn't have much impact.
cc @jack-berg

Copy link
Member

@trask trask left a comment

Choose a reason for hiding this comment

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

thanks @laurit ❤️

Comment on lines +9 to +19
implementation(project(":instrumentation:opentelemetry-api:opentelemetry-api-1.0:javaagent"))
implementation(project(":instrumentation:opentelemetry-api:opentelemetry-api-1.4:javaagent"))
implementation(project(":instrumentation:opentelemetry-api:opentelemetry-api-1.10:javaagent"))
implementation(project(":instrumentation:opentelemetry-api:opentelemetry-api-1.15:javaagent"))
implementation(project(":instrumentation:opentelemetry-api:opentelemetry-api-1.27:javaagent"))
implementation(project(":instrumentation:opentelemetry-api:opentelemetry-api-1.31:javaagent"))
implementation(project(":instrumentation:opentelemetry-api:opentelemetry-api-1.32:javaagent"))
implementation(project(":instrumentation:opentelemetry-api:opentelemetry-api-1.37:javaagent"))
implementation(project(":instrumentation:opentelemetry-api:opentelemetry-api-1.38:javaagent"))
implementation(project(":instrumentation:opentelemetry-api:opentelemetry-api-1.40:javaagent"))
implementation(project(":instrumentation:opentelemetry-api:opentelemetry-api-1.42:javaagent"))
Copy link
Member

Choose a reason for hiding this comment

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

😭

@@ -68,7 +68,8 @@ jobs:
cache-read-only: ${{ inputs.cache-read-only }}

- name: Generate license report
run: ./gradlew generateLicenseReport ${{ inputs.no-build-cache && '--no-build-cache' || '' }}
# with the build cache enabled occasionally produces outdated results
run: ./gradlew generateLicenseReport --no-build-cache
Copy link
Contributor

Choose a reason for hiding this comment

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

I have seen this has happened at least once before where generateLicenseReport produces an old version of the license file

Copy link
Member

Choose a reason for hiding this comment

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

yeah, I think I've seen this too 👍

@trask trask merged commit 129f224 into main Feb 13, 2025
62 checks passed
@trask trask deleted the opentelemetrybot/update-opentelemetry-sdk-to-1.47.0 branch February 13, 2025 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test native This label can be applied to PRs to trigger them to run native tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants