Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
bc58723
chore: Update generation configuration at Wed Apr 8 03:10:49 UTC 2026
cloud-java-bot Apr 8, 2026
9075bc8
chore: Update generation configuration at Wed Apr 8 19:26:20 UTC 2026
cloud-java-bot Apr 8, 2026
efc0a8c
chore: generate libraries at Wed Apr 8 19:26:58 UTC 2026
cloud-java-bot Apr 8, 2026
05d2e48
fix tests
igorbernstein2 Apr 8, 2026
8980f89
chore: merge main into generate-libraries-main
cloud-java-bot Apr 9, 2026
dd6de2f
chore: Update generation configuration at Thu Apr 9 03:10:45 UTC 2026
cloud-java-bot Apr 9, 2026
e926bfd
Merge branch 'main' into generate-libraries-main
igorbernstein2 Apr 9, 2026
52db2af
revert to old step version - new one doesnt exist
igorbernstein2 Apr 9, 2026
9f689bb
chore: generate libraries at Thu Apr 9 10:53:07 UTC 2026
cloud-java-bot Apr 9, 2026
74c7f5c
try to force a regen
igorbernstein2 Apr 9, 2026
7598797
Merge branch 'main' into generate-libraries-main
igorbernstein2 Apr 9, 2026
d4ff7fc
chore: generate libraries at Thu Apr 9 14:21:31 UTC 2026
cloud-java-bot Apr 9, 2026
483a1a7
revert image changes and update version
mutianf Apr 9, 2026
8567020
chore: generate libraries at Thu Apr 9 14:37:55 UTC 2026
cloud-java-bot Apr 9, 2026
f71eb8e
Merge branch 'main' into generate-libraries-main
igorbernstein2 Apr 9, 2026
8a937ca
Merge branch 'main' into generate-libraries-main
igorbernstein2 Apr 9, 2026
f5aeb4b
chore: generate libraries at Thu Apr 9 18:15:10 UTC 2026
cloud-java-bot Apr 9, 2026
053b535
Merge branch 'main' into generate-libraries-main
igorbernstein2 Apr 9, 2026
2e0cdd1
chore: merge main into generate-libraries-main
cloud-java-bot Apr 10, 2026
0b194f0
chore: Update generation configuration at Fri Apr 10 03:12:02 UTC 2026
cloud-java-bot Apr 10, 2026
48d6f50
chore: merge main into generate-libraries-main
cloud-java-bot Apr 11, 2026
4b71eaf
chore: Update generation configuration at Sat Apr 11 03:09:07 UTC 2026
cloud-java-bot Apr 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/hermetic_library_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
- uses: googleapis/sdk-platform-java/.github/scripts@v2.68.0
- uses: googleapis/sdk-platform-java/.github/scripts@v2.69.0
if: env.SHOULD_RUN == 'true'
with:
base_ref: ${{ github.base_ref }}
Expand Down
2 changes: 1 addition & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gapic_generator_version: 2.69.0
googleapis_commitish: 9a832ccde3f3ca4d4e1c39593b1cbf9aa62a75b3
googleapis_commitish: f01ba6bda9ef3a45069a699767ee7dc46f30028a
libraries_bom_version: 26.79.0
template_excludes:
- .gitignore
Expand Down
Loading