Skip to content

Commit 50955ef

Browse files
chore(protobuf-4.x-rc): release 1.17.1-rc1
1 parent e5d38bc commit 50955ef

9 files changed

Lines changed: 21 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.17.1-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
17+
_JAVA_SHARED_CONFIG_VERSION: '1.17.1-rc1' # {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.17.1-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
17+
_JAVA_SHARED_CONFIG_VERSION: '1.17.1-rc1' # {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.17.1-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
17+
_JAVA_SHARED_CONFIG_VERSION: '1.17.1-rc1' # {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.17.1-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
17+
_JAVA_SHARED_CONFIG_VERSION: '1.17.1-rc1' # {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:

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.17.0"
2+
".": "1.17.1-rc1"
33
}

CHANGELOG.md

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

3+
## [1.17.1-rc1](https://github.com/googleapis/java-shared-config/compare/v1.17.0...v1.17.1-rc1) (2025-12-03)
4+
5+
6+
### Bug Fixes
7+
8+
* (test) update release type to java-yoshi-monorepo ([f875818](https://github.com/googleapis/java-shared-config/commit/f8758188021b79ad4823ba3065f719dab5cee0d4))
9+
* add release manifest for version 1.18.1-rc1 ([fdece7e](https://github.com/googleapis/java-shared-config/commit/fdece7ec0aa578950a9ba552d9e08a871109a4ee))
10+
* Change release type from 'java-yoshi-monorepo' to 'java-yoshi' ([6af5bb7](https://github.com/googleapis/java-shared-config/commit/6af5bb782d9cf97ee4cb7363775f9b649a7c993d))
11+
* Update README with protobuf 4.x release candidate info ([#1049](https://github.com/googleapis/java-shared-config/issues/1049)) ([c651e2e](https://github.com/googleapis/java-shared-config/commit/c651e2e9bb8827c7aee3c812c01643242929063d))
12+
* update release version to 1.18.1-rc2 ([fcdf23a](https://github.com/googleapis/java-shared-config/commit/fcdf23aaae6be79b7af3b3b2e8a899e3a167e1d5))
13+
* use released version in manifest ([e5d38bc](https://github.com/googleapis/java-shared-config/commit/e5d38bc6b40fd37bc1f1a0c963d2bb6e8cc55fd7))
14+
315
## [1.17.0](https://github.com/googleapis/java-shared-config/compare/v1.16.1...v1.17.0) (2025-10-10)
416

517

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.17.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
9+
<version>1.17.1-rc1</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.17.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
19+
<version>1.17.1-rc1</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.17.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
9+
<version>1.17.1-rc1</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.17.0:1.17.1-SNAPSHOT
4+
google-cloud-shared-config:1.17.1-rc1:1.17.1-rc1

0 commit comments

Comments
 (0)