Skip to content

Commit 8bb491a

Browse files
chore(main): release 1.14.0
1 parent 746128a commit 8bb491a

35 files changed

Lines changed: 165 additions & 98 deletions

File tree

.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.13.0"
2+
".": "1.14.0"
33
}

CHANGELOG.md

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

3+
## [1.14.0](https://github.com/googleapis/google-cloud-java/compare/v1.13.0...v1.14.0) (2023-06-20)
4+
5+
6+
### Features
7+
8+
* [documentai] add StyleInfo to document.proto ([#9551](https://github.com/googleapis/google-cloud-java/issues/9551)) ([c873d10](https://github.com/googleapis/google-cloud-java/commit/c873d103a625d41838c582737f4b98da6605d47f))
9+
* [migrationcenter] Migration Center API ([#9532](https://github.com/googleapis/google-cloud-java/issues/9532)) ([07a8685](https://github.com/googleapis/google-cloud-java/commit/07a86854bd8a996b5835d086418189a8ac89c9ad))
10+
* [vmwareengine] Adding private connection CRUD, updating management subnets and time-limited PC features ([#9531](https://github.com/googleapis/google-cloud-java/issues/9531)) ([bb8a4bc](https://github.com/googleapis/google-cloud-java/commit/bb8a4bc8022d232a658c7a43fd57f8e976872143))
11+
12+
13+
### Bug Fixes
14+
15+
* **ci:** specifying fetch depth in CHANGELOG.md generation ([#9564](https://github.com/googleapis/google-cloud-java/issues/9564)) ([0158232](https://github.com/googleapis/google-cloud-java/commit/0158232c5a99773e87d365f568c432de7e83d80b))
16+
* **deps:** update dependency com.google.cloud:google-cloud-pubsub-bom to v1.123.14 ([#9522](https://github.com/googleapis/google-cloud-java/issues/9522)) ([78fbbe2](https://github.com/googleapis/google-cloud-java/commit/78fbbe2b03befda2cb3ed338ecdceeac74a4d103))
17+
* **deps:** update dependency com.google.cloud:google-cloud-storage to v2.22.4 ([#9518](https://github.com/googleapis/google-cloud-java/issues/9518)) ([36a2843](https://github.com/googleapis/google-cloud-java/commit/36a284334cd8b00da8aa71ec589fe1c6155fb64d))
18+
319
## [1.13.0](https://github.com/googleapis/google-cloud-java/compare/v1.12.0...v1.13.0) (2023-06-08)
420

521

changelog.json

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,57 @@
11
{
22
"repository": "googleapis/google-cloud-java",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "bb8a4bc8022d232a658c7a43fd57f8e976872143",
9+
"message": "[vmwareengine] Adding private connection CRUD, updating management subnets and time-limited PC features",
10+
"issues": [
11+
"9531"
12+
]
13+
}
14+
],
15+
"version": "1.14.0",
16+
"language": "JAVA",
17+
"artifactName": "com.google.cloud:google-cloud-vmwareengine",
18+
"id": "a762b3c9-4ef7-4438-a690-a14cbc531c3d",
19+
"createTime": "2023-06-20T22:00:11.185Z"
20+
},
21+
{
22+
"changes": [
23+
{
24+
"type": "feat",
25+
"sha": "07a86854bd8a996b5835d086418189a8ac89c9ad",
26+
"message": "[migrationcenter] Migration Center API",
27+
"issues": [
28+
"9532"
29+
]
30+
}
31+
],
32+
"version": "1.14.0",
33+
"language": "JAVA",
34+
"artifactName": "com.google.cloud:google-cloud-migrationcenter",
35+
"id": "66d78ad4-0359-45e3-88fe-82a2f12371f0",
36+
"createTime": "2023-06-20T22:00:11.182Z"
37+
},
38+
{
39+
"changes": [
40+
{
41+
"type": "feat",
42+
"sha": "c873d103a625d41838c582737f4b98da6605d47f",
43+
"message": "[documentai] add StyleInfo to document.proto",
44+
"issues": [
45+
"9551"
46+
]
47+
}
48+
],
49+
"version": "1.14.0",
50+
"language": "JAVA",
51+
"artifactName": "com.google.cloud:google-cloud-document-ai",
52+
"id": "dd84b864-1f3e-4c65-96e0-8c975220917e",
53+
"createTime": "2023-06-20T22:00:11.179Z"
54+
},
455
{
556
"changes": [
657
{
@@ -7513,5 +7564,5 @@
75137564
"createTime": "2023-02-03T16:27:23.198Z"
75147565
}
75157566
],
7516-
"updateTime": "2023-06-08T04:00:46.193Z"
7567+
"updateTime": "2023-06-20T22:00:11.185Z"
75177568
}

java-scheduler/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-scheduler</artifactId>
45-
<version>2.19.0</version>
45+
<version>2.20.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-scheduler:2.19.0'
52+
implementation 'com.google.cloud:google-cloud-scheduler:2.20.0'
5353
```
5454

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

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

java-secretmanager/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-secretmanager</artifactId>
45-
<version>2.19.0</version>
45+
<version>2.20.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-secretmanager:2.19.0'
52+
implementation 'com.google.cloud:google-cloud-secretmanager:2.20.0'
5353
```
5454

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

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

java-security-private-ca/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-security-private-ca</artifactId>
45-
<version>2.21.0</version>
45+
<version>2.22.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-security-private-ca:2.21.0'
52+
implementation 'com.google.cloud:google-cloud-security-private-ca:2.22.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % "2.21.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % "2.22.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-securitycenter-settings/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-securitycenter-settings</artifactId>
48-
<version>0.22.0</version>
48+
<version>0.23.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-securitycenter-settings:0.22.0'
55+
implementation 'com.google.cloud:google-cloud-securitycenter-settings:0.23.0'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter-settings" % "0.22.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter-settings" % "0.23.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-securitycenter/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-securitycenter</artifactId>
45-
<version>2.27.0</version>
45+
<version>2.28.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-securitycenter:2.27.0'
52+
implementation 'com.google.cloud:google-cloud-securitycenter:2.28.0'
5353
```
5454

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

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

java-service-control/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-service-control</artifactId>
45-
<version>1.19.0</version>
45+
<version>1.20.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-service-control:1.19.0'
52+
implementation 'com.google.cloud:google-cloud-service-control:1.20.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-service-control" % "1.19.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-service-control" % "1.20.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-service-management/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-service-management</artifactId>
45-
<version>3.17.0</version>
45+
<version>3.18.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-service-management:3.17.0'
52+
implementation 'com.google.cloud:google-cloud-service-management:3.18.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-service-management" % "3.17.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-service-management" % "3.18.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

0 commit comments

Comments
 (0)