Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
6f1cd24
chore: Update generation configuration at Fri Jul 11 02:36:00 UTC 2025
cloud-java-bot Jul 11, 2025
4545262
Merge branch 'main' into generate-libraries-main
mpeddada1 Jul 11, 2025
7be56f9
chore: merge main into generate-libraries-main
cloud-java-bot Jul 12, 2025
b2e64f6
chore: Update generation configuration at Sat Jul 12 02:35:27 UTC 2025
cloud-java-bot Jul 12, 2025
da50702
chore: Update generation configuration at Tue Jul 15 02:38:25 UTC 2025
cloud-java-bot Jul 15, 2025
2277b7d
chore: Update generation configuration at Wed Jul 16 02:36:20 UTC 2025
cloud-java-bot Jul 16, 2025
325478c
chore: merge main into generate-libraries-main
cloud-java-bot Jul 17, 2025
4d4077b
chore: Update generation configuration at Thu Jul 17 02:36:39 UTC 2025
cloud-java-bot Jul 17, 2025
1560100
chore: Update generation configuration at Sat Jul 19 02:33:12 UTC 2025
cloud-java-bot Jul 19, 2025
17200ce
chore: Update generation configuration at Tue Jul 22 02:37:15 UTC 2025
cloud-java-bot Jul 22, 2025
80a8f07
chore: Update generation configuration at Wed Jul 23 02:38:09 UTC 2025
cloud-java-bot Jul 23, 2025
c5f4999
chore: Update generation configuration at Thu Jul 24 02:37:40 UTC 2025
cloud-java-bot Jul 24, 2025
25921ec
chore: Update generation configuration at Thu Jul 24 18:20:06 UTC 2025
cloud-java-bot Jul 24, 2025
92a52f5
chore: generate libraries at Thu Jul 24 18:20:40 UTC 2025
cloud-java-bot Jul 24, 2025
c71cc27
chore: Update generation configuration at Fri Jul 25 02:37:29 UTC 2025
cloud-java-bot Jul 25, 2025
33124fa
chore: Update generation configuration at Sat Jul 26 02:34:22 UTC 2025
cloud-java-bot Jul 26, 2025
c8b8a3d
chore: Update generation configuration at Mon Jul 28 15:31:34 UTC 2025
cloud-java-bot Jul 28, 2025
7052d88
chore: merge main into generate-libraries-main
cloud-java-bot Jul 28, 2025
7286462
chore: Update generation configuration at Mon Jul 28 15:32:28 UTC 2025
cloud-java-bot Jul 28, 2025
6f3b0ba
chore: generate libraries at Mon Jul 28 15:32:56 UTC 2025
cloud-java-bot Jul 28, 2025
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
4 changes: 2 additions & 2 deletions .github/scripts/update_generation_config.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -ex
set -e
# This script should be run at the root of the repository.
# This script is used to update googleapis_commitish, gapic_generator_version,
# and libraries_bom_version in generation configuration at the time of running
Expand Down Expand Up @@ -174,4 +174,4 @@ if [ -z "${pr_num}" ]; then
else
git push
gh pr edit "${pr_num}" --title "${title}" --body "${title}"
fi
fi
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.59.0
- uses: googleapis/sdk-platform-java/.github/scripts@v2.60.2
if: env.SHOULD_RUN == 'true'
with:
base_ref: ${{ github.base_ref }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/update_generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
schedule:
- cron: '0 2 * * *'
workflow_dispatch:

jobs:
update-generation-config:
runs-on: ubuntu-24.04
Expand All @@ -42,4 +43,5 @@ jobs:
--base_branch "${base_branch}" \
--repo ${{ github.repository }}
env:
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}

2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-a.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.49.0" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.50.2" # {x-version-update:google-cloud-shared-dependencies:current}
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-b.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.49.0" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.50.2" # {x-version-update:google-cloud-shared-dependencies:current}
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-c.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.49.0" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.50.2" # {x-version-update:google-cloud-shared-dependencies:current}
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.61.0')
implementation platform('com.google.cloud:libraries-bom:26.64.0')

implementation 'com.google.cloud:google-cloud-logging'
```
Expand Down
6 changes: 3 additions & 3 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.59.0
googleapis_commitish: 0cdaee64d46d284e4d54afe5b429379b4c6770fc
libraries_bom_version: 26.61.0
gapic_generator_version: 2.60.2
googleapis_commitish: 6588689155df35bb46974c477505990f0034f569
libraries_bom_version: 26.64.0
libraries:
- api_shortname: logging
name_pretty: Cloud Logging
Expand Down