Skip to content

Commit a74c46b

Browse files
feat: next release from main branch is 2.31.0 (#1912)
* feat: next release from main branch is 2.31.0 * chore: generate libraries at Wed Jul 9 21:11:47 UTC 2025 --------- Co-authored-by: cloud-java-bot <[email protected]>
1 parent 9045160 commit a74c46b

File tree

3 files changed

+34
-11
lines changed

3 files changed

+34
-11
lines changed

.github/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ branches:
3838
handleGHRelease: true
3939
releaseType: java-backport
4040
branch: 2.26.x
41+
- bumpMinorPreMajor: true
42+
handleGHRelease: true
43+
releaseType: java-backport
44+
branch: 2.30.x

.github/sync-repo-settings.yaml

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,16 @@ branchProtectionRules:
116116
requiresCodeOwnerReviews: true
117117
requiresStrictStatusChecks: false
118118
requiredStatusCheckContexts:
119-
- dependencies (17)
120-
- lint
121-
- clirr
122-
- units (8)
123-
- units (11)
124-
- 'Kokoro - Test: Integration'
125-
- cla/google
126-
- 'Kokoro - Test: Java GraalVM Native Image'
127-
- 'Kokoro - Test: Java 17 GraalVM Native Image'
128-
- javadoc
119+
- dependencies (17)
120+
- lint
121+
- clirr
122+
- units (8)
123+
- units (11)
124+
- 'Kokoro - Test: Integration'
125+
- cla/google
126+
- 'Kokoro - Test: Java GraalVM Native Image'
127+
- 'Kokoro - Test: Java 17 GraalVM Native Image'
128+
- javadoc
129129
- pattern: 2.15.x
130130
isAdminEnforced: true
131131
requiredApprovingReviewCount: 1
@@ -191,6 +191,25 @@ branchProtectionRules:
191191
- javadoc
192192
- library_generation
193193
- unmanaged_dependency_check
194+
- pattern: 2.30.x
195+
isAdminEnforced: true
196+
requiredApprovingReviewCount: 1
197+
requiresCodeOwnerReviews: true
198+
requiresStrictStatusChecks: false
199+
requiredStatusCheckContexts:
200+
- dependencies (17)
201+
- lint
202+
- clirr
203+
- units (8)
204+
- units (11)
205+
- 'Kokoro - Test: Integration'
206+
- cla/google
207+
- 'Kokoro - Test: Java GraalVM Native Image A'
208+
- 'Kokoro - Test: Java GraalVM Native Image B'
209+
- 'Kokoro - Test: Java GraalVM Native Image C'
210+
- javadoc
211+
- library_generation
212+
- unmanaged_dependency_check
194213
permissionRules:
195214
- team: yoshi-admins
196215
permission: admin

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-datastore</artifactId>
44-
<version>2.29.2</version>
44+
<version>2.30.0</version>
4545
</dependency>
4646

4747
```

0 commit comments

Comments
 (0)