From 88a31e07de385b0292d13290446a3ef2a648664c Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Tue, 13 Jan 2026 21:02:14 +0000
Subject: [PATCH] chore(main): release 1.18.0
---
.cloudbuild/cloudbuild-test-a.yaml | 2 +-
.cloudbuild/cloudbuild-test-b.yaml | 2 +-
.cloudbuild/cloudbuild-test-c.yaml | 2 +-
.cloudbuild/cloudbuild.yaml | 2 +-
CHANGELOG.md | 8 ++++++++
java-shared-config/pom.xml | 4 ++--
native-image-shared-config/pom.xml | 2 +-
versions.txt | 2 +-
8 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/.cloudbuild/cloudbuild-test-a.yaml b/.cloudbuild/cloudbuild-test-a.yaml
index 990ce17f..2a6c4ffe 100644
--- a/.cloudbuild/cloudbuild-test-a.yaml
+++ b/.cloudbuild/cloudbuild-test-a.yaml
@@ -14,7 +14,7 @@
timeout: 7200s # 2 hours
substitutions:
- _JAVA_SHARED_CONFIG_VERSION: '1.17.1-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
+ _JAVA_SHARED_CONFIG_VERSION: '1.18.0' # {x-version-update:google-cloud-shared-config:current}
steps:
# GraalVM A build
diff --git a/.cloudbuild/cloudbuild-test-b.yaml b/.cloudbuild/cloudbuild-test-b.yaml
index 636c254e..881c1c98 100644
--- a/.cloudbuild/cloudbuild-test-b.yaml
+++ b/.cloudbuild/cloudbuild-test-b.yaml
@@ -14,7 +14,7 @@
timeout: 7200s # 2 hours
substitutions:
- _JAVA_SHARED_CONFIG_VERSION: '1.17.1-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
+ _JAVA_SHARED_CONFIG_VERSION: '1.18.0' # {x-version-update:google-cloud-shared-config:current}
steps:
# GraalVM B build
diff --git a/.cloudbuild/cloudbuild-test-c.yaml b/.cloudbuild/cloudbuild-test-c.yaml
index d4188600..89151abb 100644
--- a/.cloudbuild/cloudbuild-test-c.yaml
+++ b/.cloudbuild/cloudbuild-test-c.yaml
@@ -14,7 +14,7 @@
timeout: 7200s # 2 hours
substitutions:
- _JAVA_SHARED_CONFIG_VERSION: '1.17.1-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
+ _JAVA_SHARED_CONFIG_VERSION: '1.18.0' # {x-version-update:google-cloud-shared-config:current}
steps:
# GraalVM C build
diff --git a/.cloudbuild/cloudbuild.yaml b/.cloudbuild/cloudbuild.yaml
index 7f250f65..6a135ab7 100644
--- a/.cloudbuild/cloudbuild.yaml
+++ b/.cloudbuild/cloudbuild.yaml
@@ -14,7 +14,7 @@
timeout: 7200s # 2 hours
substitutions:
- _JAVA_SHARED_CONFIG_VERSION: '1.17.1-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
+ _JAVA_SHARED_CONFIG_VERSION: '1.18.0' # {x-version-update:google-cloud-shared-config:current}
_IMAGE_REPOSITORY: us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing
_COMMIT_HASH_TAG: infrastructure-public-image-${SHORT_SHA}
steps:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a33c6a06..98905e97 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [1.18.0](https://github.com/googleapis/java-shared-config/compare/v1.17.0...v1.18.0) (2026-01-13)
+
+
+### Features
+
+* Remove the graal-sdk.version property ([#1065](https://github.com/googleapis/java-shared-config/issues/1065)) ([97ca73c](https://github.com/googleapis/java-shared-config/commit/97ca73cecd5ed37f8d1a84ee8bbf67dade09ae70))
+* Use only nativeimage.version property in depManagement ([#1067](https://github.com/googleapis/java-shared-config/issues/1067)) ([9749349](https://github.com/googleapis/java-shared-config/commit/9749349a1b427a38b6241ff55621e5fe982a0a60))
+
## [1.17.0](https://github.com/googleapis/java-shared-config/compare/v1.16.1...v1.17.0) (2025-10-10)
diff --git a/java-shared-config/pom.xml b/java-shared-config/pom.xml
index f90152a7..a32f1f34 100644
--- a/java-shared-config/pom.xml
+++ b/java-shared-config/pom.xml
@@ -6,7 +6,7 @@
com.google.cloud
google-cloud-shared-config
pom
- 1.17.1-SNAPSHOT
+ 1.18.0
Google Cloud Shared Config
https://github.com/googleapis/java-shared-config
@@ -16,7 +16,7 @@
com.google.cloud
native-image-shared-config
- 1.17.1-SNAPSHOT
+ 1.18.0
../native-image-shared-config
diff --git a/native-image-shared-config/pom.xml b/native-image-shared-config/pom.xml
index 7b3c210a..5e56ac8f 100644
--- a/native-image-shared-config/pom.xml
+++ b/native-image-shared-config/pom.xml
@@ -6,7 +6,7 @@
com.google.cloud
native-image-shared-config
pom
- 1.17.1-SNAPSHOT
+ 1.18.0
Native Image Shared Config
https://github.com/googleapis/java-shared-config
diff --git a/versions.txt b/versions.txt
index b8805759..4c7f7c5f 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-shared-config:1.17.0:1.17.1-SNAPSHOT
+google-cloud-shared-config:1.18.0:1.18.0