Skip to content

Commit

Permalink
chore(main): release 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 20, 2023
1 parent b2a0d76 commit 6441efb
Show file tree
Hide file tree
Showing 35 changed files with 164 additions and 98 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.13.0"
".": "1.14.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.14.0](https://github.com/googleapis/google-cloud-java/compare/v1.13.0...v1.14.0) (2023-06-20)


### Features

* [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))
* [migrationcenter] Migration Center API ([#9532](https://github.com/googleapis/google-cloud-java/issues/9532)) ([07a8685](https://github.com/googleapis/google-cloud-java/commit/07a86854bd8a996b5835d086418189a8ac89c9ad))
* [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))


### Bug Fixes

* **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))
* **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))

## [1.13.0](https://github.com/googleapis/google-cloud-java/compare/v1.12.0...v1.13.0) (2023-06-08)


Expand Down
53 changes: 52 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,57 @@
{
"repository": "googleapis/google-cloud-java",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "bb8a4bc8022d232a658c7a43fd57f8e976872143",
"message": "[vmwareengine] Adding private connection CRUD, updating management subnets and time-limited PC features",
"issues": [
"9531"
]
}
],
"version": "1.14.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-vmwareengine",
"id": "4de9deec-ec7d-4cbe-9247-f5588f4e3029",
"createTime": "2023-06-20T21:14:29.284Z"
},
{
"changes": [
{
"type": "feat",
"sha": "07a86854bd8a996b5835d086418189a8ac89c9ad",
"message": "[migrationcenter] Migration Center API",
"issues": [
"9532"
]
}
],
"version": "1.14.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-migrationcenter",
"id": "3ee11368-d345-4658-92b8-b209f026df28",
"createTime": "2023-06-20T21:14:29.281Z"
},
{
"changes": [
{
"type": "feat",
"sha": "c873d103a625d41838c582737f4b98da6605d47f",
"message": "[documentai] add StyleInfo to document.proto",
"issues": [
"9551"
]
}
],
"version": "1.14.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-document-ai",
"id": "263a68c6-99a2-4ce8-a815-904f93231637",
"createTime": "2023-06-20T21:14:29.279Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -7513,5 +7564,5 @@
"createTime": "2023-02-03T16:27:23.198Z"
}
],
"updateTime": "2023-06-08T04:00:46.193Z"
"updateTime": "2023-06-20T21:14:29.284Z"
}
6 changes: 3 additions & 3 deletions java-scheduler/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-scheduler</artifactId>
<version>2.19.0</version>
<version>2.20.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-scheduler:2.19.0'
implementation 'com.google.cloud:google-cloud-scheduler:2.20.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-secretmanager/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-secretmanager</artifactId>
<version>2.19.0</version>
<version>2.20.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-secretmanager:2.19.0'
implementation 'com.google.cloud:google-cloud-secretmanager:2.20.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-security-private-ca/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-security-private-ca</artifactId>
<version>2.21.0</version>
<version>2.22.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-security-private-ca:2.21.0'
implementation 'com.google.cloud:google-cloud-security-private-ca:2.22.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-securitycenter-settings/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-securitycenter-settings</artifactId>
<version>0.22.0</version>
<version>0.23.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-securitycenter-settings:0.22.0'
implementation 'com.google.cloud:google-cloud-securitycenter-settings:0.23.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-securitycenter/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-securitycenter</artifactId>
<version>2.27.0</version>
<version>2.28.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-securitycenter:2.27.0'
implementation 'com.google.cloud:google-cloud-securitycenter:2.28.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-service-control/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-service-control</artifactId>
<version>1.19.0</version>
<version>1.20.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-service-control:1.19.0'
implementation 'com.google.cloud:google-cloud-service-control:1.20.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-service-management/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-service-management</artifactId>
<version>3.17.0</version>
<version>3.18.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-service-management:3.17.0'
implementation 'com.google.cloud:google-cloud-service-management:3.18.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-service-usage/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-service-usage</artifactId>
<version>2.19.0</version>
<version>2.20.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-service-usage:2.19.0'
implementation 'com.google.cloud:google-cloud-service-usage:2.20.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-service-usage" % "2.19.0"
libraryDependencies += "com.google.cloud" % "google-cloud-service-usage" % "2.20.0"
```
<!-- {x-version-update-end} -->

Expand Down
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.20.0</version>
<version>2.21.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-servicedirectory:2.20.0'
implementation 'com.google.cloud:google-cloud-servicedirectory:2.21.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-servicedirectory" % "2.20.0"
libraryDependencies += "com.google.cloud" % "google-cloud-servicedirectory" % "2.21.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.18.0</version>
<version>2.19.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-shell:2.18.0'
implementation 'com.google.cloud:google-cloud-shell:2.19.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.18.0"
libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.19.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.14.0</version>
<version>4.15.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-speech:4.14.0'
implementation 'com.google.cloud:google-cloud-speech:4.15.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "4.14.0"
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "4.15.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.19.0</version>
<version>1.20.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.19.0'
implementation 'com.google.cloud:google-cloud-storage-transfer:1.20.0'
```

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

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

Expand Down
Loading

0 comments on commit 6441efb

Please sign in to comment.