Skip to content

Commit 4f9816f

Browse files
chore(main): release 1.17.0 (#1030)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent fde1cf4 commit 4f9816f

8 files changed

Lines changed: 22 additions & 8 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.16.2-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
17+
_JAVA_SHARED_CONFIG_VERSION: '1.17.0' # {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.16.2-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
17+
_JAVA_SHARED_CONFIG_VERSION: '1.17.0' # {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.16.2-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
17+
_JAVA_SHARED_CONFIG_VERSION: '1.17.0' # {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.16.2-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
17+
_JAVA_SHARED_CONFIG_VERSION: '1.17.0' # {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:

CHANGELOG.md

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

3+
## [1.17.0](https://github.com/googleapis/java-shared-config/compare/v1.16.1...v1.17.0) (2025-10-10)
4+
5+
6+
### Features
7+
8+
* Upgrade GraalVM image B to 25 ([#1037](https://github.com/googleapis/java-shared-config/issues/1037)) ([fde1cf4](https://github.com/googleapis/java-shared-config/commit/fde1cf446b245dafcbeea4ce58e00ec2e0880c58))
9+
10+
11+
### Dependencies
12+
13+
* Update dependency org.graalvm.sdk:graal-sdk to v25 ([#1034](https://github.com/googleapis/java-shared-config/issues/1034)) ([e260c95](https://github.com/googleapis/java-shared-config/commit/e260c95a122d9667e54376a3342a2ba83996a48c))
14+
* Update dependency org.graalvm.sdk:nativeimage to v24.2.2 ([#1029](https://github.com/googleapis/java-shared-config/issues/1029)) ([4a2f59c](https://github.com/googleapis/java-shared-config/commit/4a2f59c491f9731d371c23e9cd2a89b7ec4b3e0b))
15+
* Update dependency org.graalvm.sdk:nativeimage to v25 ([#1035](https://github.com/googleapis/java-shared-config/issues/1035)) ([1182a88](https://github.com/googleapis/java-shared-config/commit/1182a8879158075aa58dc22cfa5da28d1cdf8858))
16+
317
## [1.16.1](https://github.com/googleapis/java-shared-config/compare/v1.16.0...v1.16.1) (2025-06-06)
418

519

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.16.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
9+
<version>1.17.0</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.16.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
19+
<version>1.17.0</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.16.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
9+
<version>1.17.0</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.16.1:1.16.2-SNAPSHOT
4+
google-cloud-shared-config:1.17.0:1.17.0

0 commit comments

Comments
 (0)