Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore(main): release 1.1.0 (#376)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
release-please[bot] committed May 24, 2022
1 parent 1f65de5 commit a620cba
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 28 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.1.0](https://github.com/googleapis/java-notebooks/compare/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](https://github.com/googleapis/java-notebooks/issues/383)) ([1f65de5](https://github.com/googleapis/java-notebooks/commit/1f65de5ccaf19f1fb47df6b9d35bf23dd5d29c3b))
* Update Notebooks API for clients libraries ([#372](https://github.com/googleapis/java-notebooks/issues/372)) ([4533afe](https://github.com/googleapis/java-notebooks/commit/4533afe1e83efb139b706d6099d8a54f8d8e7f88))


### Documentation

* 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))


### Dependencies

* 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))

### [1.0.6](https://github.com/googleapis/java-notebooks/compare/v1.0.5...v1.0.6) (2022-04-18)


Expand Down
12 changes: 6 additions & 6 deletions google-cloud-notebooks-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notebooks-bom</artifactId>
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
<version>1.1.0</version><!-- {x-version-update:google-cloud-notebooks:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -56,27 +56,27 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notebooks</artifactId>
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
<version>1.1.0</version><!-- {x-version-update:google-cloud-notebooks:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-notebooks-v1beta1</artifactId>
<version>0.7.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
<version>0.8.0</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-notebooks-v1</artifactId>
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1:current} -->
<version>1.1.0</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-notebooks-v1beta1</artifactId>
<version>0.7.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
<version>0.8.0</version><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-notebooks-v1</artifactId>
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1:current} -->
<version>1.1.0</version><!-- {x-version-update:proto-google-cloud-notebooks-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-notebooks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notebooks</artifactId>
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
<version>1.1.0</version><!-- {x-version-update:google-cloud-notebooks:current} -->
<packaging>jar</packaging>
<name>Google AI Platform Notebooks</name>
<url>https://github.com/googleapis/java-notebooks</url>
<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>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notebooks-parent</artifactId>
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
<version>1.1.0</version><!-- {x-version-update:google-cloud-notebooks:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-notebooks</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-notebooks-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-notebooks-v1</artifactId>
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1:current} -->
<version>1.1.0</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1:current} -->
<name>grpc-google-cloud-notebooks-v1</name>
<description>GRPC library for google-cloud-notebooks</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notebooks-parent</artifactId>
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
<version>1.1.0</version><!-- {x-version-update:google-cloud-notebooks:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-notebooks-v1beta1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-notebooks-v1beta1</artifactId>
<version>0.7.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
<version>0.8.0</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
<name>grpc-google-cloud-notebooks-v1beta1</name>
<description>GRPC library for grpc-google-cloud-notebooks-v1beta1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notebooks-parent</artifactId>
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
<version>1.1.0</version><!-- {x-version-update:google-cloud-notebooks:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notebooks-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
<version>1.1.0</version><!-- {x-version-update:google-cloud-notebooks:current} -->
<name>Google AI Platform Notebooks Parent</name>
<url>https://github.com/googleapis/java-notebooks</url>
<description>
Expand Down Expand Up @@ -61,27 +61,27 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notebooks</artifactId>
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
<version>1.1.0</version><!-- {x-version-update:google-cloud-notebooks:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-notebooks-v1</artifactId>
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1:current} -->
<version>1.1.0</version><!-- {x-version-update:proto-google-cloud-notebooks-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-notebooks-v1</artifactId>
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1:current} -->
<version>1.1.0</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-notebooks-v1beta1</artifactId>
<version>0.7.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
<version>0.8.0</version><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-notebooks-v1beta1</artifactId>
<version>0.7.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
<version>0.8.0</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-notebooks-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-notebooks-v1</artifactId>
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1:current} -->
<version>1.1.0</version><!-- {x-version-update:proto-google-cloud-notebooks-v1:current} -->
<name>proto-google-cloud-notebooks-v1</name>
<description>Proto library for google-cloud-notebooks</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notebooks-parent</artifactId>
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
<version>1.1.0</version><!-- {x-version-update:google-cloud-notebooks:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-notebooks-v1beta1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-notebooks-v1beta1</artifactId>
<version>0.7.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
<version>0.8.0</version><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
<name>proto-google-cloud-notebooks-v1beta1</name>
<description>PROTO library for proto-google-cloud-notebooks-v1beta1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notebooks-parent</artifactId>
<version>1.0.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
<version>1.1.0</version><!-- {x-version-update:google-cloud-notebooks:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notebooks</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
10 changes: 5 additions & 5 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Format:
# module:released-version:current-version

google-cloud-notebooks:1.0.6:1.0.7-SNAPSHOT
grpc-google-cloud-notebooks-v1beta1:0.7.6:0.7.7-SNAPSHOT
grpc-google-cloud-notebooks-v1:1.0.6:1.0.7-SNAPSHOT
proto-google-cloud-notebooks-v1beta1:0.7.6:0.7.7-SNAPSHOT
proto-google-cloud-notebooks-v1:1.0.6:1.0.7-SNAPSHOT
google-cloud-notebooks:1.1.0:1.1.0
grpc-google-cloud-notebooks-v1beta1:0.8.0:0.8.0
grpc-google-cloud-notebooks-v1:1.1.0:1.1.0
proto-google-cloud-notebooks-v1beta1:0.8.0:0.8.0
proto-google-cloud-notebooks-v1:1.1.0:1.1.0

0 comments on commit a620cba

Please sign in to comment.