Skip to content

Commit 6bb7e35

Browse files
Update Bundled OpenJDK to latest (#5113)
* Update Bundled OpenJDK to latest * update changelog --------- Co-authored-by: jeffreyc-splunk <[email protected]>
1 parent 6e8cee9 commit 6bb7e35

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### 💡 Enhancements 💡
6+
7+
- (Splunk) Update bundled OpenJDK to [11.0.24_8](https://github.com/adoptium/temurin11-binaries/releases/tag/jdk-11.0.24%2B8) ([#5113](https://github.com/signalfx/splunk-otel-collector/pull/5113))
8+
59
## v0.104.0
610

711
This Splunk OpenTelemetry Collector release includes changes from the [opentelemetry-collector v0.104.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.104.0) and the [opentelemetry-collector-contrib v0.104.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.104.0) releases where appropriate.

internal/signalfx-agent/bundle/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
ARG ARCH=amd64
16-
ARG JDK_VERSION=11.0.23_9
16+
ARG JDK_VERSION=11.0.24_8
1717
ARG MAVEN_VERSION=3.6.0
1818
ARG PYTHON_VERSION=3.11.9
1919
ARG PIP_VERSION=21.0.1

0 commit comments

Comments
 (0)