From f7290baac6b2e54d08342f43c2df746a69aeb230 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Fri, 26 Dec 2025 03:49:06 +0700 Subject: all: release v2.62.0 Changes, * Set the license using SPDX license name * Remove the jdk-openjdk from depends. The OpenJDK is optional and only needed if user want to collect JVM metrics through [JMX] * Install the minimum config.yaml that collect logging using systemd_journald * Remove patching builds/otel.sh since we can pass the GO_BIN environment variable before running it. [JMX]: https://docs.cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/jvm --- 0002-builds_otel.sh.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 0002-builds_otel.sh.patch (limited to '0002-builds_otel.sh.patch') diff --git a/0002-builds_otel.sh.patch b/0002-builds_otel.sh.patch deleted file mode 100644 index 725288d..0000000 --- a/0002-builds_otel.sh.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/builds/otel.sh b/builds/otel.sh -index 2a02997e5d..cd12d5070f 100755 ---- a/builds/otel.sh -+++ b/builds/otel.sh -@@ -48,7 +48,7 @@ if [ "$SKIP_OTEL_JAVA" != "true" ]; then - fi - - if [ -z "${GO_BIN}" ]; then -- GO_BIN=/usr/local/go/bin/go -+ GO_BIN=/usr/bin/go - fi - ARCH=$($GO_BIN env GOARCH) - -- cgit v1.3