From 0b486d11caa5be82b6cdbfc24f5ebe0cbd0a2ad6 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Tue, 25 Nov 2025 10:09:56 -0500 Subject: [PATCH 01/12] fix: test patch bump change --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9dc747a4..a2c368bc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Google Cloud Shared Build Configs +## Protobuf 4.x branch Shared Maven build configuration for Google Cloud Java client libraries. This is not intended for library users. From 57cd260d757273801f0bc92d63dc78744bf3d0a7 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Tue, 25 Nov 2025 10:12:34 -0500 Subject: [PATCH 02/12] chore(test-protobuf-4.x-prerelease): release 1.17.1-rc (#1041) --- CHANGELOG.md | 7 +++++++ java-shared-config/pom.xml | 4 ++-- native-image-shared-config/pom.xml | 2 +- versions.txt | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a33c6a06..12d940eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.17.1-rc](https://github.com/googleapis/java-shared-config/compare/v1.17.0...v1.17.1-rc) (2025-11-25) + + +### Bug Fixes + +* test patch bump change ([0b486d1](https://github.com/googleapis/java-shared-config/commit/0b486d11caa5be82b6cdbfc24f5ebe0cbd0a2ad6)) + ## [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..b4d79ea2 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.17.1-rc 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.17.1-rc ../native-image-shared-config diff --git a/native-image-shared-config/pom.xml b/native-image-shared-config/pom.xml index b670659a..166e58e5 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.17.1-rc Native Image Shared Config https://github.com/googleapis/java-shared-config diff --git a/versions.txt b/versions.txt index b8805759..32aa30d2 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.17.1-rc:1.17.1-rc From fe6003b1f10772211690401018ad0d07317c4b35 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Tue, 25 Nov 2025 10:13:04 -0500 Subject: [PATCH 03/12] fix: another patch bump --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2c368bc..ea40cf89 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Google Cloud Shared Build Configs -## Protobuf 4.x branch +## Protobuf 4.x branch - v2 Shared Maven build configuration for Google Cloud Java client libraries. This is not intended for library users. From d6f81f06eb663f17e9925f65b5d2f46a8bcd5996 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Tue, 25 Nov 2025 10:20:14 -0500 Subject: [PATCH 04/12] chore(test-protobuf-4.x-prerelease): release 1.17.1-rc.1-SNAPSHOT (#1042) --- java-shared-config/pom.xml | 4 ++-- native-image-shared-config/pom.xml | 2 +- versions.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/java-shared-config/pom.xml b/java-shared-config/pom.xml index b4d79ea2..e2324daf 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-rc + 1.17.1-rc.1-SNAPSHOT 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-rc + 1.17.1-rc.1-SNAPSHOT ../native-image-shared-config diff --git a/native-image-shared-config/pom.xml b/native-image-shared-config/pom.xml index 166e58e5..3abb801a 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-rc + 1.17.1-rc.1-SNAPSHOT Native Image Shared Config https://github.com/googleapis/java-shared-config diff --git a/versions.txt b/versions.txt index 32aa30d2..68c5a1c1 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-shared-config:1.17.1-rc:1.17.1-rc +google-cloud-shared-config:1.17.1-rc:1.17.1-rc.1-SNAPSHOT From 9336f8df92a376962487c8358ad570a5dcc47017 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Tue, 25 Nov 2025 10:21:45 -0500 Subject: [PATCH 05/12] fix: update Protobuf branch version to v3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea40cf89..ec493114 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Google Cloud Shared Build Configs -## Protobuf 4.x branch - v2 +## Protobuf 4.x branch - v3 Shared Maven build configuration for Google Cloud Java client libraries. This is not intended for library users. From a40cc789516805a707133a921479cd35f94f5113 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Tue, 25 Nov 2025 10:56:16 -0500 Subject: [PATCH 06/12] chore(test-protobuf-4.x-prerelease): release 1.17.1-rc.1 (#1043) --- CHANGELOG.md | 7 +++++++ java-shared-config/pom.xml | 4 ++-- native-image-shared-config/pom.xml | 2 +- versions.txt | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12d940eb..fa6fbab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.17.1-rc.1](https://github.com/googleapis/java-shared-config/compare/v1.17.1-rc...v1.17.1-rc.1) (2025-11-25) + + +### Bug Fixes + +* update Protobuf branch version to v3 ([9336f8d](https://github.com/googleapis/java-shared-config/commit/9336f8df92a376962487c8358ad570a5dcc47017)) + ## [1.17.1-rc](https://github.com/googleapis/java-shared-config/compare/v1.17.0...v1.17.1-rc) (2025-11-25) diff --git a/java-shared-config/pom.xml b/java-shared-config/pom.xml index e2324daf..2db44be9 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-rc.1-SNAPSHOT + 1.17.1-rc.1 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-rc.1-SNAPSHOT + 1.17.1-rc.1 ../native-image-shared-config diff --git a/native-image-shared-config/pom.xml b/native-image-shared-config/pom.xml index 3abb801a..be6e995f 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-rc.1-SNAPSHOT + 1.17.1-rc.1 Native Image Shared Config https://github.com/googleapis/java-shared-config diff --git a/versions.txt b/versions.txt index 68c5a1c1..1ddec675 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-shared-config:1.17.1-rc:1.17.1-rc.1-SNAPSHOT +google-cloud-shared-config:1.17.1-rc.1:1.17.1-rc.1 From fd9feeba6ea58505ebf9d2bc1d1dd3666c91613a Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Tue, 25 Nov 2025 11:46:09 -0500 Subject: [PATCH 07/12] feat: minor bump --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec493114..dda72cc0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Google Cloud Shared Build Configs -## Protobuf 4.x branch - v3 +## Protobuf 4.x branch - v4 Shared Maven build configuration for Google Cloud Java client libraries. This is not intended for library users. From 06cb56848c2eaf14f0a8e4c296eddd273eb2e47f Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Tue, 25 Nov 2025 11:49:22 -0500 Subject: [PATCH 08/12] chore(test-protobuf-4.x-prerelease): release 1.17.1-rc.2-SNAPSHOT (#1044) --- java-shared-config/pom.xml | 4 ++-- native-image-shared-config/pom.xml | 2 +- versions.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/java-shared-config/pom.xml b/java-shared-config/pom.xml index 2db44be9..3d64e308 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-rc.1 + 1.17.1-rc.2-SNAPSHOT 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-rc.1 + 1.17.1-rc.2-SNAPSHOT ../native-image-shared-config diff --git a/native-image-shared-config/pom.xml b/native-image-shared-config/pom.xml index be6e995f..511de160 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-rc.1 + 1.17.1-rc.2-SNAPSHOT Native Image Shared Config https://github.com/googleapis/java-shared-config diff --git a/versions.txt b/versions.txt index 1ddec675..267a740c 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-shared-config:1.17.1-rc.1:1.17.1-rc.1 +google-cloud-shared-config:1.17.1-rc.1:1.17.1-rc.2-SNAPSHOT From 8ec84c4818bf0e9493130ee505a2364e418bc447 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Tue, 25 Nov 2025 11:50:02 -0500 Subject: [PATCH 09/12] feat: minor bump --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dda72cc0..661e429b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Google Cloud Shared Build Configs -## Protobuf 4.x branch - v4 +## Protobuf 4.x branch - v5 Shared Maven build configuration for Google Cloud Java client libraries. This is not intended for library users. From ccf70936d9b6119aee35e422c1735b12222f2436 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Tue, 25 Nov 2025 11:55:23 -0500 Subject: [PATCH 10/12] chore(test-protobuf-4.x-prerelease): release 1.18.0-rc.1 (#1045) --- CHANGELOG.md | 7 +++++++ java-shared-config/pom.xml | 4 ++-- native-image-shared-config/pom.xml | 2 +- versions.txt | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa6fbab8..490408e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.18.0-rc.1](https://github.com/googleapis/java-shared-config/compare/v1.17.1-rc.1...v1.18.0-rc.1) (2025-11-25) + + +### Features + +* minor bump ([8ec84c4](https://github.com/googleapis/java-shared-config/commit/8ec84c4818bf0e9493130ee505a2364e418bc447)) + ## [1.17.1-rc.1](https://github.com/googleapis/java-shared-config/compare/v1.17.1-rc...v1.17.1-rc.1) (2025-11-25) diff --git a/java-shared-config/pom.xml b/java-shared-config/pom.xml index 3d64e308..f528949a 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-rc.2-SNAPSHOT + 1.18.0-rc.1 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-rc.2-SNAPSHOT + 1.18.0-rc.1 ../native-image-shared-config diff --git a/native-image-shared-config/pom.xml b/native-image-shared-config/pom.xml index 511de160..75958ede 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-rc.2-SNAPSHOT + 1.18.0-rc.1 Native Image Shared Config https://github.com/googleapis/java-shared-config diff --git a/versions.txt b/versions.txt index 267a740c..7b43447e 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-shared-config:1.17.1-rc.1:1.17.1-rc.2-SNAPSHOT +google-cloud-shared-config:1.18.0-rc.1:1.18.0-rc.1 From bce0dfb9e2c1edd1c21c7b7ffaea16dcb1666d15 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Tue, 25 Nov 2025 11:57:46 -0500 Subject: [PATCH 11/12] chore(test-protobuf-4.x-prerelease): release 1.18.0-rc.2-SNAPSHOT (#1046) --- java-shared-config/pom.xml | 4 ++-- native-image-shared-config/pom.xml | 2 +- versions.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/java-shared-config/pom.xml b/java-shared-config/pom.xml index f528949a..c170e586 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.18.0-rc.1 + 1.18.0-rc.2-SNAPSHOT Google Cloud Shared Config https://github.com/googleapis/java-shared-config @@ -16,7 +16,7 @@ com.google.cloud native-image-shared-config - 1.18.0-rc.1 + 1.18.0-rc.2-SNAPSHOT ../native-image-shared-config diff --git a/native-image-shared-config/pom.xml b/native-image-shared-config/pom.xml index 75958ede..489f837f 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.18.0-rc.1 + 1.18.0-rc.2-SNAPSHOT Native Image Shared Config https://github.com/googleapis/java-shared-config diff --git a/versions.txt b/versions.txt index 7b43447e..2390b81c 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-shared-config:1.18.0-rc.1:1.18.0-rc.1 +google-cloud-shared-config:1.18.0-rc.1:1.18.0-rc.2-SNAPSHOT From 49e27b1f8d4f9ba3ab0a66a1ab0eb3a2a8aa3f1c Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Tue, 25 Nov 2025 11:58:02 -0500 Subject: [PATCH 12/12] feat!: breaking change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 661e429b..d017981d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Google Cloud Shared Build Configs -## Protobuf 4.x branch - v5 +## Protobuf 4.x branch - v6 Shared Maven build configuration for Google Cloud Java client libraries. This is not intended for library users.