This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +33
-17
lines changed
grpc-google-cloud-shell-v1
proto-google-cloud-shell-v1 Expand file tree Collapse file tree 7 files changed +33
-17
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.2.8] ( https://github.com/googleapis/java-shell/compare/v2.2.7...v2.2.8 ) (2022-10-05)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * Update dependency com.google.cloud: google-cloud-shared-dependencies to v3.0.4 ([ #269 ] ( https://github.com/googleapis/java-shell/issues/269 ) ) ([ ae92683] ( https://github.com/googleapis/java-shell/commit/ae92683b920d6fd98f186e7013044719dad95ceb ) )
9
+ * Update dependency jinja2 to v3.1.2 ([ #258 ] ( https://github.com/googleapis/java-shell/issues/258 ) ) ([ dd25cbc] ( https://github.com/googleapis/java-shell/commit/dd25cbc91d59facf0a3fdb76a77d8a71d64a7ca0 ) )
10
+ * Update dependency keyring to v23.9.3 ([ #259 ] ( https://github.com/googleapis/java-shell/issues/259 ) ) ([ 7769f1e] ( https://github.com/googleapis/java-shell/commit/7769f1e9a9cc7a058d65667314df2963313d9188 ) )
11
+ * Update dependency markupsafe to v2.1.1 ([ #260 ] ( https://github.com/googleapis/java-shell/issues/260 ) ) ([ 3b66c4e] ( https://github.com/googleapis/java-shell/commit/3b66c4e11d1a799b097d2b59425076ecd752a480 ) )
12
+ * Update dependency protobuf to v3.20.2 ([ #261 ] ( https://github.com/googleapis/java-shell/issues/261 ) ) ([ 9d842ca] ( https://github.com/googleapis/java-shell/commit/9d842ca25d2d6c97845e089abf13f523c88beb5a ) )
13
+ * Update dependency protobuf to v4 ([ #266 ] ( https://github.com/googleapis/java-shell/issues/266 ) ) ([ d6c21e4] ( https://github.com/googleapis/java-shell/commit/d6c21e40871aa1fe751641826a91b6e0d0805b92 ) )
14
+ * Update dependency pyjwt to v2.5.0 ([ #262 ] ( https://github.com/googleapis/java-shell/issues/262 ) ) ([ e5194df] ( https://github.com/googleapis/java-shell/commit/e5194df1217b3af9e5e25b1b5a811f8cda006349 ) )
15
+ * Update dependency requests to v2.28.1 ([ #263 ] ( https://github.com/googleapis/java-shell/issues/263 ) ) ([ defd300] ( https://github.com/googleapis/java-shell/commit/defd30095abd34c2c0ebe232d6a70068a0c76b53 ) )
16
+ * Update dependency typing-extensions to v4.3.0 ([ #264 ] ( https://github.com/googleapis/java-shell/issues/264 ) ) ([ 934e15c] ( https://github.com/googleapis/java-shell/commit/934e15c677c4d2db72c74a5b162c9849d472cf17 ) )
17
+ * Update dependency zipp to v3.8.1 ([ #265 ] ( https://github.com/googleapis/java-shell/issues/265 ) ) ([ fb953ea] ( https://github.com/googleapis/java-shell/commit/fb953eae17f62b96d70d02c6ab021a497ec0d722 ) )
18
+
3
19
## [ 2.2.7] ( https://github.com/googleapis/java-shell/compare/v2.2.6...v2.2.7 ) (2022-09-27)
4
20
5
21
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-shell-bom</artifactId >
6
- <version >2.2.8-SNAPSHOT </version ><!-- {x-version-update:google-cloud-shell:current} -->
6
+ <version >2.2.8</version ><!-- {x-version-update:google-cloud-shell:current} -->
7
7
<packaging >pom</packaging >
8
8
<parent >
9
9
<groupId >com.google.cloud</groupId >
56
56
<dependency >
57
57
<groupId >com.google.cloud</groupId >
58
58
<artifactId >google-cloud-shell</artifactId >
59
- <version >2.2.8-SNAPSHOT </version ><!-- {x-version-update:google-cloud-shell:current} -->
59
+ <version >2.2.8</version ><!-- {x-version-update:google-cloud-shell:current} -->
60
60
</dependency >
61
61
<dependency >
62
62
<groupId >com.google.api.grpc</groupId >
63
63
<artifactId >grpc-google-cloud-shell-v1</artifactId >
64
- <version >2.2.8-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-shell-v1:current} -->
64
+ <version >2.2.8</version ><!-- {x-version-update:grpc-google-cloud-shell-v1:current} -->
65
65
</dependency >
66
66
<dependency >
67
67
<groupId >com.google.api.grpc</groupId >
68
68
<artifactId >proto-google-cloud-shell-v1</artifactId >
69
- <version >2.2.8-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-shell-v1:current} -->
69
+ <version >2.2.8</version ><!-- {x-version-update:proto-google-cloud-shell-v1:current} -->
70
70
</dependency >
71
71
</dependencies >
72
72
</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-shell</artifactId >
6
- <version >2.2.8-SNAPSHOT </version ><!-- {x-version-update:google-cloud-shell:current} -->
6
+ <version >2.2.8</version ><!-- {x-version-update:google-cloud-shell:current} -->
7
7
<packaging >jar</packaging >
8
8
<name >Google Cloud Shell</name >
9
9
<url >https://github.com/googleapis/java-shell</url >
10
10
<description >Cloud Shell is an interactive shell environment for Google Cloud that makes it easy for you to learn and experiment with Google Cloud and manage your projects and resources from your web browser.</description >
11
11
<parent >
12
12
<groupId >com.google.cloud</groupId >
13
13
<artifactId >google-cloud-shell-parent</artifactId >
14
- <version >2.2.8-SNAPSHOT </version ><!-- {x-version-update:google-cloud-shell:current} -->
14
+ <version >2.2.8</version ><!-- {x-version-update:google-cloud-shell:current} -->
15
15
</parent >
16
16
<properties >
17
17
<site .installationModule>google-cloud-shell</site .installationModule>
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 >grpc-google-cloud-shell-v1</artifactId >
7
- <version >2.2.8-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-shell-v1:current} -->
7
+ <version >2.2.8</version ><!-- {x-version-update:grpc-google-cloud-shell-v1:current} -->
8
8
<name >grpc-google-cloud-shell-v1</name >
9
9
<description >GRPC library for google-cloud-shell</description >
10
10
<parent >
11
11
<groupId >com.google.cloud</groupId >
12
12
<artifactId >google-cloud-shell-parent</artifactId >
13
- <version >2.2.8-SNAPSHOT </version ><!-- {x-version-update:google-cloud-shell:current} -->
13
+ <version >2.2.8</version ><!-- {x-version-update:google-cloud-shell:current} -->
14
14
</parent >
15
15
<dependencies >
16
16
<dependency >
Original file line number Diff line number Diff line change 4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >google-cloud-shell-parent</artifactId >
6
6
<packaging >pom</packaging >
7
- <version >2.2.8-SNAPSHOT </version ><!-- {x-version-update:google-cloud-shell:current} -->
7
+ <version >2.2.8</version ><!-- {x-version-update:google-cloud-shell:current} -->
8
8
<name >Google Cloud Shell Parent</name >
9
9
<url >https://github.com/googleapis/java-shell</url >
10
10
<description >
60
60
<dependency >
61
61
<groupId >com.google.cloud</groupId >
62
62
<artifactId >google-cloud-shell</artifactId >
63
- <version >2.2.8-SNAPSHOT </version ><!-- {x-version-update:google-cloud-shell:current} -->
63
+ <version >2.2.8</version ><!-- {x-version-update:google-cloud-shell:current} -->
64
64
</dependency >
65
65
<dependency >
66
66
<groupId >com.google.api.grpc</groupId >
67
67
<artifactId >grpc-google-cloud-shell-v1</artifactId >
68
- <version >2.2.8-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-shell-v1:current} -->
68
+ <version >2.2.8</version ><!-- {x-version-update:grpc-google-cloud-shell-v1:current} -->
69
69
</dependency >
70
70
<dependency >
71
71
<groupId >com.google.api.grpc</groupId >
72
72
<artifactId >proto-google-cloud-shell-v1</artifactId >
73
- <version >2.2.8-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-shell-v1:current} -->
73
+ <version >2.2.8</version ><!-- {x-version-update:proto-google-cloud-shell-v1:current} -->
74
74
</dependency >
75
75
76
76
<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-shell-v1</artifactId >
7
- <version >2.2.8-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-shell-v1:current} -->
7
+ <version >2.2.8</version ><!-- {x-version-update:proto-google-cloud-shell-v1:current} -->
8
8
<name >proto-google-cloud-shell-v1</name >
9
9
<description >Proto library for google-cloud-shell</description >
10
10
<parent >
11
11
<groupId >com.google.cloud</groupId >
12
12
<artifactId >google-cloud-shell-parent</artifactId >
13
- <version >2.2.8-SNAPSHOT </version ><!-- {x-version-update:google-cloud-shell:current} -->
13
+ <version >2.2.8</version ><!-- {x-version-update:google-cloud-shell: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-shell:2.2.7 :2.2.8-SNAPSHOT
5
- grpc-google-cloud-shell-v1:2.2.7 :2.2.8-SNAPSHOT
6
- proto-google-cloud-shell-v1:2.2.7 :2.2.8-SNAPSHOT
4
+ google-cloud-shell:2.2.8 :2.2.8
5
+ grpc-google-cloud-shell-v1:2.2.8 :2.2.8
6
+ proto-google-cloud-shell-v1:2.2.8 :2.2.8
You can’t perform that action at this time.
0 commit comments