Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.9.7](https://github.com/googleapis/java-aiplatform/compare/v2.9.6...v2.9.7) (2022-06-13)


### Dependencies

* update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.15.6 ([#942](https://github.com/googleapis/java-aiplatform/issues/942)) ([4e1b0ec](https://github.com/googleapis/java-aiplatform/commit/4e1b0ecf8554d1c98f4071a588898516a3b8792c))

## [2.9.6](https://github.com/googleapis/java-aiplatform/compare/v2.9.5...v2.9.6) (2022-06-06)


Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform</artifactId>
<version>2.9.5</version>
<version>2.9.6</version>
</dependency>

```
Expand All @@ -30,7 +30,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform</artifactId>
<version>2.9.5</version>
<version>2.9.6</version>
</dependency>

```
Expand All @@ -45,13 +45,13 @@ implementation 'com.google.cloud:google-cloud-aiplatform'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-aiplatform:2.9.5'
implementation 'com.google.cloud:google-cloud-aiplatform:2.9.6'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "2.9.5"
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "2.9.6"
```

## Authentication
Expand Down
14 changes: 7 additions & 7 deletions google-cloud-aiplatform-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform-bom</artifactId>
<version>2.9.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.9.8-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</parent>

<name>Google Cloud Vertex AI BOM</name>
Expand Down Expand Up @@ -56,27 +56,27 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform</artifactId>
<version>2.9.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.9.8-SNAPSHOT</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.9.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
<version>2.9.8-SNAPSHOT</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.15.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
<version>0.15.8-SNAPSHOT</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.9.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
<version>2.9.8-SNAPSHOT</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.15.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
<version>0.15.8-SNAPSHOT</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.9.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.9.8-SNAPSHOT</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.9.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.9.8-SNAPSHOT</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.9.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
<version>2.9.8-SNAPSHOT</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.9.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.9.8-SNAPSHOT</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.15.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
<version>0.15.8-SNAPSHOT</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.9.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.9.8-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
14 changes: 7 additions & 7 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.9.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.9.8-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<name>Google Cloud Vertex AI Parent</name>
<url>https://github.com/googleapis/java-</url>
<description>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</parent>

<developers>
Expand Down Expand Up @@ -61,27 +61,27 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform</artifactId>
<version>2.9.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.9.8-SNAPSHOT</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.9.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
<version>2.9.8-SNAPSHOT</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.15.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
<version>0.15.8-SNAPSHOT</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.9.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
<version>2.9.8-SNAPSHOT</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.15.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
<version>0.15.8-SNAPSHOT</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.9.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
<version>2.9.8-SNAPSHOT</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.9.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.9.8-SNAPSHOT</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.15.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
<version>0.15.8-SNAPSHOT</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.9.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.9.8-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform</artifactId>
<version>2.9.5</version>
<version>2.9.6</version>
</dependency>
<!-- [END aiplatform_install_without_bom] -->
<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.9.7-SNAPSHOT</version>
<version>2.9.8-SNAPSHOT</version>
</dependency>
<!-- {x-version-update-end} -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform</artifactId>
<version>2.9.5</version>
<version>2.9.6</version>
</dependency>
<!-- [END aiplatform_install_with_bom] -->
<dependency>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-aiplatform-v1beta1</artifactId>
<version>0.15.5</version>
<version>0.15.6</version>
</dependency>

</dependencies>
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.9.6:2.9.7-SNAPSHOT
grpc-google-cloud-aiplatform-v1:2.9.6:2.9.7-SNAPSHOT
grpc-google-cloud-aiplatform-v1beta1:0.15.6:0.15.7-SNAPSHOT
proto-google-cloud-aiplatform-v1:2.9.6:2.9.7-SNAPSHOT
proto-google-cloud-aiplatform-v1beta1:0.15.6:0.15.7-SNAPSHOT
google-cloud-aiplatform:2.9.7:2.9.8-SNAPSHOT
grpc-google-cloud-aiplatform-v1:2.9.7:2.9.8-SNAPSHOT
grpc-google-cloud-aiplatform-v1beta1:0.15.7:0.15.8-SNAPSHOT
proto-google-cloud-aiplatform-v1:2.9.7:2.9.8-SNAPSHOT
proto-google-cloud-aiplatform-v1beta1:0.15.7:0.15.8-SNAPSHOT