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

Commit

Permalink
chore(main): release 2.7.0 (#789)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.7.0](v2.6.0...v2.7.0) (2022-03-03)


### Features

* add TPU_V2 & TPU_V3 values to AcceleratorType in aiplatform v1/v1beta1 accelerator_type.proto ([#796](#796)) ([019a774](019a774))


### Dependencies

* update actions/github-script action to v6 ([#791](#791)) ([fec15cf](fec15cf))
* update actions/setup-java action to v3 ([#798](#798)) ([d27b5da](d27b5da))
* update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.12.0 ([#782](#782)) ([a32771e](a32771e))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.8.0 ([#804](#804)) ([92a51e5](92a51e5))
* update dependency com.google.cloud:google-cloud-storage to v2.4.0 ([#783](#783)) ([c91ab37](c91ab37))
* update dependency com.google.cloud:google-cloud-storage to v2.4.4 ([#801](#801)) ([1f98d03](1f98d03))
* update dependency com.google.code.gson:gson to v2.9.0 ([#792](#792)) ([46b6e19](46b6e19))

---
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] authored Mar 3, 2022
1 parent 9b0e21b commit 64dde2d
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

## [2.7.0](https://github.com/googleapis/java-aiplatform/compare/v2.6.0...v2.7.0) (2022-03-03)


### Features

* add TPU_V2 & TPU_V3 values to AcceleratorType in aiplatform v1/v1beta1 accelerator_type.proto ([#796](https://github.com/googleapis/java-aiplatform/issues/796)) ([019a774](https://github.com/googleapis/java-aiplatform/commit/019a7748d194aa6ccadd18492bb38c1ed35a6362))


### Dependencies

* update actions/github-script action to v6 ([#791](https://github.com/googleapis/java-aiplatform/issues/791)) ([fec15cf](https://github.com/googleapis/java-aiplatform/commit/fec15cfe528a5ae2efd2523201558a18f24be4e5))
* update actions/setup-java action to v3 ([#798](https://github.com/googleapis/java-aiplatform/issues/798)) ([d27b5da](https://github.com/googleapis/java-aiplatform/commit/d27b5da83263e4f708c10ba5dd208b0ed5c17494))
* update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.12.0 ([#782](https://github.com/googleapis/java-aiplatform/issues/782)) ([a32771e](https://github.com/googleapis/java-aiplatform/commit/a32771ef61ae4bf654e90243e342e96a82297b50))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.8.0 ([#804](https://github.com/googleapis/java-aiplatform/issues/804)) ([92a51e5](https://github.com/googleapis/java-aiplatform/commit/92a51e59a1b678dc4f14e607fbf0e40dd4b423a8))
* update dependency com.google.cloud:google-cloud-storage to v2.4.0 ([#783](https://github.com/googleapis/java-aiplatform/issues/783)) ([c91ab37](https://github.com/googleapis/java-aiplatform/commit/c91ab3765d49637635f174a87e41ff2bfb41bc73))
* update dependency com.google.cloud:google-cloud-storage to v2.4.4 ([#801](https://github.com/googleapis/java-aiplatform/issues/801)) ([1f98d03](https://github.com/googleapis/java-aiplatform/commit/1f98d03485c9b007faa6a5e106631c11239f8b82))
* update dependency com.google.code.gson:gson to v2.9.0 ([#792](https://github.com/googleapis/java-aiplatform/issues/792)) ([46b6e19](https://github.com/googleapis/java-aiplatform/commit/46b6e1931125aaaca7c7449b41467db5eef9d9d9))

## [2.6.0](https://github.com/googleapis/java-aiplatform/compare/v2.5.3...v2.6.0) (2022-02-03)


Expand Down
12 changes: 6 additions & 6 deletions google-cloud-aiplatform-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-aiplatform-bom</artifactId>
<version>2.6.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.7.0</version><!-- {x-version-update:google-cloud-aiplatform: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-aiplatform</artifactId>
<version>2.6.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.7.0</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-aiplatform-v1</artifactId>
<version>2.6.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
<version>2.7.0</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-aiplatform-v1beta1</artifactId>
<version>0.12.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
<version>0.13.0</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-aiplatform-v1</artifactId>
<version>2.6.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
<version>2.7.0</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-aiplatform-v1beta1</artifactId>
<version>0.12.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
<version>0.13.0</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-aiplatform/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-aiplatform</artifactId>
<version>2.6.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.7.0</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<packaging>jar</packaging>
<name>Google Cloud Vertex AI</name>
<url>https://github.com/googleapis/java-aiplatform</url>
<description>Java client for Google Cloud Vertex AI services.</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform-parent</artifactId>
<version>2.6.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.7.0</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-aiplatform</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-aiplatform-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-aiplatform-v1</artifactId>
<version>2.6.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
<version>2.7.0</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
<name>grpc-google-cloud-aiplatform-v1</name>
<description>GRPC library for google-cloud-aiplatform</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform-parent</artifactId>
<version>2.6.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.7.0</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-aiplatform-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-aiplatform-v1beta1</artifactId>
<version>0.12.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
<version>0.13.0</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
<name>grpc-google-cloud-aiplatform-v1beta1</name>
<description>GRPC library for google-cloud-aiplatform</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform-parent</artifactId>
<version>2.6.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.7.0</version><!-- {x-version-update:google-cloud-aiplatform: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-aiplatform-parent</artifactId>
<packaging>pom</packaging>
<version>2.6.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.7.0</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<name>Google Cloud Vertex AI Parent</name>
<url>https://github.com/googleapis/java-</url>
<description>
Expand Down Expand Up @@ -61,27 +61,27 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform</artifactId>
<version>2.6.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.7.0</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-aiplatform-v1</artifactId>
<version>2.6.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
<version>2.7.0</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-aiplatform-v1beta1</artifactId>
<version>0.12.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
<version>0.13.0</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-aiplatform-v1</artifactId>
<version>2.6.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
<version>2.7.0</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-aiplatform-v1beta1</artifactId>
<version>0.12.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
<version>0.13.0</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-aiplatform-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-aiplatform-v1</artifactId>
<version>2.6.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
<version>2.7.0</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
<name>proto-google-cloud-aiplatform-v1</name>
<description>Proto library for google-cloud-aiplatform</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform-parent</artifactId>
<version>2.6.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.7.0</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-aiplatform-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-aiplatform-v1beta1</artifactId>
<version>0.12.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
<version>0.13.0</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
<name>proto-google-cloud-aiplatform-v1beta1</name>
<description>Proto library for google-cloud-aiplatform</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform-parent</artifactId>
<version>2.6.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.7.0</version><!-- {x-version-update:google-cloud-aiplatform: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-aiplatform</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.7.0</version>
</dependency>
<!-- {x-version-update-end} -->
<dependency>
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-aiplatform:2.6.0:2.6.1-SNAPSHOT
grpc-google-cloud-aiplatform-v1:2.6.0:2.6.1-SNAPSHOT
grpc-google-cloud-aiplatform-v1beta1:0.12.0:0.12.1-SNAPSHOT
proto-google-cloud-aiplatform-v1:2.6.0:2.6.1-SNAPSHOT
proto-google-cloud-aiplatform-v1beta1:0.12.0:0.12.1-SNAPSHOT
google-cloud-aiplatform:2.7.0:2.7.0
grpc-google-cloud-aiplatform-v1:2.7.0:2.7.0
grpc-google-cloud-aiplatform-v1beta1:0.13.0:0.13.0
proto-google-cloud-aiplatform-v1:2.7.0:2.7.0
proto-google-cloud-aiplatform-v1beta1:0.13.0:0.13.0

0 comments on commit 64dde2d

Please sign in to comment.