Skip to content

Commit 6372eee

Browse files
authored
chore: update current version in trigger (#3336)
In this PR: - Setup release please to update version in `.cloudbuild/library_generation/cloudbuild-library-generation-push-prod.yaml`
1 parent e73740d commit 6372eee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.cloudbuild/library_generation/cloudbuild-library-generation-push-prod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
timeout: 7200s # 2 hours
1616
substitutions:
1717
_IMAGE_NAME: "us-docker.pkg.dev/java-hermetic-build-prod/private-resources/java-library-generation"
18-
_GAPIC_GENERATOR_JAVA_VERSION: '2.46.2-SNAPSHOT' # {x-version-update:gapic-generator-java:current}
18+
_GAPIC_GENERATOR_JAVA_VERSION: '2.49.1-SNAPSHOT' # {x-version-update:gapic-generator-java:current}
1919
_SHA_IMAGE_ID: "${_IMAGE_NAME}:${COMMIT_SHA}"
2020
_LATEST_IMAGE_ID: "${_IMAGE_NAME}:latest"
2121
_VERSIONED_IMAGE_ID: "${_IMAGE_NAME}:${_GAPIC_GENERATOR_JAVA_VERSION}"

release-please-config.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
".cloudbuild/graalvm/cloudbuild-test-a.yaml",
1212
".cloudbuild/graalvm/cloudbuild-test-b.yaml",
1313
".cloudbuild/library_generation/cloudbuild-library-generation-push.yaml",
14+
".cloudbuild/library_generation/cloudbuild-library-generation-push-prod.yaml",
1415
".cloudbuild/library_generation/library_generation.Dockerfile"
1516
]
1617
}

0 commit comments

Comments
 (0)