Commit 716851a
authored
List the versions that changed in package-version-bump PRs (#8518)
## Summary of changes
Lists the package versions that were updated in the description of
version-bump PRs
## Reason for change
In #8504 we removed all the "honeypot" csproj files that dependabot was
using, mostly because the PRs it was creating weren't very useful, were
noisy, and required us to trigger a separate PR anyway, so we switched
to a schedule.
However, when reviewing the [[Test Package Versions Bump]
PRs](#8502), these files
were the main ones I was reviewing, as they were easy to read. As a
workaround, this PR extends the "cool down report" to be a more
generalized "bump report", that lists the changes to the packages that
_were_ bumped too.
We could extend this even further in the future to include release note
changes (like dependabot does) or `dotnet inspect` updates, as we've
discussed in the past, though I can also see those being overly noisy
for the common cases.
## Implementation details
Extend the existing report to include the list of packages that _were_
bumped too.
## Test coverage
Ran it locally, and it produced the following:
## Package Version Updates
Bold entries indicate **major**-version bumps. `(new)` means no previous
version existed.
| Package | Integration | Previous | New | Published |
|---------|-------------|----------|-----|-----------|
| AWSSDK.Core | AwsSdk | 4.0.3.30 | 4.0.3.31 | 2026-04-20 |
| MongoDB.Driver | MongoDB | 3.7.1 | 3.8.0 | 2026-04-20 |
| HotChocolate.AspNetCore | HotChocolate | 15.1.14 | 15.1.15 |
2026-04-22 |
| MySql.Data | MySqlData | 9.6.0 | 9.7.0 | 2026-04-22 |
| Microsoft.Data.Sqlite | MicrosoftDataSqlite | 10.0.6 | 10.0.7 |
2026-04-21 |
| log4net | log4net | 3.3.0 | 3.3.1 | 2026-04-19 |
| OpenTelemetry.Api | OpenTelemetry | 1.15.2 | 1.15.3 | 2026-04-21 |
## Package Version Cooldown Report
The following versions were published less than **2 days** ago and have
been overridden.
These require manual review before inclusion.
| Package | Integration | Overridden Version | Published | Age (days) |
|---------|-------------|--------------------|-----------|------------|
| AWSSDK.Core | AwsSdk | 3.7.500.96 | 2026-04-23 | 0 |
| AWSSDK.Core | AwsSdk | 4.0.3.32 | 2026-04-22 | 1 |
| AWSSDK.DynamoDBv2 | AwsDynamoDb | 3.7.513.2 | 2026-04-23 | 0 |
| AWSSDK.DynamoDBv2 | AwsDynamoDb | 4.0.17.10 | 2026-04-22 | 1 |
| AWSSDK.Kinesis | AwsKinesis | 3.7.506.19 | 2026-04-23 | 0 |
| AWSSDK.Kinesis | AwsKinesis | 4.0.8.12 | 2026-04-22 | 1 |
| AWSSDK.SQS | AwsSqs | 3.7.502.55 | 2026-04-23 | 0 |
| AWSSDK.SQS | AwsSqs | 4.0.2.26 | 2026-04-22 | 1 |
| AWSSDK.SimpleNotificationService | AwsSns | 3.7.502.59 | 2026-04-23 |
0 |
| AWSSDK.SimpleNotificationService | AwsSns | 4.0.2.28 | 2026-04-22 | 1
|
| AWSSDK.EventBridge | AwsEventBridge | 3.7.502.60 | 2026-04-23 | 0 |
| AWSSDK.EventBridge | AwsEventBridge | 4.0.5.27 | 2026-04-22 | 1 |
| AWSSDK.S3 | AwsS3 | 3.7.511.6 | 2026-04-23 | 0 |
| AWSSDK.S3 | AwsS3 | 4.0.22 | 2026-04-22 | 1 |
| AWSSDK.StepFunctions | AwsStepFunctions | 3.7.502.48 | 2026-04-23 | 0
|
| AWSSDK.StepFunctions | AwsStepFunctions | 4.0.2.21 | 2026-04-22 | 1 |1 parent 127ac2a commit 716851a
5 files changed
Lines changed: 196 additions & 123 deletions
File tree
- .github/workflows
- tracer/build/_build
- GeneratePackageVersions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
| 285 | + | |
290 | 286 | | |
291 | | - | |
| 287 | + | |
292 | 288 | | |
293 | | - | |
294 | | - | |
295 | | - | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
296 | 299 | | |
297 | | - | |
298 | | - | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
299 | 303 | | |
300 | | - | |
| 304 | + | |
| 305 | + | |
301 | 306 | | |
302 | | - | |
303 | 307 | | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
316 | 328 | | |
317 | 329 | | |
318 | 330 | | |
319 | 331 | | |
320 | 332 | | |
321 | | - | |
| 333 | + | |
322 | 334 | | |
323 | 335 | | |
324 | 336 | | |
325 | | - | |
| 337 | + | |
326 | 338 | | |
327 | 339 | | |
328 | | - | |
| 340 | + | |
329 | 341 | | |
330 | 342 | | |
331 | 343 | | |
332 | 344 | | |
333 | 345 | | |
334 | 346 | | |
335 | 347 | | |
| 348 | + | |
336 | 349 | | |
337 | | - | |
338 | | - | |
339 | | - | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
340 | 355 | | |
341 | 356 | | |
342 | 357 | | |
| |||
Lines changed: 0 additions & 81 deletions
This file was deleted.
Lines changed: 125 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
0 commit comments