Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit a620cba

Browse filesBrowse files
chore(main): release 1.1.0 (#376)
🤖 I have created a release *beep* *boop* --- ## [1.1.0](v1.0.6...v1.1.0) (2022-05-19) ### Features * add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-notebooks/issues/1440)) ([#383](#383)) ([1f65de5](1f65de5)) * Update Notebooks API for clients libraries ([#372](#372)) ([4533afe](4533afe)) ### Documentation * modifies the project ID pattern in comment for Workbench environment ([#381](#381)) ([52c2377](52c2377)) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#382](#382)) ([03fdc2a](03fdc2a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 1f65de5 commit a620cba
Copy full SHA for a620cba

File tree

10 files changed

+46
-28
lines changed
Filter options

10 files changed

+46
-28
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/googleapis/java-notebooks/compare/v1.0.6...v1.1.0) (2022-05-19)
4+
5+
6+
### Features
7+
8+
* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-notebooks/issues/1440)) ([#383](https://github.com/googleapis/java-notebooks/issues/383)) ([1f65de5](https://github.com/googleapis/java-notebooks/commit/1f65de5ccaf19f1fb47df6b9d35bf23dd5d29c3b))
9+
* Update Notebooks API for clients libraries ([#372](https://github.com/googleapis/java-notebooks/issues/372)) ([4533afe](https://github.com/googleapis/java-notebooks/commit/4533afe1e83efb139b706d6099d8a54f8d8e7f88))
10+
11+
12+
### Documentation
13+
14+
* modifies the project ID pattern in comment for Workbench environment ([#381](https://github.com/googleapis/java-notebooks/issues/381)) ([52c2377](https://github.com/googleapis/java-notebooks/commit/52c2377be00b63f3d853f39d69dfb61e27a96cc6))
15+
16+
17+
### Dependencies
18+
19+
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#382](https://github.com/googleapis/java-notebooks/issues/382)) ([03fdc2a](https://github.com/googleapis/java-notebooks/commit/03fdc2a7396aef4cada151bbaa89607183912391))
20+
321
### [1.0.6](https://github.com/googleapis/java-notebooks/compare/v1.0.5...v1.0.6) (2022-04-18)
422

523

‎google-cloud-notebooks-bom/pom.xml

Copy file name to clipboardExpand all lines: google-cloud-notebooks-bom/pom.xml
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-notebooks-bom</artifactId>
6-
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
6+
<version>1.1.0</version><!-- {x-version-update:google-cloud-notebooks:current} -->
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>com.google.cloud</groupId>
@@ -56,27 +56,27 @@
5656
<dependency>
5757
<groupId>com.google.cloud</groupId>
5858
<artifactId>google-cloud-notebooks</artifactId>
59-
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
59+
<version>1.1.0</version><!-- {x-version-update:google-cloud-notebooks:current} -->
6060
</dependency>
6161
<dependency>
6262
<groupId>com.google.api.grpc</groupId>
6363
<artifactId>grpc-google-cloud-notebooks-v1beta1</artifactId>
64-
<version>0.7.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
64+
<version>0.8.0</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
6565
</dependency>
6666
<dependency>
6767
<groupId>com.google.api.grpc</groupId>
6868
<artifactId>grpc-google-cloud-notebooks-v1</artifactId>
69-
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1:current} -->
69+
<version>1.1.0</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1:current} -->
7070
</dependency>
7171
<dependency>
7272
<groupId>com.google.api.grpc</groupId>
7373
<artifactId>proto-google-cloud-notebooks-v1beta1</artifactId>
74-
<version>0.7.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
74+
<version>0.8.0</version><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
7575
</dependency>
7676
<dependency>
7777
<groupId>com.google.api.grpc</groupId>
7878
<artifactId>proto-google-cloud-notebooks-v1</artifactId>
79-
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1:current} -->
79+
<version>1.1.0</version><!-- {x-version-update:proto-google-cloud-notebooks-v1:current} -->
8080
</dependency>
8181
</dependencies>
8282
</dependencyManagement>

‎google-cloud-notebooks/pom.xml

Copy file name to clipboardExpand all lines: google-cloud-notebooks/pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-notebooks</artifactId>
6-
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
6+
<version>1.1.0</version><!-- {x-version-update:google-cloud-notebooks:current} -->
77
<packaging>jar</packaging>
88
<name>Google AI Platform Notebooks</name>
99
<url>https://github.com/googleapis/java-notebooks</url>
1010
<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>
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-notebooks-parent</artifactId>
14-
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
14+
<version>1.1.0</version><!-- {x-version-update:google-cloud-notebooks:current} -->
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-notebooks</site.installationModule>

‎grpc-google-cloud-notebooks-v1/pom.xml

Copy file name to clipboardExpand all lines: grpc-google-cloud-notebooks-v1/pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>grpc-google-cloud-notebooks-v1</artifactId>
7-
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1:current} -->
7+
<version>1.1.0</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1:current} -->
88
<name>grpc-google-cloud-notebooks-v1</name>
99
<description>GRPC library for google-cloud-notebooks</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-notebooks-parent</artifactId>
13-
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
13+
<version>1.1.0</version><!-- {x-version-update:google-cloud-notebooks:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

‎grpc-google-cloud-notebooks-v1beta1/pom.xml

Copy file name to clipboardExpand all lines: grpc-google-cloud-notebooks-v1beta1/pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>grpc-google-cloud-notebooks-v1beta1</artifactId>
7-
<version>0.7.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
7+
<version>0.8.0</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
88
<name>grpc-google-cloud-notebooks-v1beta1</name>
99
<description>GRPC library for grpc-google-cloud-notebooks-v1beta1</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-notebooks-parent</artifactId>
13-
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
13+
<version>1.1.0</version><!-- {x-version-update:google-cloud-notebooks:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-notebooks-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
7+
<version>1.1.0</version><!-- {x-version-update:google-cloud-notebooks:current} -->
88
<name>Google AI Platform Notebooks Parent</name>
99
<url>https://github.com/googleapis/java-notebooks</url>
1010
<description>
@@ -61,27 +61,27 @@
6161
<dependency>
6262
<groupId>com.google.cloud</groupId>
6363
<artifactId>google-cloud-notebooks</artifactId>
64-
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
64+
<version>1.1.0</version><!-- {x-version-update:google-cloud-notebooks:current} -->
6565
</dependency>
6666
<dependency>
6767
<groupId>com.google.api.grpc</groupId>
6868
<artifactId>proto-google-cloud-notebooks-v1</artifactId>
69-
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1:current} -->
69+
<version>1.1.0</version><!-- {x-version-update:proto-google-cloud-notebooks-v1:current} -->
7070
</dependency>
7171
<dependency>
7272
<groupId>com.google.api.grpc</groupId>
7373
<artifactId>grpc-google-cloud-notebooks-v1</artifactId>
74-
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1:current} -->
74+
<version>1.1.0</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1:current} -->
7575
</dependency>
7676
<dependency>
7777
<groupId>com.google.api.grpc</groupId>
7878
<artifactId>proto-google-cloud-notebooks-v1beta1</artifactId>
79-
<version>0.7.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
79+
<version>0.8.0</version><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
8080
</dependency>
8181
<dependency>
8282
<groupId>com.google.api.grpc</groupId>
8383
<artifactId>grpc-google-cloud-notebooks-v1beta1</artifactId>
84-
<version>0.7.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
84+
<version>0.8.0</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
8585
</dependency>
8686

8787
<dependency>

‎proto-google-cloud-notebooks-v1/pom.xml

Copy file name to clipboardExpand all lines: proto-google-cloud-notebooks-v1/pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>proto-google-cloud-notebooks-v1</artifactId>
7-
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1:current} -->
7+
<version>1.1.0</version><!-- {x-version-update:proto-google-cloud-notebooks-v1:current} -->
88
<name>proto-google-cloud-notebooks-v1</name>
99
<description>Proto library for google-cloud-notebooks</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-notebooks-parent</artifactId>
13-
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
13+
<version>1.1.0</version><!-- {x-version-update:google-cloud-notebooks:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

‎proto-google-cloud-notebooks-v1beta1/pom.xml

Copy file name to clipboardExpand all lines: proto-google-cloud-notebooks-v1beta1/pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>proto-google-cloud-notebooks-v1beta1</artifactId>
7-
<version>0.7.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
7+
<version>0.8.0</version><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
88
<name>proto-google-cloud-notebooks-v1beta1</name>
99
<description>PROTO library for proto-google-cloud-notebooks-v1beta1</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-notebooks-parent</artifactId>
13-
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
13+
<version>1.1.0</version><!-- {x-version-update:google-cloud-notebooks:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

‎samples/snapshot/pom.xml

Copy file name to clipboardExpand all lines: samples/snapshot/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-notebooks</artifactId>
31-
<version>1.0.7-SNAPSHOT</version>
31+
<version>1.1.0</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

‎versions.txt

Copy file name to clipboard
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-notebooks:1.0.6:1.0.7-SNAPSHOT
5-
grpc-google-cloud-notebooks-v1beta1:0.7.6:0.7.7-SNAPSHOT
6-
grpc-google-cloud-notebooks-v1:1.0.6:1.0.7-SNAPSHOT
7-
proto-google-cloud-notebooks-v1beta1:0.7.6:0.7.7-SNAPSHOT
8-
proto-google-cloud-notebooks-v1:1.0.6:1.0.7-SNAPSHOT
4+
google-cloud-notebooks:1.1.0:1.1.0
5+
grpc-google-cloud-notebooks-v1beta1:0.8.0:0.8.0
6+
grpc-google-cloud-notebooks-v1:1.1.0:1.1.0
7+
proto-google-cloud-notebooks-v1beta1:0.8.0:0.8.0
8+
proto-google-cloud-notebooks-v1:1.1.0:1.1.0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.