Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit f26c911

Browse files
committed
Merge branch 'main' into PR #3083 to update
2 parents e6b26ec + c51e345 commit f26c911

26 files changed

Lines changed: 121 additions & 89 deletions

File tree

.github/release-please.yml

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,26 @@ bumpMinorPreMajor: true
22
handleGHRelease: true
33
releaseType: java-yoshi
44
branches:
5-
- branch: java7
6-
- branch: 2.4.x
7-
releaseType: java-backport
8-
- branch: 2.12.x
9-
releaseType: java-backport
10-
- branch: 2.25.x
11-
releaseType: java-backport
12-
- branch: 2.38.x
13-
releaseType: java-backport
14-
- branch: 2.47.x
15-
releaseType: java-backport
16-
- branch: 3.5.x
17-
releaseType: java-backport
18-
- branch: 3.11.x
19-
releaseType: java-backport
20-
- branch: 3.15.x
21-
releaseType: java-backport
22-
- branch: protobuf-4.x-rc
23-
manifest: true
5+
- branch: java7
6+
- branch: 2.4.x
7+
releaseType: java-backport
8+
- branch: 2.12.x
9+
releaseType: java-backport
10+
- branch: 2.25.x
11+
releaseType: java-backport
12+
- branch: 2.38.x
13+
releaseType: java-backport
14+
- branch: 2.47.x
15+
releaseType: java-backport
16+
- branch: 3.5.x
17+
releaseType: java-backport
18+
- branch: 3.11.x
19+
releaseType: java-backport
20+
- branch: 3.15.x
21+
releaseType: java-backport
22+
- branch: protobuf-4.x-rc
23+
manifest: true
24+
- bumpMinorPreMajor: true
25+
handleGHRelease: true
26+
releaseType: java-backport
27+
branch: 3.20.x

.github/sync-repo-settings.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,22 @@ branchProtectionRules:
148148
- javadoc
149149
- library_generation
150150
- unmanaged_dependency_check
151+
- pattern: 3.20.x
152+
isAdminEnforced: true
153+
requiredApprovingReviewCount: 1
154+
requiresCodeOwnerReviews: true
155+
requiresStrictStatusChecks: false
156+
requiredStatusCheckContexts:
157+
- dependencies (17)
158+
- lint
159+
- clirr
160+
- units (8)
161+
- units (11)
162+
- 'Kokoro - Test: Integration'
163+
- cla/google
164+
- javadoc
165+
- library_generation
166+
- unmanaged_dependency_check
151167
permissionRules:
152168
- team: yoshi-admins
153169
permission: admin

.github/workflows/unmanaged_dependency_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
# repository
1818
.kokoro/build.sh
1919
- name: Unmanaged dependency check
20-
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.56.0
20+
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.56.1
2121
with:
2222
bom-path: google-cloud-bigquerystorage-bom/pom.xml

.kokoro/continuous/graalvm-native-a.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.56.0" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.56.1" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

.kokoro/continuous/graalvm-native-b.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.56.0" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.56.1" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

.kokoro/continuous/graalvm-native-c.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.56.0" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.56.1" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-a.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.56.0"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.56.1"
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-b.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.56.0"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.56.1"
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-c.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.56.0"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.56.1"
77
}
88

99
env_vars: {

CHANGELOG.md

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

3+
## [3.21.0](https://github.com/googleapis/java-bigquerystorage/compare/v3.20.0...v3.21.0) (2026-02-11)
4+
5+
6+
### Features
7+
8+
* Next release from main branch is 3.21.0 ([#3192](https://github.com/googleapis/java-bigquerystorage/issues/3192)) ([4096a53](https://github.com/googleapis/java-bigquerystorage/commit/4096a53cd39d11ece2646a92c5d19b2bd7202f25))
9+
10+
11+
### Dependencies
12+
13+
* Update dependency com.google.cloud:sdk-platform-java-config to v3.56.1 ([#3190](https://github.com/googleapis/java-bigquerystorage/issues/3190)) ([2814aab](https://github.com/googleapis/java-bigquerystorage/commit/2814aab1d689d4b6f1c0039183fb6fe6dfb48aa4))
14+
315
## [3.20.0](https://github.com/googleapis/java-bigquerystorage/compare/v3.19.2...v3.20.0) (2026-01-26)
416

517

0 commit comments

Comments
 (0)