From b4a0b8f7f656db951cf69de1e5f2c869d5f63756 Mon Sep 17 00:00:00 2001 From: otelbot <197425009+otelbot@users.noreply.github.com> Date: Thu, 3 Jul 2025 21:35:25 +0000 Subject: [PATCH 1/3] Update version to 1.48.0-SNAPSHOT --- CHANGELOG.md | 2 ++ version.gradle.kts | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9351011ac..24a701d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## Version 1.47.0 (2025-07-03) + ### GCP authentication extension - Update the internal implementation such that the required headers are retrieved diff --git a/version.gradle.kts b/version.gradle.kts index 0ae7508cb..4d162323b 100644 --- a/version.gradle.kts +++ b/version.gradle.kts @@ -1,5 +1,5 @@ -val stableVersion = "1.47.0-SNAPSHOT" -val alphaVersion = "1.47.0-alpha-SNAPSHOT" +val stableVersion = "1.48.0-SNAPSHOT" +val alphaVersion = "1.48.0-alpha-SNAPSHOT" allprojects { if (findProperty("otel.stable") != "true") { From 415609f2409db9fdbd02aba0aa02c0cf3ea649e9 Mon Sep 17 00:00:00 2001 From: jason plumb <75337021+breedx-splk@users.noreply.github.com> Date: Thu, 3 Jul 2025 17:47:21 -0700 Subject: [PATCH 2/3] fix for changelog again, this time on main (#1996) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a701d48..e8652ce45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,24 @@ ## Version 1.47.0 (2025-07-03) +### Disk buffering + +- Shared storage + ([#1912](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1912)) +- Implementing ExtendedLogRecordData + ([#1918](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1918)) +- Add missing EventName to disk-buffering LogRecordDataMapper + ([#1950](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1950)) + ### GCP authentication extension - Update the internal implementation such that the required headers are retrieved from the Google Auth Library instead of manually constructing and passing them. ([#1860](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1860)) +- Add metrics support to auth extension + ([#1891](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1891)) +- Update ConfigurableOptions to read from ConfigProperties + ([#1904](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1904)) ### Inferred spans From dc2128807dc48ff254c752fa780f445b0db9ec94 Mon Sep 17 00:00:00 2001 From: jason plumb <75337021+breedx-splk@users.noreply.github.com> Date: Thu, 3 Jul 2025 18:52:40 -0700 Subject: [PATCH 3/3] remove unreleased from main (#1998) --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8652ce45..1e3adb92e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,5 @@ # Changelog -## Unreleased - ## Version 1.47.0 (2025-07-03) ### Disk buffering