Skip to content

Commit

Permalink
chore(main): release 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 17, 2024
1 parent 179bdc1 commit 4a717f8
Show file tree
Hide file tree
Showing 32 changed files with 113 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.27.0"
".": "1.28.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.28.0](https://github.com/googleapis/google-cloud-java/compare/v1.27.0...v1.28.0) (2024-01-17)


### Features

* [vertexai] sync the vertexai to google3 sot ([#10225](https://github.com/googleapis/google-cloud-java/issues/10225)) ([da6eea8](https://github.com/googleapis/google-cloud-java/commit/da6eea8e4a0d23b1554bda106d82dc8ff6d458a5))

## [1.27.0](https://github.com/googleapis/google-cloud-java/compare/v1.26.0...v1.27.0) (2024-01-10)


Expand Down
19 changes: 18 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"repository": "googleapis/google-cloud-java",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "da6eea8e4a0d23b1554bda106d82dc8ff6d458a5",
"message": "[vertexai] sync the vertexai to google3 sot",
"issues": [
"10225"
]
}
],
"version": "1.28.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-vertexai",
"id": "4e032b75-a975-4373-8dea-d0ddf3bfd5fc",
"createTime": "2024-01-17T20:48:55.063Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -20155,5 +20172,5 @@
"createTime": "2023-02-03T16:27:23.198Z"
}
],
"updateTime": "2024-01-10T18:29:43.237Z"
"updateTime": "2024-01-17T20:48:55.063Z"
}
6 changes: 3 additions & 3 deletions java-servicedirectory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-servicedirectory</artifactId>
<version>2.34.0</version>
<version>2.35.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-servicedirectory:2.34.0'
implementation 'com.google.cloud:google-cloud-servicedirectory:2.35.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-servicedirectory" % "2.34.0"
libraryDependencies += "com.google.cloud" % "google-cloud-servicedirectory" % "2.35.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-shell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shell</artifactId>
<version>2.32.0</version>
<version>2.33.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-shell:2.32.0'
implementation 'com.google.cloud:google-cloud-shell:2.33.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.32.0"
libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.33.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-shopping-css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-css</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.shopping:google-shopping-css:0.1.0'
implementation 'com.google.shopping:google-shopping-css:0.2.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.shopping" % "google-shopping-css" % "0.1.0"
libraryDependencies += "com.google.shopping" % "google-shopping-css" % "0.2.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-shopping-merchant-inventories/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-inventories</artifactId>
<version>0.9.0</version>
<version>0.10.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.shopping:google-shopping-merchant-inventories:0.9.0'
implementation 'com.google.shopping:google-shopping-merchant-inventories:0.10.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-inventories" % "0.9.0"
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-inventories" % "0.10.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-shopping-merchant-reports/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-reports</artifactId>
<version>0.9.0</version>
<version>0.10.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.shopping:google-shopping-merchant-reports:0.9.0'
implementation 'com.google.shopping:google-shopping-merchant-reports:0.10.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-reports" % "0.9.0"
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-reports" % "0.10.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-speech/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-speech</artifactId>
<version>4.28.0</version>
<version>4.29.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-speech:4.28.0'
implementation 'com.google.cloud:google-cloud-speech:4.29.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "4.28.0"
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "4.29.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-storage-transfer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-transfer</artifactId>
<version>1.33.0</version>
<version>1.34.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-storage-transfer:1.33.0'
implementation 'com.google.cloud:google-cloud-storage-transfer:1.34.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-storage-transfer" % "1.33.0"
libraryDependencies += "com.google.cloud" % "google-cloud-storage-transfer" % "1.34.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-storageinsights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storageinsights</artifactId>
<version>0.18.0</version>
<version>0.19.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-storageinsights:0.18.0'
implementation 'com.google.cloud:google-cloud-storageinsights:0.19.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-storageinsights" % "0.18.0"
libraryDependencies += "com.google.cloud" % "google-cloud-storageinsights" % "0.19.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-talent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-talent</artifactId>
<version>2.34.0</version>
<version>2.35.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-talent:2.34.0'
implementation 'com.google.cloud:google-cloud-talent:2.35.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-talent" % "2.34.0"
libraryDependencies += "com.google.cloud" % "google-cloud-talent" % "2.35.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-tasks</artifactId>
<version>2.33.0</version>
<version>2.34.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-tasks:2.33.0'
implementation 'com.google.cloud:google-cloud-tasks:2.34.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.33.0"
libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.34.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-telcoautomation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-telcoautomation</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-telcoautomation:0.3.0'
implementation 'com.google.cloud:google-cloud-telcoautomation:0.4.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-telcoautomation" % "0.3.0"
libraryDependencies += "com.google.cloud" % "google-cloud-telcoautomation" % "0.4.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-texttospeech/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-texttospeech</artifactId>
<version>2.34.0</version>
<version>2.35.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-texttospeech:2.34.0'
implementation 'com.google.cloud:google-cloud-texttospeech:2.35.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.34.0"
libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.35.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-tpu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-tpu</artifactId>
<version>2.34.0</version>
<version>2.35.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-tpu:2.34.0'
implementation 'com.google.cloud:google-cloud-tpu:2.35.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.34.0"
libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.35.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-trace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-trace</artifactId>
<version>2.33.0</version>
<version>2.34.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-trace:2.33.0'
implementation 'com.google.cloud:google-cloud-trace:2.34.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-trace" % "2.33.0"
libraryDependencies += "com.google.cloud" % "google-cloud-trace" % "2.34.0"
```
<!-- {x-version-update-end} -->

Expand Down
Loading

0 comments on commit 4a717f8

Please sign in to comment.