Conversation
232be38 to
f093890
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (33.22%) is below the target coverage (35.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #7172 +/- ##
==========================================
- Coverage 33.24% 33.22% -0.02%
==========================================
Files 330 330
Lines 23332 23332
==========================================
- Hits 7756 7752 -4
- Misses 14682 14684 +2
- Partials 894 896 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR updates the bundled OpenJDK from version 11.0.29_7 to 11.0.30_7 across Linux and Windows Docker configurations. The update appears to be generated by an automated GitLab CI script that fetches the latest OpenJDK release from the Adoptium Temurin11 repository and updates the relevant configuration files.
Changes:
- Updated OpenJDK version from 11.0.29_7 to 11.0.30_7 in Linux and Windows Dockerfiles
- Added changelog entry documenting the enhancement
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packaging/bundle/Dockerfile | Updated JDK_VERSION argument from 11.0.29_7 to 11.0.30_7 for Linux builds |
| cmd/otelcol/Dockerfile.windows | Updated JDK_VERSION argument from 11.0.29_7 to 11.0.30_7 for Windows builds |
| .chloggen/update-openjdk-11-0-30_7.yaml | Added changelog entry documenting the OpenJDK version update as an enhancement |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Update Bundled OpenJDK to latest