Skip to content

Commit a6e408c

Browse files
committed
Merge remote-tracking branch 'upstream/main' into feature/cel-sampler
2 parents b94c017 + 9b6fa69 commit a6e408c

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5-
## Version 1.47.0 (2025-05-19)
6-
75
### GCP authentication extension
86

97
- Update the internal implementation such that the required headers are retrieved

gcp-auth-extension/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
compileOnly("io.opentelemetry:opentelemetry-exporter-otlp")
2424

2525
// Only dependencies added to `implementation` configuration will be picked up by Shadow plugin
26-
implementation("com.google.auth:google-auth-library-oauth2-http:1.37.0")
26+
implementation("com.google.auth:google-auth-library-oauth2-http:1.37.1")
2727

2828
// Test dependencies
2929
testCompileOnly("com.google.auto.service:auto-service-annotations")

maven-extension/src/test/resources/projects/jib_1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<plugin>
1616
<groupId>com.google.cloud.tools</groupId>
1717
<artifactId>jib-maven-plugin</artifactId>
18-
<version>3.4.5</version>
18+
<version>3.4.6</version>
1919
<configuration>
2020
<to>
2121
<image>docker.io/john/${project.artifactId}:latest</image>

maven-extension/src/test/resources/projects/jib_2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<plugin>
1616
<groupId>com.google.cloud.tools</groupId>
1717
<artifactId>jib-maven-plugin</artifactId>
18-
<version>3.4.5</version>
18+
<version>3.4.6</version>
1919
<configuration>
2020
<to>
2121
<image>gcr.io/my-gcp-project/my-app</image>

version.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
val stableVersion = "1.48.0-SNAPSHOT"
2-
val alphaVersion = "1.48.0-alpha-SNAPSHOT"
1+
val stableVersion = "1.47.0-SNAPSHOT"
2+
val alphaVersion = "1.47.0-alpha-SNAPSHOT"
33

44
allprojects {
55
if (findProperty("otel.stable") != "true") {

0 commit comments

Comments
 (0)