File tree 6 files changed +29
-12
lines changed
proto-google-cloud-compute-v1
6 files changed +29
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.10.0] ( https://github.com/googleapis/java-compute/compare/v1.9.1...v1.10.0 ) (2022-05-24)
4
+
5
+
6
+ ### Features
7
+
8
+ * add build scripts for native image testing in Java 17 ([ #1440 ] ( https://github.com/googleapis/java-compute/issues/1440 ) ) ([ #691 ] ( https://github.com/googleapis/java-compute/issues/691 ) ) ([ 6e1de08] ( https://github.com/googleapis/java-compute/commit/6e1de08694caa3ad45c5a41ed5e09ec87a837c95 ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Add gax-grpc dependency for native image configurations ([ #688 ] ( https://github.com/googleapis/java-compute/issues/688 ) ) ([ c4fc952] ( https://github.com/googleapis/java-compute/commit/c4fc952177a197ab7550163a482c244f2266298d ) )
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * update dependency com.google.cloud: google-cloud-shared-dependencies to v2.12.0 ([ #690 ] ( https://github.com/googleapis/java-compute/issues/690 ) ) ([ c1e7193] ( https://github.com/googleapis/java-compute/commit/c1e7193a8771899ee0db397f7dd72002bcbd23a1 ) )
19
+
3
20
### [ 1.9.1] ( https://github.com/googleapis/java-compute/compare/v1.9.0...v1.9.1 ) (2022-04-15)
4
21
5
22
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >google-cloud-compute-bom</artifactId >
6
- <version >1.9.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-compute:current} -->
6
+ <version >1.10.0 </version ><!-- {x-version-update:google-cloud-compute:current} -->
7
7
<packaging >pom</packaging >
8
8
<parent >
9
9
<groupId >com.google.cloud</groupId >
52
52
<dependency >
53
53
<groupId >com.google.cloud</groupId >
54
54
<artifactId >google-cloud-compute</artifactId >
55
- <version >1.9.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-compute:current} -->
55
+ <version >1.10.0 </version ><!-- {x-version-update:google-cloud-compute:current} -->
56
56
</dependency >
57
57
<dependency >
58
58
<groupId >com.google.api.grpc</groupId >
59
59
<artifactId >proto-google-cloud-compute-v1</artifactId >
60
- <version >1.9.2-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-compute-v1:current} -->
60
+ <version >1.10.0 </version ><!-- {x-version-update:proto-google-cloud-compute-v1:current} -->
61
61
</dependency >
62
62
</dependencies >
63
63
</dependencyManagement >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >google-cloud-compute</artifactId >
6
- <version >1.9.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-compute:current} -->
6
+ <version >1.10.0 </version ><!-- {x-version-update:google-cloud-compute:current} -->
7
7
<packaging >jar</packaging >
8
8
<name >Google Compute Engine</name >
9
9
<url >https://github.com/googleapis/java-compute</url >
13
13
<parent >
14
14
<groupId >com.google.cloud</groupId >
15
15
<artifactId >google-cloud-compute-parent</artifactId >
16
- <version >1.9.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-compute:current} -->
16
+ <version >1.10.0 </version ><!-- {x-version-update:google-cloud-compute:current} -->
17
17
</parent >
18
18
<properties >
19
19
<site .installationModule>google-cloud-compute</site .installationModule>
Original file line number Diff line number Diff line change 4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >google-cloud-compute-parent</artifactId >
6
6
<packaging >pom</packaging >
7
- <version >1.9.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-compute:current} -->
7
+ <version >1.10.0 </version ><!-- {x-version-update:google-cloud-compute:current} -->
8
8
<name >Google Compute Engine Parent</name >
9
9
<url >https://github.com/googleapis/java-compute</url >
10
10
<description >
61
61
<dependency >
62
62
<groupId >com.google.cloud</groupId >
63
63
<artifactId >google-cloud-compute</artifactId >
64
- <version >1.9.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-compute:current} -->
64
+ <version >1.10.0 </version ><!-- {x-version-update:google-cloud-compute:current} -->
65
65
</dependency >
66
66
<dependency >
67
67
<groupId >com.google.api.grpc</groupId >
68
68
<artifactId >proto-google-cloud-compute-v1</artifactId >
69
- <version >1.9.2-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-compute-v1:current} -->
69
+ <version >1.10.0 </version ><!-- {x-version-update:proto-google-cloud-compute-v1:current} -->
70
70
</dependency >
71
71
72
72
<dependency >
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.google.api.grpc</groupId >
6
6
<artifactId >proto-google-cloud-compute-v1</artifactId >
7
- <version >1.9.2-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-compute-v1:current} -->
7
+ <version >1.10.0 </version ><!-- {x-version-update:proto-google-cloud-compute-v1:current} -->
8
8
<name >proto-google-cloud-compute-v1</name >
9
9
<description >Proto library for google-cloud-compute</description >
10
10
<parent >
11
11
<groupId >com.google.cloud</groupId >
12
12
<artifactId >google-cloud-compute-parent</artifactId >
13
- <version >1.9.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-compute:current} -->
13
+ <version >1.10.0 </version ><!-- {x-version-update:google-cloud-compute:current} -->
14
14
</parent >
15
15
<dependencies >
16
16
<dependency >
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-compute:1.9.1 :1.9.2-SNAPSHOT
5
- proto-google-cloud-compute-v1:1.9.1 :1.9.2-SNAPSHOT
4
+ google-cloud-compute:1.10.0 :1.10.0
5
+ proto-google-cloud-compute-v1:1.10.0 :1.10.0
You can’t perform that action at this time.
0 commit comments