This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +34
-20
lines changed
Filter options
google-cloud-notebooks-bom
grpc-google-cloud-notebooks-v1beta1
proto-google-cloud-notebooks-v1beta1 Expand file tree Collapse file tree 9 files changed +34
-20
lines changed
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.0] ( https://www.github.com/googleapis/java-notebooks/compare/v0.1.1...v0.2.0 ) (2020-10-22)
4
+
5
+
6
+ ### Features
7
+
8
+ * ** v1beta1:** add endpoint to OperationMetadata, upgrade_info to IsInstanceUpgradeableResponse ([ #47 ] ( https://www.github.com/googleapis/java-notebooks/issues/47 ) ) ([ 5e741b1] ( https://www.github.com/googleapis/java-notebooks/commit/5e741b1ec2f291be23f8ad67063dab61b6520b54 ) )
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * update dependency com.google.cloud: google-cloud-shared-dependencies to v0.10.2 ([ #51 ] ( https://www.github.com/googleapis/java-notebooks/issues/51 ) ) ([ d69aea7] ( https://www.github.com/googleapis/java-notebooks/commit/d69aea79544eb2592ab6881c42976ff186a840b0 ) )
14
+ * update dependency com.google.cloud: google-cloud-shared-dependencies to v0.12.1 ([ #63 ] ( https://www.github.com/googleapis/java-notebooks/issues/63 ) ) ([ de9ed39] ( https://www.github.com/googleapis/java-notebooks/commit/de9ed3902880434f301c9390525c4f7961d0dacc ) )
15
+ * update dependency com.google.cloud: google-cloud-shared-dependencies to v0.13.0 ([ #66 ] ( https://www.github.com/googleapis/java-notebooks/issues/66 ) ) ([ a836d60] ( https://www.github.com/googleapis/java-notebooks/commit/a836d60302e658db772978f664166fc30aa28364 ) )
16
+
3
17
### [ 0.1.1] ( https://www.github.com/googleapis/java-notebooks/compare/v0.1.0...v0.1.1 ) (2020-09-23)
4
18
5
19
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ If you are using Maven, add this to your pom.xml file:
29
29
30
30
If you are using Gradle, add this to your dependencies
31
31
``` Groovy
32
- compile 'com.google.cloud:google-cloud-notebooks:0.1.1 '
32
+ compile 'com.google.cloud:google-cloud-notebooks:0.2.0 '
33
33
```
34
34
If you are using SBT, add this to your dependencies
35
35
``` Scala
36
- libraryDependencies += " com.google.cloud" % " google-cloud-notebooks" % " 0.1.1 "
36
+ libraryDependencies += " com.google.cloud" % " google-cloud-notebooks" % " 0.2.0 "
37
37
```
38
38
[ // ] : # ( {x-version-update-end} )
39
39
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-notebooks-bom</artifactId >
6
- <version >0.1.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-notebooks:current} -->
6
+ <version >0.2.0 </version ><!-- {x-version-update:google-cloud-notebooks:current} -->
7
7
<packaging >pom</packaging >
8
8
<parent >
9
9
<groupId >com.google.cloud</groupId >
68
68
<dependency >
69
69
<groupId >com.google.cloud</groupId >
70
70
<artifactId >google-cloud-notebooks</artifactId >
71
- <version >0.1.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-notebooks:current} -->
71
+ <version >0.2.0 </version ><!-- {x-version-update:google-cloud-notebooks:current} -->
72
72
</dependency >
73
73
<dependency >
74
74
<groupId >com.google.api.grpc</groupId >
75
75
<artifactId >proto-google-cloud-notebooks-v1beta1</artifactId >
76
- <version >0.1.2-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
76
+ <version >0.2.0 </version ><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
77
77
</dependency >
78
78
<dependency >
79
79
<groupId >com.google.api.grpc</groupId >
80
80
<artifactId >grpc-google-cloud-notebooks-v1beta1</artifactId >
81
- <version >0.1.2-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
81
+ <version >0.2.0 </version ><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
82
82
</dependency >
83
83
</dependencies >
84
84
</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-notebooks</artifactId >
6
- <version >0.1.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-notebooks:current} -->
6
+ <version >0.2.0 </version ><!-- {x-version-update:google-cloud-notebooks:current} -->
7
7
<packaging >jar</packaging >
8
8
<name >Google AI Platform Notebooks</name >
9
9
<url >https://github.com/googleapis/java-notebooks</url >
10
10
<description >is a managed service that offers an integrated and secure JupyterLab environment for data scientists and machine learning developers to experiment, develop, and deploy models into production. Users can create instances running JupyterLab that come pre-installed with the latest data science and machine learning frameworks in a single click.</description >
11
11
<parent >
12
12
<groupId >com.google.cloud</groupId >
13
13
<artifactId >google-cloud-notebooks-parent</artifactId >
14
- <version >0.1.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-notebooks:current} -->
14
+ <version >0.2.0 </version ><!-- {x-version-update:google-cloud-notebooks:current} -->
15
15
</parent >
16
16
<properties >
17
17
<site .installationModule>google-cloud-notebooks</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-notebooks-v1beta1</artifactId >
7
- <version >0.1.2-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
7
+ <version >0.2.0 </version ><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
8
8
<name >grpc-google-cloud-notebooks-v1beta1</name >
9
9
<description >GRPC library for grpc-google-cloud-notebooks-v1beta1</description >
10
10
<parent >
11
11
<groupId >com.google.cloud</groupId >
12
12
<artifactId >google-cloud-notebooks-parent</artifactId >
13
- <version >0.1.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-notebooks:current} -->
13
+ <version >0.2.0 </version ><!-- {x-version-update:google-cloud-notebooks: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-notebooks-parent</artifactId >
6
6
<packaging >pom</packaging >
7
- <version >0.1.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-notebooks:current} -->
7
+ <version >0.2.0 </version ><!-- {x-version-update:google-cloud-notebooks:current} -->
8
8
<name >Google AI Platform Notebooks Parent</name >
9
9
<url >https://github.com/googleapis/java-notebooks</url >
10
10
<description >
70
70
<dependency >
71
71
<groupId >com.google.cloud</groupId >
72
72
<artifactId >google-cloud-notebooks</artifactId >
73
- <version >0.1.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-notebooks:current} -->
73
+ <version >0.2.0 </version ><!-- {x-version-update:google-cloud-notebooks:current} -->
74
74
</dependency >
75
75
<dependency >
76
76
<groupId >com.google.api.grpc</groupId >
77
77
<artifactId >proto-google-cloud-notebooks-v1beta1</artifactId >
78
- <version >0.1.2-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
78
+ <version >0.2.0 </version ><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
79
79
</dependency >
80
80
<dependency >
81
81
<groupId >com.google.api.grpc</groupId >
82
82
<artifactId >grpc-google-cloud-notebooks-v1beta1</artifactId >
83
- <version >0.1.2-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
83
+ <version >0.2.0 </version ><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
84
84
</dependency >
85
85
86
86
<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-notebooks-v1beta1</artifactId >
7
- <version >0.1.2-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
7
+ <version >0.2.0 </version ><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
8
8
<name >proto-google-cloud-notebooks-v1beta1</name >
9
9
<description >PROTO library for proto-google-cloud-notebooks-v1beta1</description >
10
10
<parent >
11
11
<groupId >com.google.cloud</groupId >
12
12
<artifactId >google-cloud-notebooks-parent</artifactId >
13
- <version >0.1.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-notebooks:current} -->
13
+ <version >0.2.0 </version ><!-- {x-version-update:google-cloud-notebooks:current} -->
14
14
</parent >
15
15
<dependencies >
16
16
<dependency >
Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >com.google.cloud</groupId >
30
30
<artifactId >google-cloud-notebooks</artifactId >
31
- <version >0.1.2-SNAPSHOT </version >
31
+ <version >0.2.0 </version >
32
32
</dependency >
33
33
<!-- {x-version-update-end} -->
34
34
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-notebooks:0.1.1 :0.1.2-SNAPSHOT
5
- proto-google-cloud-notebooks-v1beta1:0.1.1 :0.1.2-SNAPSHOT
6
- grpc-google-cloud-notebooks-v1beta1:0.1.1 :0.1.2-SNAPSHOT
4
+ google-cloud-notebooks:0.2.0 :0.2.0
5
+ proto-google-cloud-notebooks-v1beta1:0.2.0 :0.2.0
6
+ grpc-google-cloud-notebooks-v1beta1:0.2.0 :0.2.0
You can’t perform that action at this time.
0 commit comments