File tree 7 files changed +19
-7
lines changed
native-image-shared-config
7 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 14
14
15
15
timeout : 7200s # 2 hours
16
16
substitutions :
17
- _JAVA_SHARED_CONFIG_VERSION : ' 1.9.2-SNAPSHOT ' # {x-version-update:google-cloud-shared-config:current}
17
+ _JAVA_SHARED_CONFIG_VERSION : ' 1.10.0 ' # {x-version-update:google-cloud-shared-config:current}
18
18
19
19
steps :
20
20
# GraalVM A build
Original file line number Diff line number Diff line change 14
14
15
15
timeout : 7200s # 2 hours
16
16
substitutions :
17
- _JAVA_SHARED_CONFIG_VERSION : ' 1.9.2-SNAPSHOT ' # {x-version-update:google-cloud-shared-config:current}
17
+ _JAVA_SHARED_CONFIG_VERSION : ' 1.10.0 ' # {x-version-update:google-cloud-shared-config:current}
18
18
19
19
steps :
20
20
# GraalVM B build
Original file line number Diff line number Diff line change 14
14
15
15
timeout : 7200s # 2 hours
16
16
substitutions :
17
- _JAVA_SHARED_CONFIG_VERSION : ' 1.9.2-SNAPSHOT ' # {x-version-update:google-cloud-shared-config:current}
17
+ _JAVA_SHARED_CONFIG_VERSION : ' 1.10.0 ' # {x-version-update:google-cloud-shared-config:current}
18
18
steps :
19
19
# GraalVM A build
20
20
- name : gcr.io/cloud-builders/docker
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.10.0] ( https://github.com/googleapis/java-shared-config/compare/v1.9.1...v1.10.0 ) (2024-08-13)
4
+
5
+
6
+ ### Features
7
+
8
+ * Update graal-sdk to 24 and graalvm-A to 21.x ([ #815 ] ( https://github.com/googleapis/java-shared-config/issues/815 ) ) ([ 3c3c630] ( https://github.com/googleapis/java-shared-config/commit/3c3c6307ea88dc56f5901a95c295d1b2d53a3559 ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Address terraform installation failure by updating hashicorp baseurl ([ #881 ] ( https://github.com/googleapis/java-shared-config/issues/881 ) ) ([ 0b7164f] ( https://github.com/googleapis/java-shared-config/commit/0b7164fd15150cb26668d381dbcd89671f1e66e4 ) )
14
+
3
15
## [ 1.9.1] ( https://github.com/googleapis/java-shared-config/compare/v1.9.0...v1.9.1 ) (2024-07-22)
4
16
5
17
Original file line number Diff line number Diff line change 6
6
<groupId >com.google.cloud</groupId >
7
7
<artifactId >google-cloud-shared-config</artifactId >
8
8
<packaging >pom</packaging >
9
- <version >1.9.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-shared-config:current} -->
9
+ <version >1.10.0 </version ><!-- {x-version-update:google-cloud-shared-config:current} -->
10
10
<name >Google Cloud Shared Config</name >
11
11
<url >https://github.com/googleapis/java-shared-config</url >
12
12
<description >
16
16
<parent >
17
17
<groupId >com.google.cloud</groupId >
18
18
<artifactId >native-image-shared-config</artifactId >
19
- <version >1.9.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-shared-config:current} -->
19
+ <version >1.10.0 </version ><!-- {x-version-update:google-cloud-shared-config:current} -->
20
20
<relativePath >../native-image-shared-config</relativePath >
21
21
</parent >
22
22
Original file line number Diff line number Diff line change 6
6
<groupId >com.google.cloud</groupId >
7
7
<artifactId >native-image-shared-config</artifactId >
8
8
<packaging >pom</packaging >
9
- <version >1.9.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-shared-config:current} -->
9
+ <version >1.10.0 </version ><!-- {x-version-update:google-cloud-shared-config:current} -->
10
10
<name >Native Image Shared Config</name >
11
11
<url >https://github.com/googleapis/java-shared-config</url >
12
12
<description >
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- google-cloud-shared-config:1.9.1 :1.9.2-SNAPSHOT
4
+ google-cloud-shared-config:1.10.0 :1.10.0
You can’t perform that action at this time.
0 commit comments