Skip to content

Commit 8d2b6cc

Browse files
chore(main): release 1.27.0
1 parent 0b7830b commit 8d2b6cc

File tree

8 files changed

+51
-17
lines changed

8 files changed

+51
-17
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.26.0"
2+
".": "1.27.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.27.0](https://github.com/googleapis/google-cloud-java/compare/v1.26.0...v1.27.0) (2023-12-20)
4+
5+
6+
### Features
7+
8+
* update new client generation to include rest/rpc documentation … ([#10078](https://github.com/googleapis/google-cloud-java/issues/10078)) ([120f75d](https://github.com/googleapis/google-cloud-java/commit/120f75dc2b3da1ef96f60c969562732aa7c533b2))
9+
10+
11+
### Bug Fixes
12+
13+
* [vertexai] Use default scopes from Prediction Service to create application default credentials if scopes are empty. ([#10169](https://github.com/googleapis/google-cloud-java/issues/10169)) ([081f276](https://github.com/googleapis/google-cloud-java/commit/081f276ba6be9fe980d3ecdcf4ea2c3edbc24fe9))
14+
15+
16+
### Documentation
17+
18+
* update new client generation instructions ([#9931](https://github.com/googleapis/google-cloud-java/issues/9931)) ([233e9c4](https://github.com/googleapis/google-cloud-java/commit/233e9c41a51f420289506ec298dd4e7fa24437cf))
19+
320
## [1.26.0](https://github.com/googleapis/google-cloud-java/compare/v1.25.0...v1.26.0) (2023-12-12)
421

522

changelog.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"repository": "googleapis/google-cloud-java",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "081f276ba6be9fe980d3ecdcf4ea2c3edbc24fe9",
9+
"message": "[vertexai] Use default scopes from Prediction Service to create application default credentials if scopes are empty.",
10+
"issues": [
11+
"10169"
12+
]
13+
}
14+
],
15+
"version": "1.27.0",
16+
"language": "JAVA",
17+
"artifactName": "com.google.cloud:google-cloud-vertexai",
18+
"id": "7c6a9de1-9503-4bdb-b4f4-efab67e197e4",
19+
"createTime": "2023-12-20T18:15:04.367Z"
20+
},
421
{
522
"changes": [
623
{
@@ -16912,5 +16929,5 @@
1691216929
"createTime": "2023-02-03T16:27:23.198Z"
1691316930
}
1691416931
],
16915-
"updateTime": "2023-12-12T19:18:10.653Z"
16932+
"updateTime": "2023-12-20T18:15:04.367Z"
1691616933
}

java-webrisk/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-webrisk</artifactId>
45-
<version>2.31.0</version>
45+
<version>2.32.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-webrisk:2.31.0'
52+
implementation 'com.google.cloud:google-cloud-webrisk:2.32.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.31.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.32.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-websecurityscanner/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-websecurityscanner</artifactId>
45-
<version>2.32.0</version>
45+
<version>2.33.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-websecurityscanner:2.32.0'
52+
implementation 'com.google.cloud:google-cloud-websecurityscanner:2.33.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.32.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.33.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-workflow-executions/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-workflow-executions</artifactId>
45-
<version>2.32.0</version>
45+
<version>2.33.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-workflow-executions:2.32.0'
52+
implementation 'com.google.cloud:google-cloud-workflow-executions:2.33.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.32.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.33.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-workflows/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-workflows</artifactId>
45-
<version>2.32.0</version>
45+
<version>2.33.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-workflows:2.32.0'
52+
implementation 'com.google.cloud:google-cloud-workflows:2.33.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.32.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.33.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-workstations/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-workstations</artifactId>
48-
<version>0.20.0</version>
48+
<version>0.21.0</version>
4949
</dependency>
5050
```
5151

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

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-workstations:0.20.0'
55+
implementation 'com.google.cloud:google-cloud-workstations:0.21.0'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-workstations" % "0.20.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-workstations" % "0.21.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

0 commit comments

Comments
 (0)