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 16, 2023
1 parent b5d0db6 commit d116fc7
Show file tree
Hide file tree
Showing 35 changed files with 146 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"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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


### Features

* [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
36 changes: 35 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,40 @@
{
"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": "bb761dfe-31a2-4cf9-8002-f25c2fb6c90c",
"createTime": "2023-06-16T20:59:43.679Z"
},
{
"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": "f5c02d0e-0f26-4379-ac1e-0e6dbcd26643",
"createTime": "2023-06-16T20:59:43.672Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -7513,5 +7547,5 @@
"createTime": "2023-02-03T16:27:23.198Z"
}
],
"updateTime": "2023-06-08T04:00:46.193Z"
"updateTime": "2023-06-16T20:59:43.679Z"
}
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
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.4.0</version>
<version>0.5.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-storageinsights:0.4.0'
implementation 'com.google.cloud:google-cloud-storageinsights:0.5.0'
```

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

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

Expand Down
Loading

0 comments on commit d116fc7

Please sign in to comment.