Skip to content

Commit b22a75a

Browse files
authored
chore: update graalvm docker image for 1.7.0 release (#720)
* chore: update graalvm docker image for 1.7.0 release
1 parent 93824e5 commit b22a75a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.cloudbuild/cloudbuild-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_JAVA_SHARED_CONFIG_VERSION: '1.6.1'
17+
_JAVA_SHARED_CONFIG_VERSION: '1.7.0' # {x-version-update:google-cloud-shared-config:released}
1818
_GRAALVM_A: 'graalvm22_3_jdk11'
1919
_GRAALVM_B: 'graalvm22_3_jdk17'
2020
steps:

.cloudbuild/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_JAVA_SHARED_CONFIG_VERSION: '1.6.1'
17+
_JAVA_SHARED_CONFIG_VERSION: '1.7.0' # {x-version-update:google-cloud-shared-config:released}
1818
_GRAALVM_A: 'graalvm22_3_jdk11'
1919
_GRAALVM_B: 'graalvm22_3_jdk17'
2020
steps:

.github/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
releaseType: java-yoshi
22
handleGHRelease: true
3+
extraFiles: [".cloudbuild/cloudbuild.yaml", ".cloudbuild/cloudbuild-test.yaml"]
34
branches:
45
- bumpMinorPreMajor: true
56
handleGHRelease: true

0 commit comments

Comments
 (0)