Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

Commit 1d3d74f

Browse files
chore(main): release 1.15.3 (#1014)
* chore(main): release 1.15.3 * chore: include image C * chore: include image "C" ii --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Diego Marquez <diegomarquezp@google.com>
1 parent 75879e3 commit 1d3d74f

9 files changed

Lines changed: 16 additions & 9 deletions

File tree

.cloudbuild/cloudbuild-test-a.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_JAVA_SHARED_CONFIG_VERSION: '1.15.3-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
17+
_JAVA_SHARED_CONFIG_VERSION: '1.15.3' # {x-version-update:google-cloud-shared-config:current}
1818

1919
steps:
2020
# GraalVM A build

.cloudbuild/cloudbuild-test-b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_JAVA_SHARED_CONFIG_VERSION: '1.15.3-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
17+
_JAVA_SHARED_CONFIG_VERSION: '1.15.3' # {x-version-update:google-cloud-shared-config:current}
1818

1919
steps:
2020
# GraalVM B build

.cloudbuild/cloudbuild-test-c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_JAVA_SHARED_CONFIG_VERSION: '1.15.3-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
17+
_JAVA_SHARED_CONFIG_VERSION: '1.15.3' # {x-version-update:google-cloud-shared-config:current}
1818

1919
steps:
2020
# GraalVM C build

.cloudbuild/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_JAVA_SHARED_CONFIG_VERSION: '1.15.3-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
17+
_JAVA_SHARED_CONFIG_VERSION: '1.15.3' # {x-version-update:google-cloud-shared-config:current}
1818
_IMAGE_REPOSITORY: us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing
1919
_COMMIT_HASH_TAG: infrastructure-public-image-$SHORT_SHA
2020
steps:

.github/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
releaseType: java-yoshi
22
handleGHRelease: true
3-
extraFiles: [".cloudbuild/cloudbuild.yaml", ".cloudbuild/cloudbuild-test-a.yaml", ".cloudbuild/cloudbuild-test-b.yaml" ]
3+
extraFiles: [".cloudbuild/cloudbuild.yaml", ".cloudbuild/cloudbuild-test-a.yaml", ".cloudbuild/cloudbuild-test-b.yaml", ".cloudbuild/cloudbuild-test-c.yaml" ]
44
branches:
55
- bumpMinorPreMajor: true
66
handleGHRelease: true

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.15.3](https://github.com/googleapis/java-shared-config/compare/v1.15.2...v1.15.3) (2025-04-15)
4+
5+
6+
### Bug Fixes
7+
8+
* Reintroduce support for GraalVM 17 ([75879e3](https://github.com/googleapis/java-shared-config/commit/75879e39eae3f119a40524d6ac8d22af8b8407d5))
9+
310
## [1.15.2](https://github.com/googleapis/java-shared-config/compare/v1.15.1...v1.15.2) (2025-04-15)
411

512

java-shared-config/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.google.cloud</groupId>
77
<artifactId>google-cloud-shared-config</artifactId>
88
<packaging>pom</packaging>
9-
<version>1.15.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
9+
<version>1.15.3</version><!-- {x-version-update:google-cloud-shared-config:current} -->
1010
<name>Google Cloud Shared Config</name>
1111
<url>https://github.com/googleapis/java-shared-config</url>
1212
<description>
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.google.cloud</groupId>
1818
<artifactId>native-image-shared-config</artifactId>
19-
<version>1.15.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
19+
<version>1.15.3</version><!-- {x-version-update:google-cloud-shared-config:current} -->
2020
<relativePath>../native-image-shared-config</relativePath>
2121
</parent>
2222

native-image-shared-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.google.cloud</groupId>
77
<artifactId>native-image-shared-config</artifactId>
88
<packaging>pom</packaging>
9-
<version>1.15.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
9+
<version>1.15.3</version><!-- {x-version-update:google-cloud-shared-config:current} -->
1010
<name>Native Image Shared Config</name>
1111
<url>https://github.com/googleapis/java-shared-config</url>
1212
<description>

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-shared-config:1.15.2:1.15.3-SNAPSHOT
4+
google-cloud-shared-config:1.15.3:1.15.3

0 commit comments

Comments
 (0)