-
Notifications
You must be signed in to change notification settings - Fork 103
Update supported library versions #670
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
Open
github-actions
wants to merge
25
commits into
master
Choose a base branch
from
check-new-library-versions/2025-09-08
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
6ce02f1
io.opentelemetry:opentelemetry-sdk-metrics:1.25.0
actions-user aedf3d3
io.opentelemetry:opentelemetry-sdk-metrics:1.29.0
actions-user 9e5f77f
io.opentelemetry:opentelemetry-sdk-metrics:1.28.0
actions-user 29de013
io.opentelemetry:opentelemetry-sdk-metrics:1.22.0
actions-user 830cdf0
io.opentelemetry:opentelemetry-sdk-metrics:1.23.0
actions-user db7f5b7
io.opentelemetry:opentelemetry-sdk-metrics:1.23.1
actions-user 5a6910c
io.opentelemetry:opentelemetry-sdk-metrics:1.27.0
actions-user adaf112
io.opentelemetry:opentelemetry-sdk-metrics:1.30.0
actions-user b93ece9
io.opentelemetry:opentelemetry-sdk-metrics:1.21.0
actions-user 999daad
io.opentelemetry:opentelemetry-sdk-metrics:1.24.0
actions-user 763ff1c
io.opentelemetry:opentelemetry-sdk-metrics:1.26.0
actions-user 97b7c03
io.opentelemetry:opentelemetry-sdk-metrics:1.20.1
actions-user 9497191
io.opentelemetry:opentelemetry-sdk-metrics:1.20.0
actions-user 1364e63
org.hibernate.validator:hibernate-validator:9.1.0.Alpha1
actions-user 67be8c2
io.opentelemetry:opentelemetry-exporter-otlp:1.54.0
actions-user 0fd2720
com.microsoft.sqlserver:mssql-jdbc:12.10.1.jre8
actions-user 3d2a626
io.undertow:undertow-core:2.3.19.Final
actions-user b8b5849
com.microsoft.sqlserver:mssql-jdbc:12.10.1.jre11
actions-user 0b44122
com.microsoft.sqlserver:mssql-jdbc:13.1.1.jre8-preview
actions-user 21c0980
com.microsoft.sqlserver:mssql-jdbc:13.2.0.jre11
actions-user d0b55ea
com.microsoft.sqlserver:mssql-jdbc:13.1.0.jre11-preview
actions-user ed18856
com.microsoft.sqlserver:mssql-jdbc:13.2.0.jre8
actions-user 8f184aa
com.microsoft.sqlserver:mssql-jdbc:13.1.1.jre11-preview
actions-user 82ec0d5
com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11
actions-user e12afbb
com.microsoft.sqlserver:mssql-jdbc:13.1.0.jre8-preview
actions-user File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,8 @@ | |
"1.50.0", | ||
"1.51.0", | ||
"1.52.0", | ||
"1.53.0" | ||
"1.53.0", | ||
"1.54.0" | ||
] | ||
} | ||
] | ||
] |
27 changes: 20 additions & 7 deletions
27
metadata/io.opentelemetry/opentelemetry-sdk-metrics/index.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,24 @@ | ||
[ | ||
{ | ||
"latest": false, | ||
"override": true, | ||
"metadata-version": "1.19.0", | ||
"module": "io.opentelemetry:opentelemetry-sdk-metrics", | ||
"tested-versions": [ | ||
"1.19.0" | ||
"latest" : false, | ||
"override" : true, | ||
"module" : "io.opentelemetry:opentelemetry-sdk-metrics", | ||
"metadata-version" : "1.19.0", | ||
"tested-versions" : [ | ||
"1.19.0", | ||
"1.20.0", | ||
"1.20.1", | ||
"1.21.0", | ||
"1.22.0", | ||
"1.23.0", | ||
"1.23.1", | ||
"1.24.0", | ||
"1.25.0", | ||
"1.26.0", | ||
"1.27.0", | ||
"1.28.0", | ||
"1.29.0", | ||
"1.30.0" | ||
] | ||
} | ||
] | ||
] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @dnestoro can we add the missing end of line here? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, I usually do that. Will do it later. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,8 @@ | |
"9.0.0.Beta3", | ||
"9.0.0.CR1", | ||
"9.0.0.Final", | ||
"9.0.1.Final" | ||
"9.0.1.Final", | ||
"9.1.0.Alpha1" | ||
] | ||
} | ||
] |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dnestoro are all of these libraries tested when we run our gates or only the latest one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When we run this periodic job for scanning, we test all new versions that you marked in the comment. Once merged, we only test "original" version (the version that metadata was originally provided for). Since tests and metadata already work for all versions in the list, we can pick any of them, but the existing infrastructure (before we introduced this task) used original version and I kept that.